summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-231-1/+11
* Merge pull request #10783 from nextcloud/backport/10775/stable13Morris Jobke2018-08-221-1/+1
|\
| * Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
* | don't force LDAP updates on userExists anymoreArthur Schiwon2018-08-201-9/+1
|/
* Only bind if configuration for the first server is availableJulius Härtl2018-07-131-1/+1
* adjust and add more unit testsArthur Schiwon2018-07-051-1/+1
* allow admin to disable fetching of avatars as well as a specific attributeArthur Schiwon2018-07-055-11/+70
* let user set avatar in nextcloud von LDAP provides invalid image dataArthur Schiwon2018-07-032-13/+19
* constants belong to Util in 13Arthur Schiwon2018-07-021-8/+9
* lower log level for quota manipulation casesArthur Schiwon2018-07-022-29/+27
* LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-8/+4
* dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-06-121-6/+4
* Apply ldapUserFilter on members of groupRoland Tapken2018-06-121-1/+5
* Merge pull request #9654 from nextcloud/backport/9360/stable13Morris Jobke2018-05-301-2/+2
|\
| * Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-291-2/+2
* | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-291-5/+19
|/
* unbound cloned connection fixRoger Szabo2018-05-181-0/+3
* existence check works without attribute (like with users)Arthur Schiwon2018-03-161-1/+2
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-051-6/+28
* use hash algo that's robust against collisionsArthur Schiwon2018-03-052-2/+2
* Merge pull request #8532 from nextcloud/8499-stable13Morris Jobke2018-02-261-3/+30
|\
| * track the state of the bind resultArthur Schiwon2018-02-261-3/+30
* | fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-261-6/+7
|/
* do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
* 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