summaryrefslogtreecommitdiffstats
path: root/lib/private/group/group.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Group to PSR-4Roeland Jago Douma2016-05-011-289/+0
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-5/+23
|
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+23
|
* Add REST route for user & group managementLukas Reschke2014-12-081-0/+5
| | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling2014-11-271-4/+4
|
* Add group management to the public apiRobin Appelman2014-07-161-1/+3
|
* make search parameter optional, which is already the case in the medthod it ↵Arthur Schiwon2014-06-021-1/+1
| | | | is passed to
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-2/+2
|
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-5/+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
* Remove limit and offset manipulation when getting users or groups, because ↵Arthur Schiwon2014-04-151-12/+0
| | | | it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
* ask implementsAction instead of checking method_exists for easier testingArthur Schiwon2014-04-081-1/+1
|
* add optional countUsersInGroup method to group backendsArthur Schiwon2014-04-081-0/+21
|
* remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
|
* user Group->users as assosiative arrayRobin Appelman2013-12-111-5/+3
|
* cache the result from inGroupRobin Appelman2013-12-111-7/+20
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+248
Conflicts: lib/private/vcategories.php