Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/group
AgeCommit message (Expand)Author
2012-09-23fix some more phpdocRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-14Merge branch 'master' into share_apiMichael Gapczynski
2012-08-12Add search, limit, offset parameters to usersInGroups()Michael Gapczynski
2012-08-12Make getting all users and groups the defaultMichael Gapczynski
2012-08-12Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski
2012-08-07Implement groupExists in group database backendMichael Gapczynski
2012-08-07Add search and limit to getGroups search in groupExists implementationMichael Gapczynski
2012-07-31escape all identifiers with backticksjfd
2012-07-31Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski
2012-07-25method not used externally, thus not needed in interfaceArthur Schiwon
2012-07-25define an interface for the Group BackendArthur Schiwon
2012-07-20forgot to make one function abstractRobin Appelman
2012-07-20remove unused variablesRobin Appelman
2012-06-05make groups not static, fixes oc-919Arthur Schiwon
2012-06-05Merge branch 'unstable'Bart Visscher
2012-05-26update copyrightFrank Karlitschek
2012-05-10Implement default functions in OC_Group backendBart Visscher
2012-04-16fix group backendRobin Appelman
2012-04-15OC_Group_Backend.php misses function groupexistsBart Visscher
2012-04-13allow multiply group backendsRobin Appelman
2012-02-25fix bug in group mangementRobin Appelman
2011-09-18fix creating groupsRobin Appelman
2011-09-17dont use numRows when it's not needed since it can be expensiveRobin Appelman
2011-08-11add OC_Group::usersInGroup() to get a list of all users in a groupRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-07-27Use autoloadJakob Sack