Commit Graph

1253 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
Christoph Wurst 1ee833efab
refactor: Replace __CLASS__ with ::class references 1 year ago
Christoph Wurst 614f9ec0a2
refactor: Use the elvis operator 1 year ago
Côme Chilliet 317c4ba50a
fix(user_ldap): Use %n in plural translation to avoid a crash in L10N 1 year ago
Arthur Schiwon c8fc2e8a67
fix(LDAP): check index before accessing it 1 year ago
Carl Schwan 986a3d45f8
feat(user_ldap): Introduce user id assigned typed events for LDAP usage 1 year ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 1 year ago
Côme Chilliet 36479df042
chore: composer run cs:fix 1 year ago
Côme Chilliet eb27243056
fix(user_ldap): Lowercase value for all attributes in configuration 1 year ago
Côme Chilliet fffba1c6af
fix(ldap): Fix user_ldap attribute casing to fix tests 1 year ago
Côme Chilliet d2bc636a79
fix(user_ldap): Correctly cache that user exists to avoid a request on mapping new user 1 year ago
Côme Chilliet 4fb1d2f3e5
fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Akhil b1230cd53d Use cache in LDAP backend's checkPassword 1 year ago
Arthur Schiwon 0447aa4e62
fix(LDAP): remove unneeded dependencies 1 year ago
provokateurin 9b8488ed0e
refactor(user_ldap): Replace security annotations with respective attributes 1 year ago
Joas Schilling 829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 1 year ago
Ferdinand Thiessen 14778811b4
refactor: Use `IAppConfig` for setting cron type 2 years ago
Joas Schilling 8130968a35
feat(notifications): Migrate server INotifiers to new exceptions 2 years ago
Côme Chilliet e14620cb15
fix: Only list remnants as disabled if option is enabled 2 years ago
Andy Scherzinger 8d8891c5bc
chore: Add SPDX header 2 years ago
Andrew Summers d62eb333a7 Refactor `OC\Server::getAvatarManager` in user_ldap app 2 years ago
Jake Nabasny f863290572
feat(ldap): sync additional properties to profile and SAB 2 years ago
John Molakvoæ 61a6013798 fix: php lint 2 years ago
Robin Appelman 36cb845f05 unmark deleted users if their last login date is more recent than deleted date 2 years ago
Côme Chilliet 8044edf309
fix: Also search in email field for disabled users 2 years ago
Côme Chilliet 6d56f3557d
feat: Add back searching in disabled user list 2 years ago
yemkareems 7c91ab1b09
fix: add ldap_exop_passwd function to sensitive value 2 years ago
Côme Chilliet 85cea1960b
fix: Avoid useless reference usage in user_ldap 2 years ago
Côme Chilliet 7f3fcbc49f
fix(user_ldap): Improve typing and fix a var name 2 years ago
Côme Chilliet 672923f0a6
fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2 years ago
Côme Chilliet 9bf3d5a73a
fix(user_ldap): Remove unicode character from log lines 2 years ago
Côme Chilliet d546b9ffb9
feat(user_ldap): Add setup check to verify connection configuration 2 years ago
Côme Chilliet 6d7ff2e85a
fix: Fix typing issues related to resource migration 2 years ago
Côme Chilliet d6a94c60ce fix: Add missing psalm-assert to isResource 2 years ago
Côme Chilliet 72a0da6d4e fix: Fix small psalm errors in FTP and LDAP connections 2 years ago
Côme Chilliet d4229f9f59 fix(user_ldap): Fix tests using wrong types 2 years ago
Côme Chilliet 0f348516d2 fix: Remove obsolete resource typing 2 years ago
Arthur Schiwon 55d3a2af9e
docs(LDAP): add info on stored DN form 2 years ago
Arthur Schiwon 659125b395
fix(LDAP): escape DN on check-user 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
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