aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/User
Commit message (Expand)AuthorAgeFilesLines
* feat: rename users to account or personVincent Petry2024-02-131-1/+1
* fix(session): Avoid two useless authtoken DB queries for every anonymous requestGit'Fellow2024-01-171-0/+50
* perf: Use more performant way to obtain and check the email as a login name w...Julius Härtl2023-11-301-1/+1
* enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-281-29/+61
* feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-231-6/+12
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat(dav): Enable OOO UI and expose enabled via OCPChristoph Wurst2023-11-151-0/+16
* feat: Add out-of-office message APIChristoph Wurst2023-11-091-0/+164
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+3
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-274-49/+38
* fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-031-5/+5
* Adapt tests to config value typingCôme Chilliet2023-04-052-5/+16
* chore(tests): add tests for handleLoginFailedDaniel Kesselberg2023-03-101-0/+97
* composer run cs:fixCôme Chilliet2023-01-202-3/+0
* spaces are allowed in useridsSimon L2023-01-101-9/+9
* Remove deprecated at matcher from tests/libCôme Chilliet2022-08-291-12/+12
* Merge branch 'master' into display-name-cache-publicCarl Schwan2022-08-153-55/+62
|\
| * Fix dynamic property creations in test filesCôme Chilliet2022-08-011-0/+2
| * Keep non default protocol in cloud idJoas Schilling2022-06-091-53/+58
| * Fix psalm issues related to the user backendCarl Schwan2022-05-201-2/+2
* | expose displayname cache trough a public interfaceRobin Appelman2022-05-181-1/+0
|/
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
* Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling2022-03-221-45/+50
|\
| * Fix testsJoas Schilling2022-02-231-45/+50
* | skip localstorage dependend user test when not using local user storageRobin Appelman2022-02-251-0/+12
|/
* Check style updateCarl Schwan2022-01-131-7/+7
* Remove unused importsJoas Schilling2021-12-021-2/+0
* Fix testsCarl Schwan2021-12-012-424/+4
* Make mock config return default value to fix warningsCôme Chilliet2021-11-231-1/+13
* Fix unit testsJoas Schilling2021-11-121-2/+2
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-1/+4
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-0/+65
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* better cleanup of user files on user deletionRobin Appelman2021-04-271-0/+3
* Cache the user backend info for 300sJoas Schilling2021-02-152-32/+52
* Fix more testsJoas Schilling2020-10-131-2/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-053-17/+17
* Fix unit testsJoas Schilling2020-08-191-10/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-122-58/+58
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix multiline commentsChristoph Wurst2020-04-084-76/+76
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-5/+5
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-253-156/+156
* Fix recursive calls in logging via server methodsJoas Schilling2020-03-181-4/+4
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-2/+3
* Add typed create user eventsChristoph Wurst2019-12-032-57/+73
* Mode to modern phpunitRoeland Jago Douma2019-11-274-28/+28
* Make phpunit8 compatibleRoeland Jago Douma2019-11-275-6/+6