| 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: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -3/+3 |
* | refactor: Repalce array_search with in_array in lib/ | Christoph Wurst | 2023-11-22 | 1 | -1/+1 |
* | Move new methods to a new interface in OCP | Côme Chilliet | 2023-09-05 | 1 | -5/+17 |
* | Add batch methods in user backends | Carl Schwan | 2023-09-05 | 1 | -10/+55 |
* | fix!: Remove symfony EventDispatcherInterface from Group | Joas Schilling | 2023-07-27 | 1 | -5/+7 |
* | revert public interface back to the original types, just cast them before pas... | Robin Appelman | 2023-05-11 | 1 | -5/+5 |
* | fix default values and type hints for GroupManager::search | Robin Appelman | 2023-05-11 | 1 | -2/+2 |
* | Add group display name cache | Anna Larch | 2022-11-28 | 1 | -2/+15 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -9/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -5/+5 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Add typed events for adding and removing a subadmin | Morris Jobke | 2020-10-28 | 1 | -1/+3 |
* | dont get the group details if we only ask for the id | Robin Appelman | 2020-05-07 | 1 | -21/+30 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Fix autocomplete suggestions with numeric user ids | Joas Schilling | 2019-11-26 | 1 | -1/+1 |
* | reformat code for @skjnldsv <3 | Arthur Schiwon | 2019-11-25 | 1 | -16/+22 |
* | fix documentation, get and createGroup may return null | Arthur Schiwon | 2019-11-25 | 1 | -4/+4 |
* | take group creation result into consideration | Arthur Schiwon | 2019-11-25 | 1 | -9/+10 |
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 1 | -32/+31 |
* | Fix groupExists when a backend provides group details | Robin Appelman | 2018-06-26 | 1 | -1/+1 |
* | Use group displayNames in users list | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -0/+11 |
* | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 1 | -2/+11 |
* | Merge pull request #5571 from Luzifer/5570_backend_admin | Morris Jobke | 2017-09-06 | 1 | -0/+5 |
|\ |
|
| * | Allow group backend to declare users as admins | Knut Ahlers | 2017-06-30 | 1 | -0/+5 |
* | | Take IUser instead of User | Lukas Reschke | 2017-08-01 | 1 | -4/+4 |
|/ |
|
* | filter missing groups in share provider | Robin Appelman | 2017-06-12 | 1 | -1/+1 |
* | Use DI | Joas Schilling | 2017-03-17 | 1 | -8/+16 |
* | Skip null groups in group manager (#26871) (#26956) | Vincent Petry | 2017-03-17 | 1 | -2/+12 |
* | Adding group display name support | Vincent Petry | 2016-12-22 | 1 | -3/+13 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+2 |
* | Group fixup (#24621) | Roeland Douma | 2016-05-17 | 1 | -1/+1 |
* | Move \OC\Group to PSR-4 | Roeland Jago Douma | 2016-05-01 | 1 | -0/+351 |