| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(groups): allows to save group names with more than 64 characters | Benjamin Gaussorgues | 2024-05-16 | 3 | -1/+45 |
* | Fix psalm spotted type errors | Côme Chilliet | 2023-09-05 | 1 | -4/+4 |
* | Move new methods to a new interface in OCP | Côme Chilliet | 2023-09-05 | 3 | -18/+64 |
* | Fix psalm errors about groupExists return type | Côme Chilliet | 2023-09-05 | 1 | -8/+4 |
* | Add batch methods in user backends | Carl Schwan | 2023-09-05 | 2 | -0/+53 |
* | Update version number in since and deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -2/+2 |
* | Clear up return types | Côme Chilliet | 2023-04-27 | 1 | -2/+1 |
* | Let OC\Group\Group handle the fallback and remove default implementation from... | Côme Chilliet | 2023-04-27 | 1 | -14/+1 |
* | Split new method in a new group backend interface | Carl Schwan | 2023-04-27 | 2 | -4/+54 |
* | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 1 | -0/+15 |
* | dispatch new BeforeGroupChangedEvent before setDisplayName on groups | Julien Veyssier | 2023-02-21 | 1 | -0/+94 |
* | ci: migrate ocp since checker to psalm | Daniel Kesselberg | 2023-01-24 | 1 | -0/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 23 | -23/+0 |
* | Add group display name cache | Anna Larch | 2022-11-28 | 1 | -0/+94 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 24 | -55/+32 |
* | Change my email address | Johannes Leuker | 2021-03-24 | 1 | -2/+2 |
* | Show group backends in occ group:list --info and group:info | Johannes Leuker | 2021-03-01 | 1 | -0/+36 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+0 |
* | Add typed events for adding and removing a subadmin | Morris Jobke | 2020-10-28 | 2 | -0/+134 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Add proper deprecation message | Morris Jobke | 2020-08-07 | 1 | -1/+4 |
* | Deprecate BeforeUserRemovedEvent because it can't be triggered in all cases | Morris Jobke | 2020-07-30 | 1 | -0/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 10 | -10/+0 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 8 | -16/+24 |
* | Add typed events for all group hooks and legacy events | Christoph Wurst | 2019-12-11 | 8 | -0/+492 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 13 | -15/+47 |
* | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -0/+38 |
* | Add a displayname to the database group backend | Joas Schilling | 2019-09-27 | 1 | -0/+3 |
* | group display name support (service level + ldap) | Arthur Schiwon | 2019-05-27 | 1 | -0/+36 |
* | allow group backends to mark that a group should now be shown in search dialogs | Robin Appelman | 2019-02-25 | 1 | -0/+38 |
* | Expose subadmin to OCP | Roeland Jago Douma | 2019-01-29 | 1 | -0/+99 |
* | Added disabled count per groups | John Molakvoæ (skjnldsv) | 2018-05-24 | 1 | -0/+36 |
* | Make the group backends also possible using interfaces | Roeland Jago Douma | 2018-04-23 | 8 | -0/+319 |