Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make getDisplayNames optional feature for Group Backends, fall back to ↵ | Arthur Schiwon | 2013-03-05 | 1 | -1/+7 |
| | | | | internal names | ||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -25/+25 |
| | |||||
* | bug fix for issue 1739, two changes included: | Qingping Hou | 2013-02-18 | 1 | -7/+8 |
| | | | | | | | * fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause * check array_diff return value in OC_Group::displayNamesInGroups, when there is no difference between two arrays, it will return NULL, so we have to take care of it. | ||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+6 |
| | |||||
* | 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/+29 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
| | |||||
* | Allow any characters in the groupname | Lukas Reschke | 2012-10-25 | 1 | -7/+0 |
| | | | | Fixes #82 | ||||
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -22/+30 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -31/+31 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Add search, limit, offset parameters to usersInGroups() | Michael Gapczynski | 2012-08-11 | 1 | -5/+6 |
| | |||||
* | 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 | -4/+4 |
| | |||||
* | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-26 | 1 | -4/+4 |
|\ | |||||
| * | define an interface for the Group Backend | Arthur Schiwon | 2012-07-25 | 1 | -4/+4 |
| | | |||||
* | | some work on subadmins | Georg Ehrke | 2012-07-09 | 1 | -0/+13 |
|/ | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -13/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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/+1 |
| | | | | | | | | | | | | | | | | | | | | Simplifies calling these functions, and makes code simpler functions: inGroup getUserGroups getGroups usersInGroup | ||||
* | | sort users and groups. fixes oc-779 | Frank Karlitschek | 2012-06-01 | 1 | -0/+2 |
| | | |||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | | |||||
* | | make sure the group exists in the backend before adding a user to it | Robin Appelman | 2012-05-17 | 1 | -1/+5 |
|/ | |||||
* | OC_Group_Backend.php misses function groupexists | Bart Visscher | 2012-04-15 | 1 | -1/+6 |
| | | | | Fix http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-182 | ||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 1 | -70/+91 |
| | |||||
* | Add missing parameter to usersInGroup() | Michael Gapczynski | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | add OC_Group::usersInGroup() to get a list of all users in a group | Robin Appelman | 2011-08-11 | 1 | -0/+8 |
| | |||||
* | work on user management | Robin Appelman | 2011-08-10 | 1 | -2/+11 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -11/+11 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -1/+0 |
| | |||||
* | More error checking in user management | Jakob Sack | 2011-04-18 | 1 | -0/+14 |
| | |||||
* | prevent users from deleting admin group | Jakob Sack | 2011-04-18 | 1 | -0/+5 |
| | |||||
* | Check for existance of group- and usernames, don't mix OC_USER and OC_GROUP! | Jakob Sack | 2011-04-18 | 1 | -0/+5 |
| | |||||
* | Added tons of Hooks to OC_USER and OC_GROUP | Jakob Sack | 2011-04-18 | 1 | -5/+58 |
| | |||||
* | Improved documentation for group management | Jakob Sack | 2011-04-18 | 1 | -27/+43 |
| | |||||
* | do not redeclare methods | Jakob Sack | 2011-04-17 | 1 | -9/+0 |
| | |||||
* | Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring | Jakob Sack | 2011-04-17 | 1 | -0/+9 |
|\ | |||||
| * | add OC_GROUP::createGroup(); | Robin Appelman | 2011-04-17 | 1 | -0/+9 |
| | | |||||
* | | Some work on the fancy user management | Jakob Sack | 2011-04-17 | 1 | -0/+18 |
|/ | |||||
* | get rid of the oc_require and friends | Robin Appelman | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Try to make owncloud working again | Jakob Sack | 2011-04-15 | 1 | -13/+3 |
| | |||||
* | First version of the new user management | Jakob Sack | 2011-04-15 | 1 | -0/+137 |