| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix tests, and fix Group::searchUsers to avoid duplicates | Côme Chilliet | 2023-05-02 | 1 | -1/+5 |
* | Clear up return types | Côme Chilliet | 2023-04-27 | 1 | -2/+2 |
* | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 1 | -43/+12 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -17/+17 |
* | Add group display name cache | Anna Larch | 2022-11-28 | 1 | -29/+33 |
* | Migrate from ILogger to LoggerInterface where needed in the tests | Côme Chilliet | 2022-03-24 | 1 | -3/+3 |
* | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -0/+3 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -34/+34 |
* | dont get the group details if we only ask for the id | Robin Appelman | 2020-05-07 | 1 | -11/+9 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -15/+14 |
* | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 1 | -32/+32 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -13/+13 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -17/+17 |
* | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -83/+83 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Merge pull request #17896 from nextcloud/fix/noid/consider-create-group-result | blizzz | 2019-11-25 | 1 | -0/+30 |
|\ |
|
| * | take group creation result into consideration | Arthur Schiwon | 2019-11-25 | 1 | -0/+30 |
* | | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+2 |
|/ |
|
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -29/+34 |
* | Fix 5.6 duplicate class import | Joas Schilling | 2017-03-17 | 1 | -3/+1 |
* | Clean up the test | Joas Schilling | 2017-03-17 | 1 | -81/+52 |
* | Use DI | Joas Schilling | 2017-03-17 | 1 | -27/+31 |
* | Skip null groups in group manager (#26871) (#26956) | Vincent Petry | 2017-03-17 | 1 | -0/+56 |
* | fix more tests | Arthur Schiwon | 2016-12-22 | 1 | -23/+23 |
* | Adding group display name support | Vincent Petry | 2016-12-22 | 1 | -214/+223 |
* | Improve ManagerTest | Roeland Jago Douma | 2016-07-11 | 1 | -205/+203 |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -0/+897 |