summaryrefslogtreecommitdiffstats
path: root/lib/private/User/User.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+25
* fix(user): Can change display nameChristopher Ng2023-05-041-1/+1
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-2/+2
* fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-0/+1
* Fix setQuota on User on 32bitsCôme Chilliet2023-02-071-2/+6
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-idMaxence Lange2022-09-151-2/+2
|\
| * rtrim url earlierMaxence Lange2022-09-011-2/+2
* | I dug into it again, and the issue is much simpler than I previously though.Louis Chemineau2022-09-061-1/+1
* | Merge pull request #33625 from nextcloud/fix/33572/add-userVincent Petry2022-09-011-0/+3
|\ \ | |/ |/|
| * Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-0/+3
* | filter index.php from cloudIdMaxence Lange2022-08-311-0/+3
|/
* only update last login timestamp with minute percisionRobin Appelman2022-07-201-4/+9
* Keep non default protocol in cloud idJoas Schilling2022-06-091-7/+1
* Fix psalm issues related to the user backendCarl Schwan2022-05-201-10/+21
* Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-6/+10
* Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-11/+66
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-0/+12
* Directly return cloud id from userJulius Härtl2021-07-141-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+1
* better cleanup of user files on user deletionRobin Appelman2021-04-271-13/+0
* Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Streamline user creation and deletion eventsMorris Jobke2020-11-231-0/+8
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* add event to allow apps to overwrite user quotaRobin Appelman2020-09-171-1/+10
* User.php: rename of old dispatcher to legacyDispatcherMorris Jobke2020-07-301-11/+11
* Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-2/+10
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Delete avatar if a user is deletedJulius Härtl2020-04-241-0/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+7
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-1/+1
* lib/private/User,apps/user_ldap/lib/User: always pass old value to User::trig...Leon Klingele2019-04-111-1/+2
* lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-6/+6
* Pass old value to user triggerChange hookMorris Jobke2019-04-111-4/+4
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-17/+30
* Expose the backend of IUserRoeland Jago Douma2018-11-021-0/+4
* Properly return boolean on enable stateJohn Molakvoæ (skjnldsv)2018-04-091-3/+2
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-1/+2
* emit changeUser only if there really was a change (quota, displayname)Arthur Schiwon2017-06-011-2/+7
* Remove account data on user deletionJoas Schilling2017-05-151-0/+5