summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-231-6/+7
* track the state of the bind resultArthur Schiwon2018-02-221-2/+29
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-143-5/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-143-5/+0
* | Simplify return statementMorris Jobke2018-02-133-15/+6
|/
* typoblizzz2018-01-311-1/+1
* fixes reading the sysconfig valueArthur Schiwon2018-01-311-0/+1
* Use ::class statement instead of stringMorris Jobke2018-01-292-2/+3
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-265-7/+7
* Use type casting instead of *val() methodMorris Jobke2018-01-265-34/+34
* Merge pull request #8069 from nextcloud/no-catch-serverdownMorris Jobke2018-01-262-2/+8
|\
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
* | Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
|/
* 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