| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(users): Use -1 for unknown firstLogin instead of setting it to current date | Côme Chilliet | 2025-01-07 | 1 | -3/+8 |
* | feat: Add first login timestamp of each user to oc_preferences and user:info ... | Côme Chilliet | 2025-01-07 | 1 | -11/+25 |
* | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 1 | -1/+1 |
* | fix: Skip users that still exist in backendfix/resiliant-user-removal | Ferdinand Thiessen | 2024-09-26 | 1 | -3/+3 |
* | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 1 | -61/+85 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -2/+2 |
* | feat: Allow getting/setting the password hash of a user | Christopher Ng | 2024-07-08 | 1 | -0/+15 |
* | chore: php lint fix import | John Molakvoæ | 2024-05-30 | 1 | -1/+1 |
* | Merge branch 'master' into refactor/OC-Server-getNotificationManager | John Molakvoæ | 2024-05-30 | 1 | -42/+16 |
|\ |
|
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -31/+4 |
| * | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| * | Refactor `OC\Server::getCommentsManager` | Andrew Summers | 2024-03-15 | 1 | -2/+3 |
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -5/+5 |
| * | Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManager | Arthur Schiwon | 2023-11-22 | 1 | -1/+1 |
| |\ |
|
| | * | Refactor `OC\Server::getAvatarManager | Andrew Summers | 2023-09-01 | 1 | -1/+1 |
| * | | Merge pull request #39216 from shdehnavi/replace_substr_calls_in_lib_private | Robin Appelman | 2023-09-21 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Refactor "substr" calls to improve code readability | Hamid Dehnavi | 2023-07-07 | 1 | -1/+1 |
* | | | Refactor `OC\Server::getNotificationManager` | Andrew Summers | 2023-08-29 | 1 | -2/+3 |
|/ / |
|
* | | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 1 | -21/+8 |
* | | fix!: Remove User events which have a typed event replacement | Joas Schilling | 2023-07-27 | 1 | -4/+0 |
|/ |
|
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 1 | -3/+3 |
* | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 1 | -9/+31 |
|\ |
|
| * | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 1 | -3/+3 |
| * | Fix user tests, avoid setting enabled state to the same value | Côme Chilliet | 2023-05-23 | 1 | -3/+4 |
| * | Add user enabled state backend feature | Côme Chilliet | 2023-05-23 | 1 | -9/+30 |
* | | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -1/+1 |
|\ \ |
|
| * | | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
| |/ |
|
* / | fix(dav): Fix avatar size in system address book | Joas Schilling | 2023-05-26 | 1 | -1/+1 |
|/ |
|
* | feat(users): Store and load a user's manager | Christoph Wurst | 2023-05-12 | 1 | -0/+25 |
* | fix(user): Can change display name | Christopher Ng | 2023-05-04 | 1 | -1/+1 |
* | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -2/+2 |
* | fix: Recalculate storage statistics on updating the quota | Julius Härtl | 2023-03-06 | 1 | -0/+1 |
* | Fix setQuota on User on 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+6 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Merge pull request #33793 from nextcloud/fix/noid/rtrim-cloud-id | Maxence Lange | 2022-09-15 | 1 | -2/+2 |
|\ |
|
| * | rtrim url earlier | Maxence Lange | 2022-09-01 | 1 | -2/+2 |
* | | I dug into it again, and the issue is much simpler than I previously though. | Louis Chemineau | 2022-09-06 | 1 | -1/+1 |
* | | Merge pull request #33625 from nextcloud/fix/33572/add-user | Vincent Petry | 2022-09-01 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Fix creation of new user and display the correct error message | Christopher Ng | 2022-08-22 | 1 | -0/+3 |
* | | filter index.php from cloudId | Maxence Lange | 2022-08-31 | 1 | -0/+3 |
|/ |
|
* | only update last login timestamp with minute percision | Robin Appelman | 2022-07-20 | 1 | -4/+9 |
* | Keep non default protocol in cloud id | Joas Schilling | 2022-06-09 | 1 | -7/+1 |
* | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -10/+21 |
* | Do not dispatch postSetPassword when setPassword fails | Louis Chemineau | 2022-05-05 | 1 | -6/+10 |
* | Delay loading user preferences until we need them | Joas Schilling | 2022-02-28 | 1 | -8/+12 |
* | enable the user to set a primary (notification) email address (backend) | Arthur Schiwon | 2021-09-09 | 1 | -11/+66 |
* | refs #21045 add app config to disable unlimited quota and to set max quota | Julien Veyssier | 2021-07-29 | 1 | -0/+12 |
* | Directly return cloud id from user | Julius Härtl | 2021-07-14 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -3/+1 |