[PR #1006] [MERGED] app: fix password reset probing #1066

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1006
Author: @nitnelave
Created: 10/21/2024
Status: Merged
Merged: 10/21/2024
Merged by: @nitnelave

Base: mainHead: probing


📝 Commits (2)

  • f782cf2 app: Add support for group attributes
  • 3740a5a app: fix password reset probing

📊 Changes

9 files changed (+368 additions, -49 deletions)

View changed files

📝 app/Cargo.toml (+7 -0)
📝 app/queries/get_group_details.graphql (+17 -0)
app/queries/update_group.graphql (+6 -0)
📝 app/src/components/app.rs (+1 -1)
📝 app/src/components/group_details.rs (+52 -45)
app/src/components/group_details_form.rs (+272 -0)
📝 app/src/components/mod.rs (+1 -0)
📝 app/src/infra/api.rs (+1 -1)
📝 server/src/infra/graphql/mutation.rs (+11 -2)

📄 Description

It was still using get, but should have used post


🔄 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/1006 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `probing` --- ### 📝 Commits (2) - [`f782cf2`](https://github.com/lldap/lldap/commit/f782cf2fbc6ce1218631a96958da51587f52ecd8) app: Add support for group attributes - [`3740a5a`](https://github.com/lldap/lldap/commit/3740a5a6a764315d39878c99cf00a88075931f28) app: fix password reset probing ### 📊 Changes **9 files changed** (+368 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `app/Cargo.toml` (+7 -0) 📝 `app/queries/get_group_details.graphql` (+17 -0) ➕ `app/queries/update_group.graphql` (+6 -0) 📝 `app/src/components/app.rs` (+1 -1) 📝 `app/src/components/group_details.rs` (+52 -45) ➕ `app/src/components/group_details_form.rs` (+272 -0) 📝 `app/src/components/mod.rs` (+1 -0) 📝 `app/src/infra/api.rs` (+1 -1) 📝 `server/src/infra/graphql/mutation.rs` (+11 -2) </details> ### 📄 Description It was still using get, but should have used post --- <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:47 +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#1066
No description provided.