summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fix check for nullArthur Schiwon2019-08-021-1/+1
* adjusts LDAP's home handler to use the correct user objectArthur Schiwon2019-08-021-2/+3
* files_external: Make sure the correct user context is used in substitution of...Julius Härtl2019-08-021-11/+4
* Merge pull request #14540 from army1349/masterMorris Jobke2019-07-192-1/+14
|\
| * LDAP Password Modify Extended Operation supportPeter Kubica2019-03-192-1/+14
* | adds an --update flag to check-user for manual sync of the ldap recordArthur Schiwon2019-07-181-8/+38
* | Update shipped implementations of the INotifierJoas Schilling2019-07-151-1/+21
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-021-0/+28
|\ \
| * | misc phpdoc fixesMax Kovalenko2019-05-271-0/+28
* | | Also invalidate groups after deletionArthur Schiwon2019-06-271-2/+11
* | | invalidates user when plugin reported deletion successArthur Schiwon2019-06-261-3/+6
* | | Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz2019-06-213-4/+22
|\ \ \
| * | | ensures mapping of chosen useridArthur Schiwon2019-06-193-4/+22
* | | | fixes return type in php docArthur Schiwon2019-06-191-1/+1
* | | | 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
|/