aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/User/SessionTest.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-221-80/+81
|\ | | | | Token login validation
| * 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 ↵Christoph Wurst2016-06-081-24/+135
| | | | device token
* 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
|
* when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-241-6/+13
| | | | checks
* invalidate user session if the user is disabledChristoph Wurst2016-05-231-0/+47
|
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+512
* Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader