aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User
Commit message (Expand)AuthorAgeFilesLines
* fix: Implement option to temporarily set the user sessionJulius Härtl2024-07-221-0/+9
* fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-111-44/+17
* Merge pull request #45362 from nextcloud/backport/45355/stable28yemkareems2024-06-031-1/+6
|\
| * fix: delete user credentials stored in storages_credentials when user gets de...yemkareems2024-05-301-1/+6
* | fix(auth): Update authtoken activity selectivelyChristoph Wurst2024-05-311-0/+4
|/
* fix(session): Do not update authtoken last_check for passwordlessChristoph Wurst2024-05-291-2/+0
* fix: Also search in email field for disabled usersCôme Chilliet2024-05-271-1/+2
* feat: Add back searching in disabled user listCôme Chilliet2024-05-271-2/+10
* fix(User\Manager): Avoid future collisions with updater/audit logsJosh2024-05-061-0/+2
* fix(auth): Fix logging in with email, password and login name mismatchChristoph Wurst2024-01-221-13/+24
* fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-2/+5
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-2/+2
* perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2024-01-091-2/+11
* fix(dav): Make current ooo info time-dependentChristoph Wurst2023-12-061-0/+11
* [stable28] enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-19/+31
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-1/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-23/+23
* Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManagerArthur Schiwon2023-11-221-1/+1
|\
| * Refactor `OC\Server::getAvatarManagerAndrew Summers2023-09-011-1/+1
* | feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+11
* | Merge pull request #41302 from zero0cool0/masterAndy Scherzinger2023-11-101-1/+1
|\ \
| * | Lower log level about invalid session tokenPatrick Fischer2023-11-061-1/+1
* | | feat: Add out-of-office message APIChristoph Wurst2023-11-092-0/+174
|/ /
* | fix(session): Log why session renewal failedChristoph Wurst2023-10-111-1/+2
* | Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpointCôme Chilliet2023-10-101-0/+30
|\ \
| * | Add endpoint for getting disabled user listCôme Chilliet2023-10-091-0/+30
* | | fix: Log critical session renewal and logout pathsChristoph Wurst2023-10-091-5/+33
|/ /
* | fix(user): Log affected user of app token login name mismatchChristoph Wurst2023-10-061-0/+2
* | 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
* | Merge pull request #40079 from nextcloud/techdebt/noid/user-IThrottler-interf...Joas Schilling2023-08-281-4/+4
|\ \
| * | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-4/+4
* | | fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+6
|/ /
* | fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-2/+4
* | fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-272-28/+9
* | 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-062-4/+4
* 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-012-2/+2
|\ \
| * | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-152-2/+2
| |/
* / 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-122-0/+33
* fix(user): Can change display nameChristopher Ng2023-05-041-1/+1
* fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-2/+2
* Update version number in since and deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Split new method in a new group backend interfaceCarl Schwan2023-04-272-5/+3