Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(session): Log when session_* calls are slow | Christoph Wurst | 2024-08-07 | 1 | -14/+14 |
* | fix(session): Do not update authtoken last_check for passwordless | Christoph Wurst | 2024-06-03 | 1 | -0/+78 |
* | fix(session): Avoid two useless authtoken DB queries for every anonymous request | Git'Fellow | 2024-01-17 | 1 | -0/+50 |
* | perf: Use more performant way to obtain and check the email as a login name w... | Julius Härtl | 2023-11-30 | 1 | -1/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 1 | -3/+3 |
* | fix!: Remove symfony EventDispatcherInterface from User | Joas Schilling | 2023-07-27 | 1 | -11/+3 |
* | fix(dav): Abort requests with 429 instead of waiting | Joas Schilling | 2023-05-03 | 1 | -5/+5 |
* | Adapt tests to config value typing | Côme Chilliet | 2023-04-05 | 1 | -3/+3 |
* | chore(tests): add tests for handleLoginFailed | Daniel Kesselberg | 2023-03-10 | 1 | -0/+97 |
* | Fix dynamic property creations in test files | Côme Chilliet | 2022-08-01 | 1 | -0/+2 |
* | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -3/+3 |
* | Fix tests | Joas Schilling | 2022-02-23 | 1 | -45/+50 |
* | 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 |