[PR #708] [MERGED] server: Add graphql support for setting attributes #910

Closed
opened 2026-02-27 09:10:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/708
Author: @nitnelave
Created: 10/22/2023
Status: Merged
Merged: 10/22/2023
Merged by: @nitnelave

Base: mainHead: graphql_write_attributes


📝 Commits (1)

  • 0ea5137 server: Add graphql support for setting attributes

📊 Changes

9 files changed (+244 additions, -38 deletions)

View changed files

📝 app/src/components/create_user.rs (+1 -0)
📝 app/src/components/user_details_form.rs (+2 -0)
📝 auth/Cargo.toml (+1 -1)
📝 migration-tool/src/ldap.rs (+1 -0)
📝 schema.graphql (+42 -4)
📝 server/src/domain/types.rs (+3 -5)
📝 server/src/infra/access_control.rs (+8 -1)
📝 server/src/infra/graphql/mutation.rs (+185 -27)
📝 server/tests/common/fixture.rs (+1 -0)

📄 Description

Finishes implementing the backend for #67 (apart from attribute aliases)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/708 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/22/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `graphql_write_attributes` --- ### 📝 Commits (1) - [`0ea5137`](https://github.com/lldap/lldap/commit/0ea5137feb93fecf3eeeb560cd60823a32f645ed) server: Add graphql support for setting attributes ### 📊 Changes **9 files changed** (+244 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/create_user.rs` (+1 -0) 📝 `app/src/components/user_details_form.rs` (+2 -0) 📝 `auth/Cargo.toml` (+1 -1) 📝 `migration-tool/src/ldap.rs` (+1 -0) 📝 `schema.graphql` (+42 -4) 📝 `server/src/domain/types.rs` (+3 -5) 📝 `server/src/infra/access_control.rs` (+8 -1) 📝 `server/src/infra/graphql/mutation.rs` (+185 -27) 📝 `server/tests/common/fixture.rs` (+1 -0) </details> ### 📄 Description Finishes implementing the backend for #67 (apart from attribute aliases) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:10:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#910
No description provided.