summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP plugin: force createUser to return new user's DNVinicius Cubas Brand2019-03-211-1/+2
* Cache cleaning when subadmin adds user to groupVinicius Cubas Brand2019-03-211-0/+2
* fix user creation using LDAP PluginVinicius Cubas Brand2019-03-212-3/+11
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-072-60/+79
* Reduce queries to LDAP by caching nested groupsRoland Tapken2019-03-071-6/+18
* user_ldap: really resolve nested groupsRoland Tapken2019-03-071-14/+19
* user_ldap: Filter groups after nexted groupsRoland Tapken2019-03-071-2/+1
* ensure attribute names are lower casedArthur Schiwon2019-02-141-13/+13
* iterate over bases instead of doing parallel searchArthur Schiwon2019-01-301-5/+28
* LDAP: extend remnants output with "detected on" fieldArthur Schiwon2019-01-043-26/+57
* add tests for the DUIArthur Schiwon2019-01-041-6/+6
* do not forgot to store the second displayname portionArthur Schiwon2018-12-211-1/+1
* LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-173-1/+19
* cache users as existing after mappingArthur Schiwon2018-12-171-14/+30
* Add return typeDaniel Kesselberg2018-11-271-1/+1
* Fix count on stringDaniel Kesselberg2018-11-271-2/+15
* Backport of #12054 to stable14Arthur Schiwon2018-10-301-2/+11
* fixes wrong variable usageArthur Schiwon2018-10-301-3/+3
* remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-291-0/+7
* Properly escape column name in "createFunction" callMorris Jobke2018-10-191-1/+1
* [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