[PR #1348] [CLOSED] pushed by mistake #1272

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1348
Author: @asalimonov
Created: 11/10/2025
Status: Closed

Base: mainHead: feature/ghcr-only


📝 Commits (4)

  • 73f08e8 server: Adding User Manager group (lldap_user_manager)
  • 5f090b1 Refactoring cookies
  • ce43a84 Remove publishing to dockerhub
  • c8514dd Refactoring 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.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/1348 **Author:** [@asalimonov](https://github.com/asalimonov) **Created:** 11/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/ghcr-only` --- ### 📝 Commits (4) - [`73f08e8`](https://github.com/lldap/lldap/commit/73f08e8f0bb7198aedfe8a690d03512836f4bc05) server: Adding User Manager group (`lldap_user_manager`) - [`5f090b1`](https://github.com/lldap/lldap/commit/5f090b132be69f67519775d85708ebcd74d14d03) Refactoring cookies - [`ce43a84`](https://github.com/lldap/lldap/commit/ce43a8491f82b4f6270ec78905cb28fc88324d06) Remove publishing to dockerhub - [`c8514dd`](https://github.com/lldap/lldap/commit/c8514dde67e6334697cb30c6b647f5695eccdb46) Refactoring permission checking for user participations ### 📊 Changes **15 files changed** (+282 additions, -108 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:11:34 +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#1272
No description provided.