aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/User.php
Commit message (Expand)AuthorAgeFilesLines
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-21/+8
* fix!: Remove User events which have a typed event replacementJoas Schilling2023-07-271-4/+0
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-3/+3
* Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-9/+31
|\
| * Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-3/+3
| * Fix user tests, avoid setting enabled state to the same valueCôme Chilliet2023-05-231-3/+4
| * Add user enabled state backend featureCôme Chilliet2023-05-231-9/+30
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\ \
| * | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
| |/
* / 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