aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Group/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-221-0/+13
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-3/+3
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-12/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-241-37/+4
* Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-161-1/+14
|\
| * fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-221-1/+14
* | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-18/+7
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-191-1/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
* refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-221-1/+1
* Move new methods to a new interface in OCPCôme Chilliet2023-09-051-5/+17
* Add batch methods in user backendsCarl Schwan2023-09-051-10/+55
* fix!: Remove symfony EventDispatcherInterface from GroupJoas Schilling2023-07-271-5/+7
* revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-111-5/+5
* fix default values and type hints for GroupManager::searchRobin Appelman2023-05-111-2/+2
* Add group display name cacheAnna Larch2022-11-281-2/+15
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-9/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-5/+5
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add typed events for adding and removing a subadminMorris Jobke2020-10-281-1/+3
* dont get the group details if we only ask for the idRobin Appelman2020-05-071-21/+30
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-1/+1
* reformat code for @skjnldsv <3Arthur Schiwon2019-11-251-16/+22
* fix documentation, get and createGroup may return nullArthur Schiwon2019-11-251-4/+4
* take group creation result into considerationArthur Schiwon2019-11-251-9/+10
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-011-32/+31
* Fix groupExists when a backend provides group detailsRobin Appelman2018-06-261-1/+1
* Use group displayNames in users listJohn Molakvoæ (skjnldsv)2018-03-081-0/+11
* Run updated license header updaterMorris Jobke2017-11-071-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-2/+11
* Merge pull request #5571 from Luzifer/5570_backend_adminMorris Jobke2017-09-061-0/+5
|\
| * Allow group backend to declare users as adminsKnut Ahlers2017-06-301-0/+5
* | Take IUser instead of UserLukas Reschke2017-08-011-4/+4
|/
* filter missing groups in share providerRobin Appelman2017-06-121-1/+1
* Use DIJoas Schilling2017-03-171-8/+16
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-2/+12
* Adding group display name supportVincent Petry2016-12-221-3/+13
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-2/+2