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
AgeCommit message (Expand)Author
2013-03-06make getDisplayNames optional feature for Group Backends, fall back to intern...Arthur Schiwon
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-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-10-25Allow any characters in the groupnameLukas Reschke
2012-09-23fix some more phpdocRobin Appelman
2012-09-07adding space between) and {Thomas Mueller
2012-08-29Whitespace fixes in libBart Visscher
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-07-26Merge branch 'master' into subadminGeorg Ehrke
2012-07-25define an interface for the Group BackendArthur Schiwon
2012-07-09some work on subadminsGeorg Ehrke
2012-06-05Merge branch 'unstable'Bart Visscher
2012-06-01sort users and groups. fixes oc-779Frank Karlitschek
2012-05-26update copyrightFrank Karlitschek
2012-05-17make sure the group exists in the backend before adding a user to itRobin Appelman
2012-05-10Implement default functions in OC_Group backendBart Visscher
2012-04-15OC_Group_Backend.php misses function groupexistsBart Visscher
2012-04-13allow multiply group backendsRobin Appelman
2011-08-13Add missing parameter to usersInGroup()Michael Gapczynski
2011-08-11add OC_Group::usersInGroup() to get a list of all users in a groupRobin Appelman
2011-08-11work on user managementRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack
2011-07-27Use autoloadJakob Sack
2011-04-18More error checking in user managementJakob Sack
2011-04-18prevent users from deleting admin groupJakob Sack
2011-04-18Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP!Jakob Sack
2011-04-18Added tons of Hooks to OC_USER and OC_GROUPJakob Sack
2011-04-18Improved documentation for group managementJakob Sack
2011-04-17do not redeclare methodsJakob Sack
2011-04-17Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoringJakob Sack
2011-04-17Some work on the fancy user managementJakob Sack
2011-04-17add OC_GROUP::createGroup();Robin Appelman
2011-04-16get rid of the oc_require and friendsRobin Appelman
2011-04-15Try to make owncloud working againJakob Sack
2011-04-15First version of the new user managementJakob Sack