Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports | Joas Schilling | 2021-12-02 | 1 | -2/+0 |
* | Fix tests | Carl Schwan | 2021-12-01 | 1 | -420/+0 |
* | Fix unit tests | Joas Schilling | 2021-11-12 | 1 | -2/+2 |
* | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 1 | -7/+15 |
* | Fix more tests | Joas Schilling | 2020-10-13 | 1 | -2/+3 |
* | Fix unit tests | Joas Schilling | 2020-08-19 | 1 | -10/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -2/+2 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -80/+80 |
* | Add typed create user events | Christoph Wurst | 2019-12-03 | 1 | -13/+39 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -12/+12 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Fix the tests after #18029 | Roeland Jago Douma | 2019-11-21 | 1 | -2/+1 |
* | Make the post login event public | Christoph Wurst | 2019-11-20 | 1 | -2/+2 |
* | Make renewSessionToken return the new token | Roeland Jago Douma | 2019-10-09 | 1 | -10/+9 |
* | 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 |