Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+14 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -14/+14 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+14 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -9/+9 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -7/+7 |
| | |||||
* | PHPDoc fixes for user_ldap | Robin McCorkell | 2014-05-16 | 1 | -6/+6 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -18/+18 |
| | |||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | implement countUsersInGroup in LDAP group backend | Arthur Schiwon | 2014-04-08 | 1 | -0/+11 |
| | |||||
* | LDAP: proxy: configurable return to determine when to try the next LDAP ↵ | Arthur Schiwon | 2013-11-25 | 1 | -2/+3 |
| | | | | server and when to return (multi server setup) | ||||
* | LDAP: coding style | Arthur Schiwon | 2013-09-27 | 1 | -1/+2 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -5/+5 |
| | | | | inheriting it. | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | LDAP: reset user/group-config association only after exists-check, may ↵ | Arthur Schiwon | 2013-04-23 | 1 | -2/+9 |
| | | | | performance in some cases | ||||
* | whitespace | Arthur Schiwon | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | LDAP: implementation of displayNamesInGroup | Arthur Schiwon | 2013-03-05 | 1 | -0/+16 |
| | |||||
* | add LDAP User and Group proxies to suppoer multiple servers | Arthur Schiwon | 2013-01-11 | 1 | -0/+178 |