Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make getDisplayNames optional feature for Group Backends, fall back to ↵ | Arthur Schiwon | 2013-03-05 | 1 | -0/+2 |
| | | | | internal names | ||||
* | Fix #2074 by initializing as an array | Michael Gapczynski | 2013-03-04 | 1 | -5/+5 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -17/+17 |
| | |||||
* | implement DisplayNamesInGroup for database back-end | Björn Schießle | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | get all display names from users in a given group | Björn Schießle | 2013-01-25 | 1 | -0/+18 |
| | |||||
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -10/+17 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php | ||||
| * | Add search, limit, offset parameters to usersInGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | | |||||
| * | Make getting all users and groups the default | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | | |||||
| * | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-08-11 | 1 | -1/+1 |
| | | |||||
* | | 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 | 1 | -1/+1 |
|/ | |||||
* | define an interface for the Group Backend | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | make groups not static, fixes oc-919 | Arthur Schiwon | 2012-06-05 | 1 | -6/+6 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -13/+45 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | Implement default functions in OC_Group backend | Bart Visscher | 2012-05-10 | 1 | -13/+45 |
| | | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup | ||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182 | ||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 1 | -68/+51 |
| | |||||
* | add OC_Group::usersInGroup() to get a list of all users in a group | Robin Appelman | 2011-08-11 | 1 | -0/+6 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+96 |