mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #45] [MERGED] Add a way to delete a user #510
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#510
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/45
Author: @nitnelave
Created: 9/24/2021
Status: ✅ Merged
Merged: 9/24/2021
Merged by: @nitnelave
Base:
main← Head:delete_user📝 Commits (2)
770cff7graphql: Add a method to delete a userf18d37bapp: Add a component to delete a user📊 Changes
9 files changed (+262 additions, -24 deletions)
View changed files
📝
app/index.html(+4 -0)➕
app/queries/delete_user.graphql(+5 -0)➕
app/src/components/delete_user.rs(+156 -0)📝
app/src/components/mod.rs(+1 -0)📝
app/src/components/user_table.rs(+70 -24)📝
app/src/infra/mod.rs(+1 -0)➕
app/src/infra/modal.rs(+16 -0)📝
schema.graphql(+1 -0)📝
server/src/infra/graphql/mutation.rs(+8 -0)📄 Description
This comes with a confirmation pop-up to make sure that the user should be deleted :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.