Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |