Commit Graph

90 Commits (ffbbdb2d04c900bcc4ed6bbcf97d4e5fc30dfad9)

Author SHA1 Message Date
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Côme Chilliet e187e4e87f
feat(updatenotification): Add a limit to user count from LDAP so save performances 12 months ago
Côme Chilliet e75dd1fc92
fix(user_ldap): Strong type User class and fix most type issues 12 months ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
provokateurin 51d9d63a01
chore: Use more gender neutral language 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 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
Andy Scherzinger 8d8891c5bc
chore: Add SPDX header 2 years ago
Côme Chilliet 6d56f3557d
feat: Add back searching in disabled user list 2 years ago
Côme Chilliet 0f348516d2 fix: Remove obsolete resource typing 2 years ago
Côme Chilliet adc43eae9b Invert parameter order in getDisabledUserList to be consistent 2 years ago
Côme Chilliet 189ccc2d72
Add method to list disabled users to IProvideEnabledStateBackend 3 years ago
Côme Chilliet 1603cdc8d2
Fix since annotations and add boolean return type for setUserEnabled 3 years ago
Côme Chilliet add59d2309
Use DI for DeletedUsersIndex and fix tests 3 years ago
Côme Chilliet 50ccfb4f5b
[user_ldap] Add per-connection setting for marking remnants as disabled 3 years ago
Côme Chilliet 684a81e4bd
Use the new IProvideEnabledStateBackend interface in user_ldap 3 years ago
Robin Appelman 3a9597fd1b
also unmark deleted ldap user when checking the ldap entry 3 years ago
Côme Chilliet 556e3c84e6
Fix return type for countUsers method 3 years ago
Côme Chilliet 142f9913a6
Expose mapped user count from LDAP and use that for user limit check 3 years ago
Carl Schwan 1bf5ab35a8 Use "use" to import namespaces 4 years ago
Carl Schwan 8d7380a15d Fix psalm issue about userCounts 4 years ago
Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 4 years ago
Côme Chilliet f932766acf
Check LDAP upon user deletion instead of refusing based on cached information 4 years ago
Côme Chilliet 3446d9c0b2
Ignore cache in occ ldap:check-ldap command 4 years ago
Côme Chilliet f9e6f2ea57
Use Psr\Log\LoggerInterface where it can easily be used in user_ldap 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling 3379e69ecc
Fix parameter types in docs 5 years ago
Arthur Schiwon 4edf8630c4
clear LDAP cache after user deletion 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 85e369cddb
Fix multiline comments 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Arthur Schiwon 5cae135b94
decouple userExists from userExistsOnLDAP check 6 years ago
Arthur Schiwon 411a47cadb
relax strict getHome behaviour for LDAP users in a shadow state 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Arthur Schiwon 108227ca6c
invalidates user when plugin reported deletion success 7 years ago
Arthur Schiwon 660fbd64e3
ensures mapping of chosen userid 7 years ago
Arthur Schiwon a1f2dbe29c
caches the displayname after an LDAP plugin set it 7 years ago
Arthur Schiwon 518998093f
set the loglevel in context, save the condition 7 years ago
Vinicius Cubas Brand 61572a5b2e
LDAP plugin: force createUser to return new user's DN 7 years ago
Vinicius Cubas Brand c4dbc428f9
fix user creation using LDAP Plugin 7 years ago
Daniel Kesselberg 2d30511fa6
Check if user is null before getUsername 7 years ago
Arthur Schiwon b497b06867
don't force LDAP updates on userExists anymore 7 years ago