Commit Graph

103 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
John Molakvoæ (skjnldsv) 26abc86eca
feat: add profile pronouns 1 year ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 8d8891c5bc
chore: Add SPDX header 2 years ago
Jake Nabasny f863290572
feat(ldap): sync additional properties to profile and SAB 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 6d7ff2e85a
fix: Fix typing issues related to resource migration 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
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Arthur Schiwon d6b356c63b enh(LDAP): implement IIsAdmin interface 2 years ago
Arthur Schiwon cb3faad5b5
fix(ldap): store last known user groups 2 years ago
Faraz Samapoor b0938b9083 Refactors "strpos" calls in /apps/user_ldap to improve code readability. 3 years ago
Côme Chilliet 50ccfb4f5b
[user_ldap] Add per-connection setting for marking remnants as disabled 3 years ago
Marc Hefter 5ea46d81bb
nice up the code handling AccountManager 3 years ago
Marc Hefter dd2bd6a925
refined code, to be independend from OCP\IUser 3 years ago
Marc Hefter f812b87576
handling updateProfile with array of values 3 years ago
Marc Hefter eee0275dc5
added user profile scope setting 3 years ago
Marc Hefter 7fa3c674de
feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some uggly copy-and-paste errors; testing functionality; preparing and editing the documentation 3 years ago
Marc Hefter 404d26aa4a
feature addition: [user_ldap] update user profile from LDAP; WIP work-in-progress; TODO update profile 3 years ago
Côme Chilliet 1ac2c74830
Apply a longer TTL of 15min to falling back on backup server 3 years ago
Côme Chilliet 6b7ffcd6a8
Fixed backup host logic 3 years ago
Côme Chilliet 406750552e
Make code clearer for background host 3 years ago
Côme Chilliet 4758bdc476
Use a dedicated LDAP host and port for background jobs if configured 3 years ago
Louis Chemineau a781ae3afb Allow to set a custom timeout for ldap connections 3 years ago
Côme Chilliet 90165309e1
Improve a bit codestyle 3 years ago
Côme Chilliet 4893501abe
Log as warning instead of info when main LDAP server is unreachable 3 years ago
Côme Chilliet 3e15ea6cd0
Log switching to LDAP backup host because main one is not available 3 years ago
Vincent Van Houtte c323022d06 Add ldap-unix-socket support - squashed commits to files Connection.php, Configuration.php, Wizard.php, LDAP.php and view.js 3 years ago
Carl Schwan 95b5187300 Don't use slow hashing to check the LDAP binding 4 years ago
Côme Chilliet dab5ea958a
Fix unit tests 4 years ago
Côme Chilliet 0c5bd588ed
Fix types in OCA\User_LDAP\Configuration 4 years ago
Côme Chilliet 2a0b2250d2
Improve typing in OCA\User_LDAP\Access and reduce psalm errors 4 years ago
Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 4 years ago
Côme Chilliet f9e6f2ea57
Use Psr\Log\LoggerInterface where it can easily be used in user_ldap 4 years ago
Daniel Kesselberg 33801708d2
Add return type for writeToCache 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Arthur Schiwon 5ad08c7c84
do not die after LDAP auth failed with expired acc 5 years ago
Joas Schilling 5fba0e562f
Use query builder instead of OC_DB in user_ldap 5 years ago
Arthur Schiwon 2ee26b691c
tame psalm. why does it ignore '@property'? 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Arthur Schiwon 7eb6d8df0a
do not flip available state to unavailable, allow empty results 5 years ago
Arthur Schiwon 64fe042b0d
tidy up Group_LDAP 6 years ago
Christoph Wurst 734c62bee0
Format code according to PSR2 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago