mirror of
https://github.com/sirtoobii/vaultwarden_ldap_sync.git
synced 2026-04-26 20:45:54 +03:00
[PR #11] [MERGED] Big refactoring, bug fixes, and new features: #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden_ldap_sync#14
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/sirtoobii/vaultwarden_ldap_sync/pull/11
Author: @sirtoobii
Created: 2/9/2025
Status: ✅ Merged
Merged: 4/6/2025
Merged by: @sirtoobii
Base:
main← Head:big-refactor📝 Commits (4)
e75b551Big refactoring, bug fixes, and new features:774cd5dRemove deprecated version reference, thanks @kaindlnetwork, fix printing of detected changesd532760Make the reason for intended program exit more clear.79feaeeUse correct variable to check if new users should be adopted.📊 Changes
17 files changed (+698 additions, -494 deletions)
View changed files
📝
.env.dist(+8 -0)📝
Dockerfile(+1 -1)📝
Readme.md(+2 -2)📝
docker-compose.yaml(+0 -2)➖
scripts/sync.py(+0 -260)📝
tests/test_Changes.py(+58 -40)📝
tests/test_SyncState.py(+37 -39)➖
vaultwarden_ldap_sync/VaultwardenConnector.py(+0 -128)📝
vaultwarden_user_sync/__init__.py(+0 -0)➕
vaultwarden_user_sync/backends/__init__.py(+0 -0)📝
vaultwarden_user_sync/backends/localstore.py(+41 -21)➕
vaultwarden_user_sync/backends/vaultwarden.py(+138 -0)➕
vaultwarden_user_sync/compare.py(+204 -0)📝
vaultwarden_user_sync/email_sources/__init__.py(+0 -0)📝
vaultwarden_user_sync/email_sources/ldap.py(+6 -1)➕
vaultwarden_user_sync/email_sources/random.py(+23 -0)➕
vaultwarden_user_sync/sync.py(+180 -0)📄 Description
Resolves: #10
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.