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
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-08-26consolidate validity check for users in group classArthur Schiwon
2013-08-19no assoc index here, makes tests pass againArthur Schiwon
2013-08-19return only existing users in groupArthur Schiwon
2013-07-24Fix group id naming fid->gidBart Visscher
2013-07-18group: only pass backends that hold that specific group to the group constructorRobin Appelman
2013-07-10reneme id to gidRobin Appelman
2013-07-10more consistent namingRobin Appelman
2013-07-10consistent namingRobin Appelman
2013-07-10search parameter is not optionalRobin Appelman
2013-07-10more consitency in hook namesRobin Appelman
2013-07-10cant use private members from closure in php <5.4Robin Appelman
2013-07-10update group managementRobin Appelman
2013-03-06make getDisplayNames optional feature for Group Backends, fall back to intern...Arthur Schiwon
2013-03-04Fix #2074 by initializing as an arrayMichael Gapczynski
2013-02-22Whitespace fixesBart Visscher
2013-02-19bug fix for issue 1739, two changes included:Qingping Hou
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-01-31remove some left over commentsBjörn Schießle
2013-01-28implement DisplayNamesInGroup for database back-endBjörn Schießle
2013-01-25get all display names from users in a given groupBjörn Schießle
2012-11-02Checkstyle: many fixesFelix Moeller
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