summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User
Commit message (Expand)AuthorAgeFilesLines
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-70/+66
* Use elseif instead of else ifChristoph Wurst2020-04-102-6/+6
* Remove trailing and in between spacesChristoph Wurst2020-04-092-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-9/+9
* single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26
* decouple userExists from userExistsOnLDAP checkArthur Schiwon2020-01-081-0/+15
* Update license headersChristoph Wurst2019-12-054-5/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Don't process known avatars from LDAPArthur Schiwon2019-09-041-2/+20
* Pass old value to user triggerChange hookMorris Jobke2019-04-111-1/+1
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-142-0/+50
* ensure attribute names are lower casedArthur Schiwon2019-02-141-13/+13
* LDAP: extend remnants output with "detected on" fieldArthur Schiwon2018-12-212-8/+28
* add tests for the DUIArthur Schiwon2018-12-211-6/+6
* do not forgot to store the second displayname portionArthur Schiwon2018-12-201-1/+1
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-303-51/+9
* Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma2018-10-301-2/+11
|\
| * do not run into UniqueConstraintViolationExceptionArthur Schiwon2018-10-301-3/+5
| * only write when the displayname differs, but then announce itArthur Schiwon2018-10-251-2/+9
* | 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-052-10/+15
* let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-031-10/+14
* lower log level for quota manipulation casesArthur Schiwon2018-06-281-29/+24
* Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-021-2/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-9/+10
* Use type casting instead of *val() methodMorris Jobke2018-01-261-12/+12
* Use type casting instead of *val() methodMorris Jobke2018-01-262-4/+4
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-3/+5
* tryfix needsRefresh unit testssidey792017-11-101-1/+1
* Fixed Typo in user.phpsidey792017-11-101-1/+1
* Update User.phpsidey792017-11-101-2/+1
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-092-8/+12
* Update license headersMorris Jobke2017-11-062-2/+6
* Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez2017-09-281-1/+0
* listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-311-0/+13
* simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-311-5/+7
* Use correct plural form and add special strings for tomorrow and todayJoas Schilling2017-04-261-1/+1
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-242-24/+139
|\
| * unit test adjustmentRoger Szabo2017-04-071-2/+2
| * blizzz comments 03.04.2017 with cachingRoger Szabo2017-04-061-2/+7
| * blizzz comments 03.04.2017Roger Szabo2017-04-061-12/+21
| * remove redundant tabsRoger Szabo2017-03-311-4/+4
| * restore ldap_password_renew_prRoger Szabo2017-03-312-24/+125
* | Update comments to NextcloudMorris Jobke2017-04-113-11/+11
|/
* Add comments in the updateQuota method to explain the behaviorJuan Pablo Villafáñez2017-03-291-0/+14