Commit Graph

16 Commits (29e1c3a898a66b0b005d230a836a0275e462071c)

Author SHA1 Message Date
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 10 years ago
Robin Appelman 94fa21d146 Add group management to the public api 11 years ago
macjohnny 767aa4e35f drastic speedup for nested ldap groups 11 years ago
Morris Jobke ab7cff6dfd Revert "Merge pull request #8998 from macjohnny/master" 11 years ago
macjohnny b1094cfe82 Update group.php 11 years ago
macjohnny 0af8aa689f drastic speedup for nested ldap groups 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Arthur Schiwon 701009bd72 dispayNamesInGroup(s) should always return uid as key in the result attr, fixes #5209 12 years ago
Bjoern Schiessle 835f36cb09 find users which are in the same group 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Bjoern Schiessle df358dfef5 fix function call for searUsers() 12 years ago
Bjoern Schiessle 99354f9a28 fix searchUsers() call in group.php 12 years ago
Robin Appelman 065bc96b02 more consistent naming 12 years ago
Robin Appelman 912b151561 use new group api as backend for the old api 12 years ago
Arthur Schiwon 5da9223d1c make getDisplayNames optional feature for Group Backends, fall back to internal names 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Qingping Hou 2c78c5ccab bug fix for issue 1739, two changes included: 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Björn Schießle c00b66fe5b implement DisplayNamesInGroup for database back-end 12 years ago
Björn Schießle 4271430e60 get all display names from users in a given group 12 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Lukas Reschke 55277c8e5a Allow any characters in the groupname 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Michael Gapczynski a1c88a3e39 Add search, limit, offset parameters to usersInGroups() 13 years ago
Michael Gapczynski 874f31b8d7 Make getting all users and groups the default 13 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Arthur Schiwon e499bc37c8 define an interface for the Group Backend 13 years ago
Georg Ehrke d0b625352c some work on subadmins 13 years ago
Frank Karlitschek aa88ec81c7 sort users and groups. fixes oc-779 13 years ago
Frank Karlitschek ad6562d14f sort users and groups. fixes oc-779 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Robin Appelman 2c99924f7d make sure the group exists in the backend before adding a user to it 13 years ago
Bart Visscher e77ba0280a Implement default functions in OC_Group backend 13 years ago
Bart Visscher 68b1ae1a36 OC_Group_Backend.php misses function groupexists 13 years ago
Robin Appelman 1d8fdf52d5 allow multiply group backends 13 years ago
Michael Gapczynski 67156f87e3 Add missing parameter to usersInGroup() 14 years ago
Michael Gapczynski ffe9da91af Add missing parameter to usersInGroup() 14 years ago
Robin Appelman bfd72501a1 add OC_Group::usersInGroup() to get a list of all users in a group 14 years ago
Robin Appelman f03874ac49 work on user management 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago