aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/group/metadata.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Group to PSR-4Roeland Jago Douma2016-05-011-200/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-291-34/+19
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Sort user groups by group name and hide the user countJoas Schilling2015-05-181-15/+24
|
* Update license headersJenkins for ownCloud2015-03-261-5/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+20
|
* Add REST route for user & group managementLukas Reschke2014-12-081-3/+4
| | | | 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.
* Port of #9584Stephan Peijnik2014-07-161-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9583 lib/private/group/metadata.php: For subadmins also return an array of groups, indexed by their GIDs. settings/users.php: Convert array of arrays to array of GIDs before calling into OC_Group::displayNamesInGroups. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Fix indentation. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Renamed $grp to $group in foreach loop. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Use is_null() instead of empty() when checking the return value of GroupManager::get(). Additionally, $grp was renamed to $group inside \OC\Group\MetaData::fetchGroups(). Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Updated code to reflect changes introduced to \OC\Group\MetaData. Now that fetchGroups() does not exist anymore and getGroups() is called directory, the 'groups' property does not exist anymore. Instead, we now generate that array on the fly and return it from getGroups. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
* fixing PHPDocThomas Müller2014-07-141-16/+16
|
* remove dead codeArthur Schiwon2014-07-141-34/+20
| | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests
* fix PHPDocArthur Schiwon2014-06-021-1/+1
|
* typoArthur Schiwon2014-06-021-2/+2
|
* small fixes / cleanupArthur Schiwon2014-06-021-2/+1
|
* add MetaData class for groupsArthur Schiwon2014-06-021-0/+189