summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
* Use type casting instead of *val() methodMorris Jobke2018-01-2610-22/+22
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-3/+5
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-2/+2
* Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-132-2/+2
* revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
* fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-111-2/+2
* enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
* when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-111-1/+1
* fix changing to next cycleArthur Schiwon2018-01-081-2/+2
* add unit test for qualifies to runArthur Schiwon2018-01-081-2/+2
* fix offset is never being resetArthur Schiwon2018-01-051-1/+1
* create failing test for this caseArthur Schiwon2018-01-053-2/+124
* 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
|\