summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unexpected argumentDaniel Kesselberg2020-08-112-2/+2
* clear LDAP cache after user deletionArthur Schiwon2020-06-091-0/+1
* Merge pull request #21130 from nextcloud/backport/21123/stable17Roeland Jago Douma2020-06-061-50/+7
|\
| * simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-281-50/+7
* | Don't remove last user in ldap group when limit is -1Clement Wong2020-05-261-3/+3
|/
* single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26
* fixes auto-detecting UUID attributesArthur Schiwon2020-03-201-4/+0
* relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-02-284-52/+87
* remove noise from detectUuid and cache resultsArthur Schiwon2020-02-241-17/+25
* cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-082-3/+20
* make chunksize (used to check for gone LDAP users) configurableArthur Schiwon2019-11-211-6/+9
* uid can be false when the user record does not exitArthur Schiwon2019-11-211-8/+12
* treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-211-1/+2
* Merge pull request #17351 from nextcloud/backport/17001/stable17Roeland Jago Douma2019-10-041-1/+1
|\
| * reduce adressbook change events and handlingArthur Schiwon2019-10-011-1/+1
* | Don't process known avatars from LDAPArthur Schiwon2019-10-021-2/+20
|/
* 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