aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Group
Commit message (Expand)AuthorAgeFilesLines
* fix: Ensure database connection is setup when getting group detailsFerdinand Thiessen2024-08-061-0/+2
* feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-222-18/+20
* 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-246-159/+22
* Merge pull request #44763 from nextcloud/fix/group_name_length_dbBenjamin Gaussorgues2024-05-162-16/+31
|\
| * fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-04-222-16/+31
* | 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-023-4/+4
* fix: always add user to group cacheHugo Renard2024-03-261-3/+1
* fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-191-1/+2
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-17/+17
* refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-221-1/+1
* Merge pull request #38425 from nextcloud/feat/ocp/strict-igroupChristoph Wurst2023-11-021-16/+14
|\
| * feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-061-16/+14
* | Build query once instead of in-loopCôme Chilliet2023-09-071-5/+6
* | Fix psalm spotted type errorsCôme Chilliet2023-09-051-8/+8
* | Move new methods to a new interface in OCPCôme Chilliet2023-09-052-5/+19
* | Add batch methods in user backendsCarl Schwan2023-09-052-15/+135
|/
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+6
* fix!: Remove symfony EventDispatcherInterface from GroupJoas Schilling2023-07-272-34/+24
* fix: getGroups limit check syntaxJohn Molakvoæ2023-05-111-1/+1
* revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-111-5/+5
* also update groupinterface and database backendRobin Appelman2023-05-111-3/+7
* fix default values and type hints for GroupManager::searchRobin Appelman2023-05-111-2/+2
* Fix tests, and fix Group::searchUsers to avoid duplicatesCôme Chilliet2023-05-021-10/+7
* Update version number in since and deprecated annotationsCôme Chilliet2023-04-271-1/+1
* Clear up return typesCôme Chilliet2023-04-273-4/+4
* Make code clearer and bump @ deprecated annotationsCôme Chilliet2023-04-271-4/+6
* Split new method in a new group backend interfaceCarl Schwan2023-04-272-60/+22
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-272-11/+58
* dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+2
* composer run cs:fixCôme Chilliet2023-01-201-10/+9
* Add group display name cacheAnna Larch2022-11-283-2/+104
* Do not ignore return value of deleteGroup from backendCôme Chilliet2022-04-041-2/+1
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-9/+3
* Strong type OC\Group\MetaDataCôme Chilliet2022-03-081-19/+11
* Fix typing of OC\Group\MetaData::sortingCôme Chilliet2022-03-081-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-26/+8
* Fix indentation errorTom Grant2021-03-171-4/+4
* Fix null displayname crash as described in #21885tgrant2021-03-171-1/+5
* Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-1/+31
|\
| * Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-1/+31
* | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-5/+5
|/
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-3/+4
* Add typed events for adding and removing a subadminMorris Jobke2020-10-281-1/+3
* Merge pull request #22890 from nextcloud/techdebt/18680/help-static-code-anal...Roeland Jago Douma2020-09-171-1/+2
|\
| * Help static code analysis to understand code.Daniel Kesselberg2020-09-161-1/+2