| Commit message (Expand) | Author | Age | Files | Lines |
* | consolidate validity check for users in group class | Arthur Schiwon | 2013-08-26 | 1 | -23/+24 |
* | no assoc index here, makes tests pass again | Arthur Schiwon | 2013-08-19 | 1 | -1/+1 |
* | return only existing users in group | Arthur Schiwon | 2013-08-19 | 1 | -3/+12 |
* | Fix group id naming fid->gid | Bart Visscher | 2013-07-24 | 1 | -1/+1 |
* | group: only pass backends that hold that specific group to the group constructor | Robin Appelman | 2013-07-18 | 2 | -2/+8 |
* | reneme id to gid | Robin Appelman | 2013-07-10 | 1 | -15/+15 |
* | more consistent naming | Robin Appelman | 2013-07-10 | 1 | -4/+4 |
* | consistent naming | Robin Appelman | 2013-07-10 | 1 | -6/+6 |
* | search parameter is not optional | Robin Appelman | 2013-07-10 | 1 | -2/+2 |
* | more consitency in hook names | Robin Appelman | 2013-07-10 | 2 | -9/+9 |
* | cant use private members from closure in php <5.4 | Robin Appelman | 2013-07-10 | 1 | -3/+3 |
* | update group management | Robin Appelman | 2013-07-10 | 2 | -0/+401 |
* | make getDisplayNames optional feature for Group Backends, fall back to intern... | Arthur Schiwon | 2013-03-05 | 1 | -0/+2 |
* | Fix #2074 by initializing as an array | Michael Gapczynski | 2013-03-04 | 2 | -7/+7 |
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -33/+33 |
* | bug fix for issue 1739, two changes included: | Qingping Hou | 2013-02-18 | 1 | -1/+1 |
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -2/+9 |
* | remove some left over comments | Björn Schießle | 2013-01-31 | 1 | -9/+2 |
* | implement DisplayNamesInGroup for database back-end | Björn Schießle | 2013-01-28 | 2 | -1/+29 |
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -0/+18 |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 2 | -6/+6 |
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 3 | -40/+61 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 3 | -31/+31 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 5 | -70/+198 |
|\ |
|
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 5 | -16/+25 |
| |\ |
|
| | * | Add search, limit, offset parameters to usersInGroups() | Michael Gapczynski | 2012-08-11 | 5 | -10/+14 |
| | * | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 5 | -6/+10 |
| | * | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 3 | -9/+7 |
| * | | Implement groupExists in group database backend | Michael Gapczynski | 2012-08-07 | 1 | -0/+14 |
| * | | Add search and limit to getGroups search in groupExists implementation | Michael Gapczynski | 2012-08-07 | 1 | -1/+1 |
| * | | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-07-30 | 3 | -9/+7 |
| |/ |
|
| * | method not used externally, thus not needed in interface | Arthur Schiwon | 2012-07-25 | 1 | -10/+0 |
| * | define an interface for the Group Backend | Arthur Schiwon | 2012-07-25 | 2 | -1/+87 |
| * | forgot to make one function abstract | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| * | remove unused variables | Robin Appelman | 2012-07-20 | 3 | -13/+13 |
| * | make groups not static, fixes oc-919 | Arthur Schiwon | 2012-06-05 | 2 | -17/+17 |
| * | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 2 | -13/+52 |
| |\ |
|
| | * | Implement default functions in OC_Group backend | Bart Visscher | 2012-05-10 | 2 | -13/+52 |
| * | | update copyright | Frank Karlitschek | 2012-05-26 | 4 | -4/+4 |
| |/ |
|
* / | escape all identifiers with backticks | jfd | 2012-07-31 | 1 | -10/+10 |
|/ |
|
* | fix group backend | Robin Appelman | 2012-04-16 | 1 | -1/+1 |
* | OC_Group_Backend.php misses function groupexists | Bart Visscher | 2012-04-15 | 1 | -0/+12 |
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 4 | -69/+315 |
* | fix bug in group mangement | Robin Appelman | 2012-02-24 | 1 | -1/+1 |
* | fix creating groups | Robin Appelman | 2011-09-18 | 1 | -2/+2 |
* | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 1 | -1/+1 |
* | add OC_Group::usersInGroup() to get a list of all users in a group | Robin Appelman | 2011-08-11 | 2 | -4/+24 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 2 | -2/+2 |
* | Use autoload | Jakob Sack | 2011-07-27 | 2 | -0/+273 |