Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5568 from nextcloud/ldap-agent-credentials-safe | Lukas Reschke | 2017-11-09 | 1 | -1/+1 |
|\ | |||||
| * | Fix regression: undesired writes to the DB | Arthur Schiwon | 2017-10-27 | 1 | -1/+1 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+5 |
* | | avoid unnecessary recursion | Arthur Schiwon | 2017-10-25 | 1 | -1/+1 |
|/ | |||||
* | and add missing whitespaces to log outout | Arthur Schiwon | 2017-09-28 | 1 | -2/+2 |
* | LDAP: Simplify conditions in establishConnection | Jarkko Lehtoranta | 2017-07-23 | 1 | -9/+6 |
* | LDAP: Use imported exception in Connection class | Jarkko Lehtoranta | 2017-07-23 | 1 | -4/+4 |
* | LDAP: Clean-up doConnect | Jarkko Lehtoranta | 2017-07-23 | 1 | -11/+14 |
* | LDAP: Throw an exception if disabling LDAP referrals fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -0/+2 |
* | LDAP: Throw an exception if Start TLS fails | Jarkko Lehtoranta | 2017-07-23 | 1 | -1/+3 |
* | LDAP: Remove unnecessary "recursion" fix | Jarkko Lehtoranta | 2017-07-23 | 1 | -7/+0 |
* | LDAP: Don't handle invalid credentials as a connection error | Jarkko Lehtoranta | 2017-07-23 | 1 | -2/+9 |
* | LDAP: Connect to backup server only if it exists + handle errors | Jarkko Lehtoranta | 2017-07-23 | 1 | -3/+7 |
* | user_ldap: Add support for gidNumber | Xuanwo | 2017-04-25 | 1 | -0/+6 |
* | add integration test for uuid attr detection | Arthur Schiwon | 2017-02-17 | 1 | -0/+2 |
* | Update uuidAttributes list to include FreeIPA's ipauniqueid | Brent Bloxam | 2017-02-10 | 1 | -1/+1 |
* | remove frequent, unimportant log message | Arthur Schiwon | 2016-12-19 | 1 | -5/+0 |
* | Add tests | Lukas Reschke | 2016-11-23 | 1 | -0/+1 |
* | Harden empty | Victor Dubiniuk | 2016-10-13 | 1 | -5/+8 |
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 1 | -1/+1 |
* | Fix phpdoc | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
* | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -0/+2 |
* | New LDAPProvider for user_ldap | root | 2016-07-22 | 1 | -1/+5 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+3 |
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -0/+610 |