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
* fix(groups): allows to save group names with more than 64 charactersBenjamin Gaussorgues2024-05-312-16/+31
* fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-271-1/+2
* 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
* | Remove not needed semicolon and PHPDoc hintMorris Jobke2020-09-161-1/+0
|/
* Search also the email and displayname in user mangement for groupsMorris Jobke2020-08-051-6/+18
* Allow group search by display nameChristoph Wurst2020-06-101-0/+3
* Merge pull request #20776 from nextcloud/enh/limit_group_queriesRoeland Jago Douma2020-05-221-6/+20
|\
| * Improve group queriesRoeland Jago Douma2020-05-021-6/+20
* | dont get the group details if we only ask for the idRobin Appelman2020-05-071-21/+30
|/
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format code according to PSR2Christoph Wurst2020-04-101-2/+2
* Add visibility to all constantsChristoph Wurst2020-04-102-4/+4