summaryrefslogtreecommitdiffstats
path: root/tests/lib/User
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not remember session tokens by defaultChristoph Wurst2016-11-271-3/+43
* Add missing tests and fix PHPDocLukas Reschke2016-11-021-1/+44
* inject ISecureRandom into user session and use injected config tooChristoph Wurst2016-11-021-49/+60
* bring back remember-meChristoph Wurst2016-11-021-128/+161
* Proper DI of configRoeland Jago Douma2016-10-282-26/+55
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-281-1/+63
* Fix and cleanup SessionTestRoeland Jago Douma2016-10-251-43/+26
* Fix logClientIn for non-existing users (#26292)Vincent Petry2016-10-251-0/+26
* Add test to ensure token times are updatedRobin Appelman2016-10-111-24/+128
* dont update the auth token twiceRobin Appelman2016-10-111-3/+0
* Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-291-4/+5
* Make sure that comments, notifications and preferences are deletedJoas Schilling2016-09-291-11/+74
* Fix getMock UserRoeland Jago Douma2016-09-134-136/+146
* dont get bruteforce delay twiceRobin Appelman2016-08-291-6/+6
* Mitigate race conditionLukas Reschke2016-07-201-3/+18
* Implement brute force protectionLukas Reschke2016-07-201-11/+35