summaryrefslogtreecommitdiffstats
path: root/lib/public/igroupmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-139/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* allow apps to add an OCP GroupInterface backendJörn Friedrich Dreyer2016-01-141-1/+1
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Adjust PHPDoc as suggestedThomas Müller2015-11-201-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-0/+2
|
* Use proper typeLukas Reschke2015-06-191-1/+1
| | | | This is a string
* Do not return backends but add a method to check for oneJoas Schilling2015-06-161-2/+5
|
* Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-0/+6
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+14
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-5/+19
|
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+18
|
* add isAdmin and isInGroup methods for the group managerBernhard Posselt2014-12-171-0/+15
|
* Add group management to the public apiRobin Appelman2014-07-161-0/+83