| Commit message (Expand) | Author | Age | Files | Lines |
* | Move LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -301/+0 |
* | remove deprecated ldap_sort | Arthur Schiwon | 2016-03-10 | 1 | -14/+1 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2015-12-05 | 1 | -1/+8 |
* | handle unallowed auth exception on port detection | Arthur Schiwon | 2015-05-18 | 1 | -1/+1 |
* | throw exception on LDAP error 1, which we usually do not see and is pretty ge... | Arthur Schiwon | 2015-05-18 | 1 | -0/+2 |
* | catch unallowed anonymous auth attempt and show specific error | Arthur Schiwon | 2015-05-18 | 1 | -0/+2 |
* | throw exception when LDAP Connection was lost | Arthur Schiwon | 2015-04-22 | 1 | -0/+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 |
* | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a u... | Arthur Schiwon | 2014-08-07 | 1 | -1/+1 |
* | support for AD primary groups | Arthur Schiwon | 2014-07-08 | 1 | -0/+11 |
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -3/+3 |
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -3/+3 |
* | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -10/+111 |
* | "reset" ldap pagedSearch control by setting it to a high value | root | 2014-03-06 | 1 | -1/+1 |
* | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 1 | -2/+4 |
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -3/+3 |
|\ |
|
| * | LDAP: extend LDAP wrapper search method for sizelimit, improves performance i... | Arthur Schiwon | 2014-02-10 | 1 | -3/+3 |
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -3/+6 |
|/ |
|
* | correctly propagate the return value of ldap_set_option | root | 2013-12-06 | 1 | -1/+1 |
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu... | Arthur Schiwon | 2013-10-17 | 1 | -0/+8 |
* | LDAP Wizard: autodetect base DN | Arthur Schiwon | 2013-10-17 | 1 | -0/+4 |
* | LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ... | Arthur Schiwon | 2013-09-27 | 1 | -3/+5 |
* | LDAP: make Access be a dependency to the user and group backend instead of in... | Arthur Schiwon | 2013-09-27 | 1 | -0/+2 |
* | LDAP: establish wrapper interface to allow proper mocking | Arthur Schiwon | 2013-09-27 | 1 | -19/+86 |
* | LDAP: move is_resource check to ldap wrapper to make it mockable | Arthur Schiwon | 2013-09-27 | 1 | -0/+10 |
* | LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a... | Arthur Schiwon | 2013-09-27 | 1 | -0/+86 |