Commit Graph

52 Commits (master)

Author SHA1 Message Date
Carl Schwan 2ae9626fec
refactor(user_ldap): Port most of the remaining deprecated IConfig usage 3 weeks ago
Carl Schwan 14daf4ca16
refactor(user_ldap): Port User\User to IUserConfig 3 weeks ago
Arthur Schiwon 1eb9000b0d
fix(LDAP): inlcude ldapExpertUsernameAttr in general attribute list 9 months ago
Côme Chilliet 12d1d1d389
fix(user_ldap): Remove now unused class FilesystemHelper 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 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
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
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
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Faraz Samapoor b0938b9083 Refactors "strpos" calls in /apps/user_ldap to improve code readability. 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 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
luz paz 9d26671f05 Fix typos in apps/ subdirectory 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Carl Schwan ec6b83cc18 Add stricter psalm type for CappedMemoryCache 4 years ago
Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 4 years ago
Côme Chilliet 6b960de47c
Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Arthur Schiwon fd1fd5afa4
user share manager to determine share ownership 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 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 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Arthur Schiwon 792bcb82ae
add LDAP ConfigHandler for external storages and "$home" var 7 years ago
Arthur Schiwon 5c10a46445
ensure attribute names are lower cased 7 years ago
Arthur Schiwon 0c5d9127e8
remove app specific IUserTools and consolidate test 7 years ago
Arthur Schiwon d47e1513bc
remove unneeded empty search attribute values, fixes #12086 7 years ago
Arthur Schiwon 343036e55c
allow admin to disable fetching of avatars as well as a specific attribute 8 years ago
Morris Jobke c1e4f9f305
Use type casting instead of *val() method 8 years ago
Arthur Schiwon 59c05d5447
move LDAP user attributes "sync" to background (except for ajax jobs) 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Arthur Schiwon ab92e2ee14
listen to deletion hooks for proper handling, adjust and add tests 8 years ago
Morris Jobke 1729e4471f
Update comments to Nextcloud 9 years ago
Roger Szabo 5e7723f15c restore ldap_password_renew_pr 9 years ago
Joas Schilling 813f0a0f40
Fix apps/ 10 years ago
Jörn Friedrich Dreyer d2d2a75529 Cap LDAP user cache (#25323) 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Joas Schilling 387019a212
Move FilesystemHelper to PSR-4 10 years ago
Joas Schilling 6feccccbd5
Move LogWrapper to PSR-4 10 years ago