summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/User/User.php
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-11/+11
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-041-53/+0
* 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-101-50/+48
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-6/+6
* 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-051-2/+2
* 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-141-0/+49
* do not forgot to store the second displayname portionArthur Schiwon2018-12-201-1/+1
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-301-4/+4
* 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
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-051-6/+10
* 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
* 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-091-7/+9
* Update license headersMorris Jobke2017-11-061-2/+5
* Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez2017-09-281-1/+0
* 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-241-12/+117
|\
| * 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-311-12/+103
* | Update comments to NextcloudMorris Jobke2017-04-111-7/+7
|/
* Add comments in the updateQuota method to explain the behaviorJuan Pablo Villafáñez2017-03-291-0/+14
* Check if the user exists before trying to set the quotaJuan Pablo Villafáñez2017-03-291-4/+9
* Correctly apply quotaJuan Pablo Villafáñez2017-03-291-6/+33
* Harden emptyVictor Dubiniuk2016-10-131-13/+14
* Log the error with display nameJoas Schilling2016-10-061-2/+5
* Prevent user with empty uidJörn Friedrich Dreyer2016-10-041-0/+7
* Prevent setting email and triggering events at login time (#25553)Vincent Petry2016-07-271-1/+4
* Fix apps/Joas Schilling2016-07-211-2/+3