mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1006] [MERGED] app: fix password reset probing #1066
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1066
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:probing📝 Commits (2)
f782cf2app: Add support for group attributes3740a5aapp: 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.