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
2014-11-14cleanup group admin(s) on deleteGroupmichag86
2014-11-13fix for issue #10880michag86
2014-10-18backport of #11494Arthur Schiwon
2014-10-17backport of #9104macjohnny
2014-09-22Backport of #9225voxsim
2014-08-31retrieve local users, groups and group members in a sorted wayArthur Schiwon
2014-08-10Add group management to the public apiRobin Appelman
2014-08-06Fix getting group '0' from database backendJoas Schilling
2014-07-15Updated code to reflect changes introduced to \OC\Group\MetaData.Stephan Peijnik
2014-07-15Use is_null() instead of empty() when checking the return value of GroupManag...Stephan Peijnik
2014-07-15Fix indentation.Stephan Peijnik
2014-07-15Fixes #9583Stephan Peijnik
2014-07-15Backport of #9562Arthur Schiwon
2014-06-25extend Dummy user and group implementation to pass testsArthur Schiwon
2014-06-24return int, not stringArthur Schiwon
2014-06-23search term for users and groups may occur anywhere in the name or displaynam...Arthur Schiwon
2014-06-13drastic speedup for nested ldap groupsmacjohnny
2014-06-12Revert "Merge pull request #8998 from macjohnny/master"Morris Jobke
2014-06-12Update manager.phpmacjohnny
2014-06-12Update manager.phpmacjohnny
2014-06-02make search parameter optional, which is already the case in the medthod it i...Arthur Schiwon
2014-06-02fix PHPDocArthur Schiwon
2014-06-02typoArthur Schiwon
2014-06-02small fixes / cleanupArthur Schiwon
2014-06-02add MetaData class for groupsArthur Schiwon
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19Merge pull request #7363 from owncloud/optimize-startup-queriesMorris Jobke
2014-05-13Fix PHPDoc and typosLukas Reschke
2014-05-13Fix all PHPDoc types and variable names, in /libRobin McCorkell
2014-05-13Squash 'a | b' into 'a|b', in /libRobin McCorkell
2014-05-13Fix @return array PHPDocs, in /libRobin McCorkell
2014-05-13Replace @returns with @return, in /libRobin McCorkell
2014-05-07Merge branch 'master' into optimize-startup-queriesBart Visscher
2014-04-28Group Database backend must not gather user details itself but ask userArthur Schiwon
2014-04-15Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon
2014-04-08ask implementsAction instead of checking method_exists for easier testingArthur Schiwon
2014-04-08add optional countUsersInGroup method to group backendsArthur Schiwon
2014-02-27Also clear cached UserGroup when a user is added/removedBart Visscher
2014-02-27Clear the cached user groups when a group is deletedBart Visscher
2014-02-22Add more caching in the group managerBart Visscher
2014-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2014-02-14Fix test cases for group managerRobin Appelman
2014-02-14remove duplicate call to groupExistsRobin Appelman
2013-12-12remove unneeded ; in commentRobin Appelman
2013-12-11user Group->users as assosiative arrayRobin Appelman
2013-12-11cache the result from inGroupRobin Appelman
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller