summaryrefslogtreecommitdiffstats
path: root/tests/lib/User
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added case example to testsJohn Molakvoæ (skjnldsv)2018-05-261-2/+4
* Fix session testsRoeland Jago Douma2018-05-151-2/+11
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-091-1/+1
* Merge pull request #7419 from Abijeet/feature-7175Morris Jobke2018-03-062-2/+46
|\
| * refactor user searchingRobin Appelman2017-12-202-4/+23
| * Adds search by email function on the users screen.Abijeet2017-12-161-0/+25
* | Merge pull request #8036 from nextcloud/phpunit6Roeland Jago Douma2018-01-251-1/+1
|\ \
| * | Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+1
* | | Fix testsRoeland Jago Douma2018-01-231-45/+50
|/ /
* | never translate login names when requiring with a user idArthur Schiwon2018-01-031-12/+28
* | extend tests for status quoArthur Schiwon2018-01-031-0/+12
|/
* Use ::class in test mocksMorris Jobke2017-10-243-6/+6
* Prevent SQL error message in case of errorLukas Reschke2017-08-171-1/+20
* Fix SessionTestRoeland Jago Douma2017-08-091-0/+11
* emit changeUser only if there really was a change (quota, displayname)Arthur Schiwon2017-06-011-1/+95
* Adjust token nameLukas Reschke2017-05-181-1/+1
* UserManager can now count disabled usersArthur Schiwon2017-04-291-0/+25
* Use the new method in the old one to remove duplicate codeJoas Schilling2017-04-271-5/+11
* Trigger change when a user is enabled/disabledJoas Schilling2017-04-251-1/+49
* Use the correct Dummy and Backend classJoas Schilling2017-04-201-2/+2
* Better validation of allowed user namesJoas Schilling2017-04-181-0/+43
* Save the scope of an auth token in the sessionRobin Appelman2017-04-051-29/+36
* Add tests for database user backend cachingVincent Petry2017-03-201-1/+18
* Fix testsJoas Schilling2017-01-051-1/+13
* Get user home folder before deletionVincent Petry2016-12-231-0/+32
* Improve OC\User\User coverageRoeland Jago Douma2016-12-201-49/+204
* Set last-login-check on basic authRoeland Jago Douma2016-12-051-0/+101
* fix parameter orderChristoph Wurst2016-11-281-1/+1