mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #1348] [CLOSED] pushed by mistake #1272
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#1272
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/1348
Author: @asalimonov
Created: 11/10/2025
Status: ❌ Closed
Base:
main← Head:feature/ghcr-only📝 Commits (4)
73f08e8server: Adding User Manager group (lldap_user_manager)5f090b1Refactoring cookiesce43a84Remove publishing to dockerhubc8514ddRefactoring permission checking for user participations📊 Changes
15 files changed (+282 additions, -108 deletions)
View changed files
📝
.github/workflows/docker-build-static.yml(+3 -31)📝
app/src/components/app.rs(+32 -16)📝
app/src/components/banner.rs(+30 -25)📝
app/src/components/login.rs(+3 -3)📝
app/src/infra/api.rs(+10 -6)📝
crates/access-control/src/lib.rs(+26 -5)📝
crates/auth/src/access_control.rs(+14 -2)📝
crates/graphql-server/src/api.rs(+5 -1)📝
crates/graphql-server/src/mutation/mod.rs(+56 -8)📝
crates/ldap/src/handler.rs(+6 -0)📝
crates/ldap/src/modify.rs(+81 -4)📝
crates/ldap/src/password.rs(+7 -3)📝
scripts/bootstrap.sh(+1 -1)📝
server/src/auth_service.rs(+7 -3)📝
server/src/main.rs(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.