summaryrefslogtreecommitdiffstats
path: root/lib/group.php
Commit message (Collapse)AuthorAgeFilesLines
* 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