| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -0/+1 |
* | Remove arbitrary expression in empty | Lukas Reschke | 2015-10-14 | 1 | -2/+3 |
* | trim by default, add unit tests | Arthur Schiwon | 2015-10-05 | 1 | -16/+34 |
* | Spaces -> Tabs, Update PHP-Doc and function logic | Lennart Rosam | 2015-10-05 | 1 | -12/+27 |
* | Remove whitespace from base-DNs | Lennart Rosam | 2015-10-05 | 1 | -6/+12 |
* | Fix 17677 | Lennart Rosam | 2015-08-12 | 1 | -3/+0 |
* | if possible, getUserGroups should get memberships using memberOf virtual attr... | Arthur Schiwon | 2015-06-03 | 1 | -0/+3 |
* | change default value of ldap_tls to 0. It will be detected anyway, but starti... | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 1 | -1/+4 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+16 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -16/+14 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+16 |
* | more beautiful white spaces | Arthur Schiwon | 2014-10-08 | 1 | -88/+88 |
* | add checkbox for experienced users to server tab | Arthur Schiwon | 2014-10-07 | 1 | -0/+3 |
* | command line tools to see, modify and test existing LDAP configurations | Arthur Schiwon | 2014-06-03 | 1 | -1/+1 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -2/+2 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -17/+17 |
* | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -32/+77 |
* | Merge pull request #6221 from leo-b/ldap_get_all_groups | blizzz | 2014-04-07 | 1 | -1/+4 |
|\ |
|
| * | change default ldap paging size to 500 | Alexander Bergolth | 2014-03-28 | 1 | -1/+1 |
| * | add ldap_paging_size config option | root | 2014-03-04 | 1 | -1/+4 |
* | | Use array_key_exists instead of isset, because the latter returns false if th... | Arthur Schiwon | 2014-03-21 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #6299 from leo-b/ldap_nested_groups | VicDeo | 2014-02-25 | 1 | -0/+3 |
|\ |
|
| * | add support for nested groups | root | 2013-12-06 | 1 | -0/+3 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+4 |
* | | LDAP: fix method behind save button on advancend and expert tabs, fixes at le... | Arthur Schiwon | 2013-12-13 | 1 | -5/+6 |
|/ |
|
* | LDAP: set default value for login filter to empty, otherwise the wizard signa... | Arthur Schiwon | 2013-12-04 | 1 | -1/+1 |
* | Merge pull request #5955 from owncloud/fix5863 | blizzz | 2013-11-27 | 1 | -0/+9 |
|\ |
|
| * | LDAP Wizard: proper behaviour for raw filter input. remember the editing mode... | Arthur Schiwon | 2013-11-19 | 1 | -0/+9 |
* | | LDAP: get user photo from LDAP and set it as avatar if available | Arthur Schiwon | 2013-11-22 | 1 | -0/+3 |
|/ |
|
* | LDAP: when multiline values are passed as array, do not try to preg_split the... | Arthur Schiwon | 2013-10-24 | 1 | -1/+1 |
* | typo, fixes #5517 | Arthur Schiwon | 2013-10-24 | 1 | -1/+1 |
* | Don't set Base User and Base Group when Base DN was detected, would case prob... | Arthur Schiwon | 2013-10-17 | 1 | -0/+3 |
* | resolve merge conflicts from rebase | Arthur Schiwon | 2013-10-17 | 1 | -9/+12 |
* | LDAP Wizard: fix couple more or less nasty bugs aka polishing | Arthur Schiwon | 2013-10-17 | 1 | -4/+4 |
* | LDAP: set displayname as default attribute for user display name | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 |
* | Ldap Wizard: Group Filter configuration | Arthur Schiwon | 2013-10-17 | 1 | -0/+12 |
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of l... | Arthur Schiwon | 2013-10-17 | 1 | -0/+12 |
* | LDAP Wizard: create user list filter, show number of user that will have acce... | Arthur Schiwon | 2013-10-17 | 1 | -0/+3 |
* | LDAP Wizard: add detection, load and save of LDAP groups for filter purposes | Arthur Schiwon | 2013-10-17 | 1 | -0/+6 |
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu... | Arthur Schiwon | 2013-10-17 | 1 | -14/+6 |
* | ignore autodetect-attribute on public save method | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
* | LDAP: move Configuration out of Connection into class of its own. The new wi... | Arthur Schiwon | 2013-10-17 | 1 | -0/+352 |