Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Group to PSR-4 | Roeland Jago Douma | 2016-05-01 | 1 | -289/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -5/+23 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -23/+6 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -6/+23 |
| | |||||
* | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 1 | -0/+5 |
| | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future. | ||||
* | Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class | Joas Schilling | 2014-11-27 | 1 | -4/+4 |
| | |||||
* | Add group management to the public api | Robin Appelman | 2014-07-16 | 1 | -1/+3 |
| | |||||
* | make search parameter optional, which is already the case in the medthod it ↵ | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| | | | | is passed to | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php | ||||
* | Remove limit and offset manipulation when getting users or groups, because ↵ | Arthur Schiwon | 2014-04-15 | 1 | -12/+0 |
| | | | | it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint | ||||
* | ask implementsAction instead of checking method_exists for easier testing | Arthur Schiwon | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | add optional countUsersInGroup method to group backends | Arthur Schiwon | 2014-04-08 | 1 | -0/+21 |
| | |||||
* | remove unneeded ; in comment | Robin Appelman | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | user Group->users as assosiative array | Robin Appelman | 2013-12-11 | 1 | -5/+3 |
| | |||||
* | cache the result from inGroup | Robin Appelman | 2013-12-11 | 1 | -7/+20 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+248 |
Conflicts: lib/private/vcategories.php |