summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
...
* remove noise from detectUuid and cache resultsArthur Schiwon2020-02-191-17/+25
* sort prefixes for deterministic LDAP query behaviourArthur Schiwon2020-02-071-3/+4
* Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHomeblizzz2020-01-144-52/+87
|\
| * ensure that only valid group members are returnedArthur Schiwon2020-01-131-8/+27
| * decouple userExists from userExistsOnLDAP checkArthur Schiwon2020-01-083-15/+57
| * relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-01-081-29/+3
* | cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-082-3/+20
|/
* Update license headersChristoph Wurst2019-12-0559-67/+91
* Mode to modern phpunitRoeland Jago Douma2019-11-271-3/+1
* Some php-cs fixesRoeland Jago Douma2019-11-2214-32/+31
* Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsizeblizzz2019-11-211-6/+9
|\
| * make chunksize (used to check for gone LDAP users) configurableArthur Schiwon2019-11-201-6/+9
* | uid can be false when the user record does not exitArthur Schiwon2019-11-201-8/+12
|/
* treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
* Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avasblizzz2019-10-021-2/+20
|\
| * Don't process known avatars from LDAPArthur Schiwon2019-09-041-2/+20
* | reduce adressbook change events and handlingArthur Schiwon2019-09-041-1/+1
|/
* 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