| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(admin role): fix old and wrong way to determine whether user is admin | Arthur Schiwon | 2024-02-19 | 1 | -1/+2 |
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -17/+17 |
* | refactor: Repalce array_search with in_array in lib/ | Christoph Wurst | 2023-11-22 | 1 | -1/+1 |
* | Merge pull request #38425 from nextcloud/feat/ocp/strict-igroup | Christoph Wurst | 2023-11-02 | 1 | -16/+14 |
|\ |
|
| * | feat(ocp): Add types and strict typing to \OCP\Group\IGroup | Christoph Wurst | 2023-09-06 | 1 | -16/+14 |
* | | Build query once instead of in-loop | Côme Chilliet | 2023-09-07 | 1 | -5/+6 |
* | | Fix psalm spotted type errors | Côme Chilliet | 2023-09-05 | 1 | -8/+8 |
* | | Move new methods to a new interface in OCP | Côme Chilliet | 2023-09-05 | 2 | -5/+19 |
* | | Add batch methods in user backends | Carl Schwan | 2023-09-05 | 2 | -15/+135 |
|/ |
|
* | fix(cache): Remove displayname cache entry on delete | Joas Schilling | 2023-08-28 | 1 | -0/+6 |
* | fix!: Remove symfony EventDispatcherInterface from Group | Joas Schilling | 2023-07-27 | 2 | -34/+24 |
* | fix: getGroups limit check syntax | John Molakvoæ | 2023-05-11 | 1 | -1/+1 |
* | revert public interface back to the original types, just cast them before pas... | Robin Appelman | 2023-05-11 | 1 | -5/+5 |
* | also update groupinterface and database backend | Robin Appelman | 2023-05-11 | 1 | -3/+7 |
* | fix default values and type hints for GroupManager::search | Robin Appelman | 2023-05-11 | 1 | -2/+2 |
* | Fix tests, and fix Group::searchUsers to avoid duplicates | Côme Chilliet | 2023-05-02 | 1 | -10/+7 |
* | Update version number in since and deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
* | Clear up return types | Côme Chilliet | 2023-04-27 | 3 | -4/+4 |
* | Make code clearer and bump @ deprecated annotations | Côme Chilliet | 2023-04-27 | 1 | -4/+6 |
* | Split new method in a new group backend interface | Carl Schwan | 2023-04-27 | 2 | -60/+22 |
* | Optimize retrieving display name when searching for users in a group | Carl Schwan | 2023-04-27 | 2 | -11/+58 |
* | dispatch new BeforeGroupChangedEvent before setDisplayName on groups | Julien Veyssier | 2023-02-21 | 1 | -0/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -10/+9 |
* | Add group display name cache | Anna Larch | 2022-11-28 | 3 | -2/+104 |
* | Do not ignore return value of deleteGroup from backend | Côme Chilliet | 2022-04-04 | 1 | -2/+1 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -9/+3 |
* | Strong type OC\Group\MetaData | Côme Chilliet | 2022-03-08 | 1 | -19/+11 |
* | Fix typing of OC\Group\MetaData::sorting | Côme Chilliet | 2022-03-08 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -26/+8 |
* | Fix indentation error | Tom Grant | 2021-03-17 | 1 | -4/+4 |
* | Fix null displayname crash as described in #21885 | tgrant | 2021-03-17 | 1 | -1/+5 |
* | Merge pull request #25660 from hosting-de/feature/add-backend-list-groups | Roeland Jago Douma | 2021-03-05 | 2 | -1/+31 |
|\ |
|
| * | Show group backends in occ group:list --info and group:info | Johannes Leuker | 2021-03-01 | 2 | -1/+31 |
* | | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -5/+5 |
|/ |
|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -3/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 4 | -3/+4 |
* | Add typed events for adding and removing a subadmin | Morris Jobke | 2020-10-28 | 1 | -1/+3 |
* | Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal... | Roeland Jago Douma | 2020-09-17 | 1 | -1/+2 |
|\ |
|
| * | Help static code analysis to understand code. | Daniel Kesselberg | 2020-09-16 | 1 | -1/+2 |
* | | Remove not needed semicolon and PHPDoc hint | Morris Jobke | 2020-09-16 | 1 | -1/+0 |
|/ |
|
* | Search also the email and displayname in user mangement for groups | Morris Jobke | 2020-08-05 | 1 | -6/+18 |
* | Allow group search by display name | Christoph Wurst | 2020-06-10 | 1 | -0/+3 |
* | Merge pull request #20776 from nextcloud/enh/limit_group_queries | Roeland Jago Douma | 2020-05-22 | 1 | -6/+20 |
|\ |
|
| * | Improve group queries | Roeland Jago Douma | 2020-05-02 | 1 | -6/+20 |
* | | dont get the group details if we only ask for the id | Robin Appelman | 2020-05-07 | 1 | -21/+30 |
|/ |
|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 4 | -15/+14 |