aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/IGroup.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(ocp): Add types and strict typing to \OCP\Group\IGroupChristoph Wurst2023-09-061-26/+34
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-1/+1
| | | | | | | | | This is recurrent scenario that we are searching for users and then for each users we fetch the displayName. This is inefficient, so instead try to do one query to fetch everything (e.g. Database backend) or use the already existing DisplayNameCache helper. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-0/+8
| | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow to set the group display name in the database backendJoas Schilling2019-09-271-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-0/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Don't pretend we can add/remove users to/from groups when we can'tRobin Appelman2018-06-191-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fixes since requirementJohn Molakvoæ (skjnldsv)2018-05-241-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-05-241-0/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersMorris Jobke2017-11-061-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Take IUser instead of UserLukas Reschke2017-08-011-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* IGroup::getDisplayName is available version 12, not 11 (9.2)Julius Härtl2017-05-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adding group display name supportVincent Petry2016-12-221-0/+9
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+109