summaryrefslogtreecommitdiffstats
path: root/lib/private/group/backend.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersJenkins for ownCloud2015-03-261-20/+27
|
* Revert "Updating license headers"Morris Jobke2015-02-261-26/+24
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-24/+26
|
* Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling2014-11-271-5/+27
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-6/+6
| | | | * test case added to avoid adding them later
* Fix PHPDoc and typosLukas Reschke2014-05-131-1/+1
| | | | | | | | | | | | | Some things my IDE complained about while creating a custom backend. Fix PHPDoc and typos Some things my IDE complained about while creating a custom backend. Conflicts: lib/private/group/database.php lib/private/group/dummy.php lib/private/group/example.php
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-3/+3
|
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
* add optional countUsersInGroup method to group backendsArthur Schiwon2014-04-081-0/+2
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+157
Conflicts: lib/private/vcategories.php