aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-24/+8
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+4
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+1
* fix(user_ldap): Correctly cache that user exists to avoid a request on mappin...Côme Chilliet2024-08-271-2/+0
* fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2024-08-271-0/+36
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-301-26/+4
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-1/+1
* refined code, to be independend from OCP\IUserMarc Hefter2023-04-061-1/+1
* handling updateProfile with array of valuesMarc Hefter2023-04-061-0/+1
* feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some...Marc Hefter2023-04-061-0/+1
* feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog...Marc Hefter2023-04-061-0/+8
* Fix typos in apps/ subdirectoryluz paz2022-09-051-2/+2
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-121-37/+14
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-1/+1
* Get rid of LogWrapper calling deprecated logger and use LoggerInterface from ...Côme Chilliet2021-11-091-6/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* user share manager to determine share ownershipArthur Schiwon2020-10-261-18/+17
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-10/+10
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-13/+11
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-141-0/+1
* ensure attribute names are lower casedArthur Schiwon2019-02-141-13/+13
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-301-5/+5
* remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-291-0/+7
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-4/+5
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-1/+3
* Update license headersMorris Jobke2017-11-061-0/+1
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-0/+13
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-241-12/+22
|\
| * restore ldap_password_renew_prRoger Szabo2017-03-311-12/+22
* | Update comments to NextcloudMorris Jobke2017-04-111-3/+3
|/
* Fix apps/Joas Schilling2016-07-211-2/+3
* Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
* Update license headersLukas Reschke2016-05-261-1/+1
* Move FilesystemHelper to PSR-4Joas Schilling2016-05-251-2/+2
* Move LogWrapper to PSR-4Joas Schilling2016-05-251-2/+2
* Move lib\user to PSR-4Joas Schilling2016-05-251-0/+238