Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 1 | -80/+81 | |
|\ | | | | | Token login validation | |||||
| * | fix unit test warning/errors | Christoph Wurst | 2016-06-20 | 1 | -15/+16 | |
| | | ||||||
| * | fix user session tests | Christoph Wurst | 2016-06-20 | 1 | -73/+73 | |
| | | ||||||
* | | update session token password on user password change | Christoph Wurst | 2016-06-21 | 1 | -0/+65 | |
| | | ||||||
* | | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 1 | -2/+8 | |
|/ | ||||||
* | create session token only for clients that support cookies | Christoph Wurst | 2016-06-13 | 1 | -3/+45 | |
| | ||||||
* | When creating a session token, make sure it's the login password and not a ↵ | Christoph Wurst | 2016-06-08 | 1 | -24/+135 | |
| | | | | device token | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -0/+38 | |
| | ||||||
* | do not allow client password logins if token auth is enforced or 2FA is enabled | Christoph Wurst | 2016-05-24 | 1 | -13/+71 | |
| | ||||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 1 | -6/+13 | |
| | | | | checks | |||||
* | invalidate user session if the user is disabled | Christoph Wurst | 2016-05-23 | 1 | -0/+47 | |
| | ||||||
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -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 |