aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/User.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* fix: Skip users that still exist in backendfix/resiliant-user-removalFerdinand Thiessen2024-09-261-3/+3
* fix: Make user removal more resilientFerdinand Thiessen2024-09-261-61/+85
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-081-0/+15
* chore: php lint fix importJohn Molakvoæ2024-05-301-1/+1
* Merge branch 'master' into refactor/OC-Server-getNotificationManagerJohn Molakvoæ2024-05-301-42/+16
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-241-31/+4
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| * Refactor `OC\Server::getCommentsManager`Andrew Summers2024-03-151-2/+3
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
| * Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManagerArthur Schiwon2023-11-221-1/+1
| |\
| | * Refactor `OC\Server::getAvatarManagerAndrew Summers2023-09-011-1/+1
| * | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_privateRobin Appelman2023-09-211-1/+1
| |\ \ | | |/ | |/|
| | * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-1/+1
* | | Refactor `OC\Server::getNotificationManager`Andrew Summers2023-08-291-2/+3
|/ /
* | 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