Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-05Update license headersChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-21Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsizeblizzz
2019-11-20uid can be false when the user record does not exitArthur Schiwon
2019-11-20make chunksize (used to check for gone LDAP users) configurableArthur Schiwon
2019-10-18treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon
2019-10-02Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avasblizzz
2019-09-04Don't process known avatars from LDAPArthur Schiwon
2019-09-04reduce adressbook change events and handlingArthur Schiwon
2019-08-02fix check for nullArthur Schiwon
2019-08-02adjusts LDAP's home handler to use the correct user objectArthur Schiwon
2019-08-02files_external: Make sure the correct user context is used in substitution of...Julius Härtl
2019-07-19Merge pull request #14540 from army1349/masterMorris Jobke
2019-07-18adds an --update flag to check-user for manual sync of the ldap recordArthur Schiwon
2019-07-15Update shipped implementations of the INotifierJoas Schilling
2019-07-02Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke
2019-06-27Also invalidate groups after deletionArthur Schiwon
2019-06-26invalidates user when plugin reported deletion successArthur Schiwon
2019-06-21Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz
2019-06-19ensures mapping of chosen useridArthur Schiwon
2019-06-19fixes return type in php docArthur Schiwon
2019-06-19fixes returning the base when multiple are specifiedArthur Schiwon
2019-06-18caches the displayname after an LDAP plugin set itArthur Schiwon
2019-06-14fix inGroup check, thus make integration tests succeedArthur Schiwon
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-05-27misc phpdoc fixesMax Kovalenko
2019-05-17fixes possible override of uniqueMember by autodetectionArthur Schiwon
2019-04-11Pass old value to user triggerChange hookMorris Jobke
2019-04-02set the loglevel in context, save the conditionArthur Schiwon
2019-03-21LDAP plugin: force createUser to return new user's DNVinicius Cubas Brand
2019-03-21Cache cleaning when subadmin adds user to groupVinicius Cubas Brand
2019-03-21fix user creation using LDAP PluginVinicius Cubas Brand
2019-03-19LDAP Password Modify Extended Operation supportPeter Kubica
2019-03-05fix nested group retrieval also for 2 other casesArthur Schiwon
2019-03-05Reduce queries to LDAP by caching nested groupsRoland Tapken
2019-03-05user_ldap: really resolve nested groupsRoland Tapken
2019-03-05user_ldap: Filter groups after nexted groupsRoland Tapken
2019-02-14add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon
2019-02-14ensure attribute names are lower casedArthur Schiwon
2019-01-31Comment fix.Filis Futsarov
2019-01-29iterate over bases instead of doing parallel searchArthur Schiwon
2018-12-21LDAP: extend remnants output with "detected on" fieldArthur Schiwon
2018-12-21add tests for the DUIArthur Schiwon
2018-12-21do not forgot to store the second displayname portionArthur Schiwon
2018-12-17LDAP clear cache on config modification also when done via API or CLIArthur Schiwon
2018-11-27cache users as existing after mappingArthur Schiwon
2018-11-25Add return typeDaniel Kesselberg
2018-11-25Fix count on stringDaniel Kesselberg
2018-11-15Merge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-errorMorris Jobke