aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7599 from nextcloud/quieter-debug-logMorris Jobke2018-01-032-3/+6
|\
| * don't show recurring msg when pages result was turned offArthur Schiwon2017-12-212-3/+6
* | throw ServerNotAvailableException when LDAP is caught shutting downArthur Schiwon2018-01-021-7/+10
|/
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* don't use deprecated method for requesting memcacheArthur Schiwon2017-12-181-1/+1
* Fixes hex2bin() in LDAPMorris Jobke2017-12-131-5/+7
* don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-071-7/+10
* ensure that users are cached when they are retrievedArthur Schiwon2017-12-072-7/+12
* tryfix needsRefresh unit testssidey792017-11-101-1/+1
* Fixed Typo in user.phpsidey792017-11-101-1/+1
* Update User.phpsidey792017-11-101-2/+1
* resolve DIArthur Schiwon2017-11-094-36/+68
* add Sync testArthur Schiwon2017-11-091-8/+6
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-098-34/+414
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-093-6/+17
* move ldap user sync to background (WIP)Arthur Schiwon2017-11-091-15/+19
* Merge pull request #5568 from nextcloud/ldap-agent-credentials-safeLukas Reschke2017-11-092-4/+12
|\
| * fix saving changes…Arthur Schiwon2017-10-271-1/+1
| * fix creating an empty configurationArthur Schiwon2017-10-271-3/+5
| * Fix regression: undesired writes to the DBArthur Schiwon2017-10-271-1/+1
| * LDAP: only write actually changes values to the DBArthur Schiwon2017-10-271-2/+8
* | Update license headersMorris Jobke2017-11-0631-56/+109
* | User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-036-38/+40
* | Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-0317-42/+1009
* | avoid unnecessary recursionArthur Schiwon2017-10-252-11/+10
|/
* Merge pull request #6873 from nextcloud/ldap_proxy_redix_fixLukas Reschke2017-10-191-19/+12
|\
| * Little bit of code cleanupRoeland Jago Douma2017-10-191-5/+5
| * Do not check existance before fetchRoeland Jago Douma2017-10-191-14/+7
* | Merge pull request #6677 from nextcloud/downstream-dont-reset-quotaLukas Reschke2017-10-192-3/+2
|\ \ | |/ |/|
| * and add missing whitespaces to log outoutArthur Schiwon2017-09-281-2/+2
| * Keep the current quota if no suitable quota is foundJuan Pablo Villafáñez2017-09-281-1/+0
* | fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-296-19/+31
|/
* fix counting found results in search opArthur Schiwon2017-09-141-3/+6
* replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
* fix limit-flaw in search on paged resultsArthur Schiwon2017-09-141-8/+8
* Merge pull request #5689 from nextcloud/fix-4117Morris Jobke2017-09-143-23/+52
|\
| * listen to deletion hooks for proper handling, adjust and add testsArthur Schiwon2017-08-312-1/+41
| * simplify returning the homePath and fixing #4117Arthur Schiwon2017-08-312-23/+12
* | Merge pull request #5642 from tobru/fix/groupOfUniqueNames_in_WizardMorris Jobke2017-09-051-1/+1
|\ \
| * | recognize groupOfUniqueNames as valid LDAP group objectTobias Brunner2017-07-071-1/+1
* | | Merge pull request #5466 from jlehtoranta/ldap-connectivity-fixesMorris Jobke2017-09-041-26/+34
|\ \ \ | |_|/ |/| |
| * | LDAP: Simplify conditions in establishConnectionJarkko Lehtoranta2017-07-231-9/+6
| * | LDAP: Use imported exception in Connection classJarkko Lehtoranta2017-07-231-4/+4
| * | LDAP: Clean-up doConnectJarkko Lehtoranta2017-07-231-11/+14
| * | LDAP: Throw an exception if disabling LDAP referrals failsJarkko Lehtoranta2017-07-231-0/+2
| * | LDAP: Throw an exception if Start TLS failsJarkko Lehtoranta2017-07-231-1/+3
| * | LDAP: Remove unnecessary "recursion" fixJarkko Lehtoranta2017-07-231-7/+0
| * | LDAP: Don't handle invalid credentials as a connection errorJarkko Lehtoranta2017-07-231-2/+9
| * | LDAP: Connect to backup server only if it exists + handle errorsJarkko Lehtoranta2017-07-231-3/+7
* | | Merge pull request #5616 from nextcloud/ldap-wizard-remove-LDAPTLS_REQCERT-at...Morris Jobke2017-08-103-20/+7
|\ \ \