aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/User
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix failing tests after db splitRoeland Jago Douma2016-07-131-4/+4
* Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-07-011-1/+4
|\
| * Login hooks (#25260)Christoph Wurst2016-06-271-1/+4
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-0/+30
|\|
| * check login name when authenticating with client tokenChristoph Wurst2016-06-241-0/+30
* | verify user password on changeBjoern Schiessle2016-06-271-1/+46
|/
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-221-80/+81
|\
| * fix unit test warning/errorsChristoph Wurst2016-06-201-15/+16
| * fix user session testsChristoph Wurst2016-06-201-73/+73
* | update session token password on user password changeChristoph Wurst2016-06-211-0/+65
* | add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-2/+8
|/
* create session token only for clients that support cookiesChristoph Wurst2016-06-131-3/+45
* When creating a session token, make sure it's the login password and not a de...Christoph Wurst2016-06-081-24/+135
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+38
* do not allow client password logins if token auth is enforced or 2FA is enabledChristoph Wurst2016-05-241-13/+71