summaryrefslogtreecommitdiffstats
path: root/lib/public/Group
Commit message (Collapse)AuthorAgeFilesLines
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+36
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-0/+38
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Expose subadmin to OCPRoeland Jago Douma2019-01-291-0/+99
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Added disabled count per groupsJohn Molakvoæ (skjnldsv)2018-05-241-0/+36
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Make the group backends also possible using interfacesRoeland Jago Douma2018-04-238-0/+319
Just like for the user backends the group backends should also be properly done using interfaces. This adds the interfaces and abstract class to get started Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>