summaryrefslogtreecommitdiffstats
path: root/tests/lib/User
Commit message (Expand)AuthorAgeFilesLines
* chore(tests): add tests for handleLoginFailedDaniel Kesselberg2023-03-151-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
* Add typed events for password_policyChristoph Wurst2019-11-271-13/+19
* Some php-cs fixesRoeland Jago Douma2019-11-222-2/+2
* Fix the tests after #18029Roeland Jago Douma2019-11-211-2/+1
* Make the post login event publicChristoph Wurst2019-11-201-2/+2
* Make renewSessionToken return the new tokenRoeland Jago Douma2019-10-091-10/+9
* Update testsRoeland Jago Douma2019-07-291-44/+71
* lib/private/User: do not change user properties if value has not changedLeon Klingele2019-04-111-16/+4
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-014-76/+94
* Use a case insensitive search for emailRoeland Jago Douma2018-12-201-2/+3
* filter null values for UserManager::getByEmailGeorg Ehrke2018-10-151-0/+33
* Add testsRoeland Jago Douma2018-10-021-0/+57
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-4/+2