Commit Graph

1205 Commits (ba94de2510b3858f10d60f0230a58b1252346372)

Author SHA1 Message Date
Côme Chilliet 2874dff773
fix(user_ldap): Early failure for empty password login attempt 2 years ago
Côme Chilliet d16334774a fix(user_ldap): Catch DB Exceptions when updating group memberships 2 years ago
Côme Chilliet 875d0a27b0 fix(user_ldap): Ignore unserialize error in group membership migration 2 years ago
Joas Schilling 92fc12918e
fix(migrations): Help developers to add description and copyright info 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger 2 years ago
Côme Chilliet 303e2febc7
Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2 years ago
Louis Chemineau 898df41de9
Revert "Merge branch 'master' of github.com:nextcloud/server" 2 years ago
Côme Chilliet 166773879b fix!: Migrate jobs away from deprecated interfaces 2 years ago
Faraz Samapoor e6a4ebcc92 Update apps/user_ldap/lib/Command/Search.php 2 years ago
Faraz Samapoor f03781b509 Refactors user_ldap app commands. 2 years ago
Côme Chilliet b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
Ferdinand Thiessen b8fbd7721d
fix(user_ldap): Ensure host is a string when checking if `ldapi` 2 years ago
provokateurin 88f7d5bf84
chore(deps): Update openapi-extractor 2 years ago
Côme Chilliet 658b20aef5
Fix crash of login in case of duplicated group membership 2 years ago
Côme Chilliet 6d0f0fc01b Fix upgrade of user_ldap when oc_group_members contains duplicated uids 2 years ago
Arthur Schiwon ee096f8629
fix(LDAP): ensure stored groups are formatted as simple list 2 years ago
Arthur Schiwon 37237dc183 feat(LDAP): warn about demoting a group while promoting another 2 years ago
Arthur Schiwon 18e6c9f5bc enh(LDAP): add occ command to promote an LDAP group to admin 2 years ago
Arthur Schiwon d6b356c63b enh(LDAP): implement IIsAdmin interface 2 years ago
Côme Chilliet adc43eae9b Invert parameter order in getDisabledUserList to be consistent 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Arthur Schiwon d978050666
fix(LDAP): prevent incomplete displaynames… 2 years ago
Côme Chilliet 6b7d4b67d1
Improve setup checks naming and improve database version check 2 years ago
Côme Chilliet 2e4d1549a4
Change SetupResult API to named constructors 2 years ago
Côme Chilliet b41b9cf4c0
Small cleanups in SetupCheck classes 2 years ago
Côme Chilliet 0890012e72
Fix SetupChecks/LdapInvalidUuids.php 2 years ago
Carl Schwan c71e47f5c3
Progress 2 years ago
Côme Chilliet 05efbf11d9
Fix LDAP LoginListener by adding new group relationships to caches before firing the event 2 years ago
Côme Chilliet 800b1b7031
Fire group events at login for LDAP groups 2 years ago
Côme Chilliet 6e38cb197a
Add logging to be able to debug FirstLoginListener 2 years ago
Côme Chilliet 4f2048851c
Move event listener registration to register() 2 years ago
Côme Chilliet 2e52e39aff
Use a standard array for the stateful cache 2 years ago
Côme Chilliet 474b5e1a05
Add FirstLoginListener to accept shares upon first ldap user login 2 years ago
Arthur Schiwon cce8d0a7a5
fix(LDAP): solve race condition reading groups of disappeared LDAP user 2 years ago
Arthur Schiwon c1480aade4
refactor(LDAP): pass IConfig via constructor to Group_LDAP 2 years ago
Arthur Schiwon cb3faad5b5
fix(ldap): store last known user groups 2 years ago
Marcel Klehr 7f5b61c66d
Update apps/user_ldap/lib/User/User.php 2 years ago
Marcel Klehr 66f6e94d7d LDAP: Increase profile picture limit to 512 2 years ago
Hamid Dehnavi d64bbc8bd3 Convert isset ternary to null coalescing operator 2 years ago
jld3103 c2d45cb172
Add single status code descriptions for OpenAPI 2 years ago
Côme Chilliet 7a59d2ec07
Remove deprectated ILogger uses from user_ldap application 2 years ago
Côme Chilliet 2c8b415c55
Move new methods to a new interface in OCP 2 years ago
Côme Chilliet a5fa1e7715
Fix psalm errors about groupExists return type 2 years ago
Carl Schwan 3270b7f12e
Add batch methods in user backends 2 years ago
Anna Larch 5d5134e615 Do not log passwords in debug mode 2 years ago
Aaron Dewes 16908999ed Simplify escapeFilterPart 2 years ago
Aaron Dewes 13d9494af3 Escape some more values 2 years ago
AaronDewes c42d9d439a Fix: Escape group names for LDAP 2 years ago
Côme Chilliet a0808111b4
Add unique index for user_ldap group memberships 2 years ago