summaryrefslogtreecommitdiffstats
path: root/tests/lib/User/SessionTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsJoas Schilling2021-12-021-2/+0
* Fix testsCarl Schwan2021-12-011-420/+0
* Fix unit testsJoas Schilling2021-11-121-2/+2
* Cache the user backend info for 300sJoas Schilling2021-02-151-7/+15
* Fix more testsJoas Schilling2020-10-131-2/+3
* Fix unit testsJoas Schilling2020-08-191-10/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-80/+80
* Add typed create user eventsChristoph Wurst2019-12-031-13/+39
* Mode to modern phpunitRoeland Jago Douma2019-11-271-12/+12
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* 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
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-14/+15
* Add testsRoeland Jago Douma2018-10-021-0/+57
* Mark token as invalid if the password doesn't matchRoeland Jago Douma2018-10-021-4/+2
* Fix session testsRoeland Jago Douma2018-05-151-2/+11
* Fix testsRoeland Jago Douma2018-01-231-45/+50
* Use ::class in test mocksMorris Jobke2017-10-241-4/+4
* Fix SessionTestRoeland Jago Douma2017-08-091-0/+11
* Adjust token nameLukas Reschke2017-05-181-1/+1
* Save the scope of an auth token in the sessionRobin Appelman2017-04-051-29/+36
* Fix testsJoas Schilling2017-01-051-1/+13
* 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-281-6/+24
* 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
* Fix getMock UserRoeland Jago Douma2016-09-131-91/+99
* 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
* Login hooks (#25260)Christoph Wurst2016-06-271-1/+4
* check login name when authenticating with client tokenChristoph Wurst2016-06-241-0/+30
* 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