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
2015-06-25Backport of #15592 to stable8Thomas Müller
2014-12-17add isAdmin and isInGroup methods for the group managerBernhard Posselt
2014-12-08Add REST route for user & group managementLukas Reschke
2014-11-27Merge pull request #12470 from owncloud/jenkins-12447Lukas Reschke
2014-11-27Move OC_GROUP_BACKEND_* constants to OC_Group_Backend classJoas Schilling
2014-11-27Correctly namespace and autoload DatabaseExceptionJoas Schilling
2014-11-14Merge pull request #11479 from owncloud/cleanup-group-admin-on-deleteGroupMorris Jobke
2014-10-17make performance less bad. Still far from good, but at least it worksArthur Schiwon
2014-10-17with several backends, more than limit can be returnedArthur Schiwon
2014-10-17Merge pull request #9104 from macjohnny/macjohnny-drastic-ldap-speedupblizzz
2014-10-08cleanup group admin(s) on deleteGroupmichag86
2014-10-07fix for issue #10880michag86
2014-10-07Revert "fix for issue #10880"Vincent Petry
2014-10-07fix for issue #10880michag86
2014-09-22Merge pull request #9225 from voxsim/fix_displayNamesInGroupblizzz
2014-09-181. remove sizeof($filteredUsers) > 0 as conditionvoxsim
2014-09-15add more logic in displayNamesInGroup for big user basesvoxsim
2014-08-29retrieve local users, groups and group members in a sorted wayArthur Schiwon
2014-08-28change logic in displayNamesInGroup and add some unit testsvoxsim
2014-08-06Merge pull request #10144 from owncloud/issue/9972Thomas Müller
2014-08-04Fix getting group '0' from database backendJoas Schilling
2014-07-16Add group management to the public apiRobin Appelman
2014-07-16Port of #9584Stephan Peijnik
2014-07-14fixing PHPDocThomas Müller
2014-07-14remove dead codeArthur Schiwon
2014-06-26fix in displayNamesInGroup: when specified limit N, we did complex search onl...voxsim
2014-06-25extend Dummy user and group implementation to pass testsArthur Schiwon
2014-06-24return int, not stringArthur Schiwon
2014-06-23modified caching mechanism in getUserGroupIdsmacjohnny
2014-06-23clean up function getUserGroupIdsmacjohnny
2014-06-23search term for users and groups may occur anywhere in the name or displaynam...Arthur Schiwon
2014-06-21Update manager.phpmacjohnny
2014-06-19Update manager.phpmacjohnny
2014-06-19Update manager.phpmacjohnny
2014-06-19Update manager.phpmacjohnny
2014-06-19Update manager.phpmacjohnny
2014-06-19Update manager.phpmacjohnny
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