summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fixes returning the base when multiple are specifiedArthur Schiwon2019-06-191-3/+21
* caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-181-1/+3
* fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-141-1/+0
* group display name support (service level + ldap)Arthur Schiwon2019-05-274-2/+41
* fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-173-5/+5
* Pass old value to user triggerChange hookMorris Jobke2019-04-111-1/+1
* set the loglevel in context, save the conditionArthur Schiwon2019-04-021-3/+1
* 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-052-60/+79
* Reduce queries to LDAP by caching nested groupsRoland Tapken2019-03-051-6/+18
* user_ldap: really resolve nested groupsRoland Tapken2019-03-051-14/+19
* user_ldap: Filter groups after nexted groupsRoland Tapken2019-03-051-2/+1
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-147-0/+171
* ensure attribute names are lower casedArthur Schiwon2019-02-141-13/+13
* Comment fix.Filis Futsarov2019-01-301-1/+1
* iterate over bases instead of doing parallel searchArthur Schiwon2019-01-281-5/+28
* LDAP: extend remnants output with "detected on" fieldArthur Schiwon2018-12-213-26/+57
* add tests for the DUIArthur Schiwon2018-12-211-6/+6
* do not forgot to store the second displayname portionArthur Schiwon2018-12-201-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-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