Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests | Roeland Jago Douma | 2019-07-29 | 1 | -44/+71 |
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -14/+15 |
* | Add tests | Roeland Jago Douma | 2018-10-02 | 1 | -0/+57 |
* | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 1 | -4/+2 |
* | Fix session tests | Roeland Jago Douma | 2018-05-15 | 1 | -2/+11 |
* | Fix tests | Roeland Jago Douma | 2018-01-23 | 1 | -45/+50 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -4/+4 |
* | Fix SessionTest | Roeland Jago Douma | 2017-08-09 | 1 | -0/+11 |
* | Adjust token name | Lukas Reschke | 2017-05-18 | 1 | -1/+1 |
* | Save the scope of an auth token in the session | Robin Appelman | 2017-04-05 | 1 | -29/+36 |
* | Fix tests | Joas Schilling | 2017-01-05 | 1 | -1/+13 |
* | Set last-login-check on basic auth | Roeland Jago Douma | 2016-12-05 | 1 | -0/+101 |
* | fix parameter order | Christoph Wurst | 2016-11-28 | 1 | -1/+1 |
* | do not remember session tokens by default | Christoph Wurst | 2016-11-27 | 1 | -3/+43 |
* | Add missing tests and fix PHPDoc | Lukas Reschke | 2016-11-02 | 1 | -1/+44 |
* | inject ISecureRandom into user session and use injected config too | Christoph Wurst | 2016-11-02 | 1 | -49/+60 |
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -128/+161 |
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 1 | -6/+24 |
* | Fix and cleanup SessionTest | Roeland Jago Douma | 2016-10-25 | 1 | -43/+26 |
* | Fix logClientIn for non-existing users (#26292) | Vincent Petry | 2016-10-25 | 1 | -0/+26 |
* | Add test to ensure token times are updated | Robin Appelman | 2016-10-11 | 1 | -24/+128 |
* | dont update the auth token twice | Robin Appelman | 2016-10-11 | 1 | -3/+0 |
* | Fix getMock User | Roeland Jago Douma | 2016-09-13 | 1 | -91/+99 |
* | dont get bruteforce delay twice | Robin Appelman | 2016-08-29 | 1 | -6/+6 |
* | Mitigate race condition | Lukas Reschke | 2016-07-20 | 1 | -3/+18 |
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -11/+35 |
* | Login hooks (#25260) | Christoph Wurst | 2016-06-27 | 1 | -1/+4 |
* | check login name when authenticating with client token | Christoph Wurst | 2016-06-24 | 1 | -0/+30 |
* | Merge pull request #25172 from owncloud/token-login-validation | Vincent Petry | 2016-06-22 | 1 | -80/+81 |
|\ | |||||
| * | 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 de... | Christoph Wurst | 2016-06-08 | 1 | -24/+135 |
* | 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 |
* | 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 |