summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-291-6/+19
* Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-021-2/+2
* unbound cloned connection fixRoger Szabo2018-04-271-0/+3
* move log constants to ILoggerArthur Schiwon2018-04-267-99/+121
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-231-1/+0
* Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke2018-04-117-9/+54
|\
| * DI for NC's user managerArthur Schiwon2018-04-055-10/+27
| * more consistent namingArthur Schiwon2018-04-052-3/+3
| * LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-053-1/+29
* | parameter provided to L10N::n() could have been a stringArthur Schiwon2018-04-051-17/+26
|/
* Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-262-5/+5
* existence check works without attribute (like with users)Arthur Schiwon2018-03-151-1/+2
* Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-121-1/+1
* Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke2018-03-081-2/+4
|\
| * dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-03-071-6/+4
| * Apply ldapUserFilter on members of groupRoland Tapken2018-02-071-1/+5
* | Merge pull request #8634 from nextcloud/ldap-no-empty-namesRoeland Jago Douma2018-03-051-6/+28
|\ \
| * | treat iconv issuesArthur Schiwon2018-03-051-4/+9
| * | typo + phpdocArthur Schiwon2018-03-051-1/+2
| * | do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-021-3/+19
* | | use hash algo that's robust against collisionsArthur Schiwon2018-03-022-2/+2
|/ /
* | 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
|/