summaryrefslogtreecommitdiffstats
path: root/lib/private/Group
Commit message (Expand)AuthorAgeFilesLines
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+6
* 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
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-15/+14
* Use elseif instead of else ifChristoph Wurst2020-04-102-4/+4
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-2/+2
|\
| * Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-3/+3
|/
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-15/+15
* Fix multiline commentsChristoph Wurst2020-04-081-13/+13
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-0/+5
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-24/+24
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+2