summaryrefslogtreecommitdiffstats
path: root/lib/group.php
Commit message (Collapse)AuthorAgeFilesLines
* make getDisplayNames optional feature for Group Backends, fall back to ↵Arthur Schiwon2013-03-051-1/+7
| | | | internal names
* Whitespace fixesBart Visscher2013-02-221-25/+25
|
* bug fix for issue 1739, two changes included:Qingping Hou2013-02-181-7/+8
| | | | | | | * fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause * check array_diff return value in OC_Group::displayNamesInGroups, when there is no difference between two arrays, it will return NULL, so we have to take care of it.
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+6
|
* implement DisplayNamesInGroup for database back-endBjörn Schießle2013-01-281-1/+1
|
* get all display names from users in a given groupBjörn Schießle2013-01-251-0/+29
|
* Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
|
* Allow any characters in the groupnameLukas Reschke2012-10-251-7/+0
| | | | Fixes #82
* fix some more phpdocRobin Appelman2012-09-231-22/+30
|
* adding space between) and {Thomas Mueller2012-09-071-31/+31
|
* Whitespace fixes in libBart Visscher2012-08-291-1/+1
|
* Add search, limit, offset parameters to usersInGroups()Michael Gapczynski2012-08-111-5/+6
|
* Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
|
* Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-4/+4
|
* Merge branch 'master' into subadminGeorg Ehrke2012-07-261-4/+4
|\
| * define an interface for the Group BackendArthur Schiwon2012-07-251-4/+4
| |
* | some work on subadminsGeorg Ehrke2012-07-091-0/+13
|/
* Merge branch 'unstable'Bart Visscher2012-06-041-13/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Implement default functions in OC_Group backendBart Visscher2012-05-101-13/+1
| | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup
* | sort users and groups. fixes oc-779Frank Karlitschek2012-06-011-0/+2
| |
* | update copyrightFrank Karlitschek2012-05-261-1/+1
| |
* | make sure the group exists in the backend before adding a user to itRobin Appelman2012-05-171-1/+5
|/
* OC_Group_Backend.php misses function groupexistsBart Visscher2012-04-151-1/+6
| | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182
* allow multiply group backendsRobin Appelman2012-04-131-70/+91
|
* Add missing parameter to usersInGroup()Michael Gapczynski2011-08-121-1/+1
|
* add OC_Group::usersInGroup() to get a list of all users in a groupRobin Appelman2011-08-111-0/+8
|
* work on user managementRobin Appelman2011-08-101-2/+11
|
* Renaming classes :-)Jakob Sack2011-07-291-11/+11
|
* Use autoloadJakob Sack2011-07-271-1/+0
|
* More error checking in user managementJakob Sack2011-04-181-0/+14
|
* prevent users from deleting admin groupJakob Sack2011-04-181-0/+5
|
* Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP!Jakob Sack2011-04-181-0/+5
|
* Added tons of Hooks to OC_USER and OC_GROUPJakob Sack2011-04-181-5/+58
|
* Improved documentation for group managementJakob Sack2011-04-181-27/+43
|
* do not redeclare methodsJakob Sack2011-04-171-9/+0
|
* Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack2011-04-171-0/+9
|\
| * add OC_GROUP::createGroup();Robin Appelman2011-04-171-0/+9
| |
* | Some work on the fancy user managementJakob Sack2011-04-171-0/+18
|/
* get rid of the oc_require and friendsRobin Appelman2011-04-161-1/+1
|
* Try to make owncloud working againJakob Sack2011-04-151-13/+3
|
* First version of the new user managementJakob Sack2011-04-151-0/+137