| Commit message (Expand) | Author | Age | Files | Lines |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | spaces are allowed in userids | Simon L | 2023-01-10 | 1 | -9/+9 |
* | Remove deprecated at matcher from tests/lib | Côme Chilliet | 2022-08-29 | 1 | -12/+12 |
* | Merge branch 'master' into display-name-cache-public | Carl Schwan | 2022-08-15 | 1 | -2/+2 |
|\ |
|
| * | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -2/+2 |
* | | expose displayname cache trough a public interface | Robin Appelman | 2022-05-18 | 1 | -1/+0 |
|/ |
|
* | Fix tests | Carl Schwan | 2021-12-01 | 1 | -4/+4 |
* | Make mock config return default value to fix warnings | Côme Chilliet | 2021-11-23 | 1 | -1/+13 |
* | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 1 | -25/+37 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -24/+24 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -3/+3 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -37/+37 |
* | Add typed create user events | Christoph Wurst | 2019-12-03 | 1 | -44/+34 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -11/+11 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -25/+29 |
* | Use a case insensitive search for email | Roeland Jago Douma | 2018-12-20 | 1 | -2/+3 |
* | filter null values for UserManager::getByEmail | Georg Ehrke | 2018-10-15 | 1 | -0/+33 |
* | Added case example to tests | John Molakvoæ (skjnldsv) | 2018-05-26 | 1 | -2/+4 |
* | Fix "Undefined method setExpectedException()" | Joas Schilling | 2018-01-24 | 1 | -1/+1 |
* | never translate login names when requiring with a user id | Arthur Schiwon | 2018-01-03 | 1 | -12/+28 |
* | extend tests for status quo | Arthur Schiwon | 2018-01-03 | 1 | -0/+12 |
* | Use ::class in test mocks | Morris Jobke | 2017-10-24 | 1 | -1/+1 |
* | Prevent SQL error message in case of error | Lukas Reschke | 2017-08-17 | 1 | -1/+20 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+25 |
* | Use the new method in the old one to remove duplicate code | Joas Schilling | 2017-04-27 | 1 | -5/+11 |
* | Better validation of allowed user names | Joas Schilling | 2017-04-18 | 1 | -0/+43 |
* | Proper DI of config | Roeland Jago Douma | 2016-10-28 | 1 | -20/+31 |
* | introduce callForSeenUsers and countSeenUsers (#26361) | Jörn Friedrich Dreyer | 2016-10-28 | 1 | -1/+63 |
* | Fix getMock User | Roeland Jago Douma | 2016-09-13 | 1 | -23/+24 |
* | Fix failing tests after db split | Roeland Jago Douma | 2016-07-13 | 1 | -4/+4 |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -0/+474 |