summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
...
* cache users as existing after mappingArthur Schiwon2018-11-271-14/+30
* Add return typeDaniel Kesselberg2018-11-251-1/+1
* Fix count on stringDaniel Kesselberg2018-11-241-2/+15
* Merge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-errorMorris Jobke2018-11-151-1/+17
|\
| * avoid logging of "Partial search results returned: Sizelimit exceeded at"Arthur Schiwon2018-11-071-1/+17
* | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
|/
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-304-53/+10
* Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma2018-10-301-2/+11
|\
| * do not run into UniqueConstraintViolationExceptionArthur Schiwon2018-10-301-3/+5
| * only write when the displayname differs, but then announce itArthur Schiwon2018-10-251-2/+9
* | Merge pull request #12070 from nextcloud/fix/noid/announce-chosen-uidMorris Jobke2018-10-301-3/+3
|\ \
| * | fixes wrong variable usageArthur Schiwon2018-10-261-3/+3
* | | remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-291-0/+7
|/ /
* / functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-257-42/+10
|/
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-1/+1
* Check if user is null before getUsernameDaniel Kesselberg2018-09-161-5/+7
* [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-231-1/+11
* Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
* don't force LDAP updates on userExists anymoreArthur Schiwon2018-08-141-9/+1
* FIX: emit assignedUserId only for usersArthur Schiwon2018-08-091-5/+5
* 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
* Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgsblizzz2018-06-282-29/+27
|\
| * lower log level for quota manipulation casesArthur Schiwon2018-06-282-29/+27
* | LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-271-8/+4
|/
* 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