- Dec 12, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
-
- Dec 08, 2014
-
-
Morris Jobke authored
* files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
-
- Nov 05, 2014
-
-
Morris Jobke authored
-
- Sep 05, 2014
-
-
Clark Tomlinson authored
-
- Jul 16, 2014
-
-
Stephan Peijnik authored
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>
-
- Jun 23, 2014
-
-
Raghu Nayyar authored
-
- Jun 02, 2014
-
-
Arthur Schiwon authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Lukas Reschke authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Raghu Nayyar authored
-
Arthur Schiwon authored
-
Raghu Nayyar authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Raghu Nayyar authored
-
Raghu Nayyar authored
-
- Mar 25, 2014
-
-
Thomas Müller authored
-
- Sep 09, 2013
-
-
Christopher Schäpers authored
-
- Aug 26, 2013
-
-
Christopher Schäpers authored
-
- Aug 25, 2013
-
-
Christopher Schäpers authored
And other small improvements
-
- Aug 15, 2013
-
-
Owen Winkler authored
Squashed commits from PR #4364 for master.
-
- Jul 21, 2013
-
-
Christopher Schäpers authored
-
- May 16, 2013
-
-
Björn Schießle authored
-
- Feb 21, 2013
-
-
Bart Visscher authored
-
- Feb 11, 2013
-
-
Robin Appelman authored
-
- Jan 29, 2013
-
-
Björn Schießle authored
-
- Jan 28, 2013
-
-
Björn Schießle authored
-
- Jan 25, 2013
-
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Björn Schießle authored
-
- Jan 16, 2013
-
-
Bart Visscher authored
-
- Jan 15, 2013
-
-
Daniel Molkentin authored
-
- Jan 14, 2013
-
-
Lukas Reschke authored
There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
-