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
path: root/apps/dav
AgeCommit message (Expand)Author
2022-06-01Merge pull request #32471 from nextcloud/fix-wrong-dav-activitiesChristoph Wurst
2022-06-01Merge pull request #32686 from nextcloud/perf/make-x-hash-optinblizzz
2022-06-01Make X-HAS-{MD5/SHA256} opt-inCarl Schwan
2022-06-01[tx-robot] updated from transifexNextcloud bot
2022-05-31Merge pull request #32206 from nextcloud/enh/migrator-add-estimatedsize-getterPytal
2022-05-31Update calendar estimationChristopher Ng
2022-05-30Update contacts estimationChristopher Ng
2022-05-30Update method nameChristopher Ng
2022-05-30Merge pull request #32591 from nextcloud/fix/node-testVincent Petry
2022-05-30Fix node tests ciCarl Schwan
2022-05-30Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet
2022-05-30Implement getExportEstimatedSize in migratorsCôme Chilliet
2022-05-29[tx-robot] updated from transifexNextcloud bot
2022-05-26[tx-robot] updated from transifexNextcloud bot
2022-05-25Merge pull request #32580 from nextcloud/bugfix/noid/fix-handling-events-with...Joas Schilling
2022-05-25Also trim the nameJoas Schilling
2022-05-25[tx-robot] updated from transifexNextcloud bot
2022-05-24Merge pull request #32557 from nextcloud/cleanup/dav-admin-settingsCarl Schwan
2022-05-24Merge pull request #32548 from nextcloud/fix/return-typeCarl Schwan
2022-05-24Fix handling events without names in activitiesbugfix/noid/fix-handling-events-without-nameJoas Schilling
2022-05-24Fix return type and make type stricterCarl Schwan
2022-05-24Modernize the dav admin settingsCarl Schwan
2022-05-24[tx-robot] updated from transifexNextcloud bot
2022-05-23Update DAV availability vue component to standardJoas Schilling
2022-05-23Merge pull request #32519 from nextcloud/rename-webcal-user-agentChristoph Wurst
2022-05-21[tx-robot] updated from transifexNextcloud bot
2022-05-20Rename user-agent used by the Webcal Refresh Servicerename-webcal-user-agentThomas Citharel
2022-05-19Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperfblizzz
2022-05-18Make sure activities are not created when a deleted calendar object expiresfix-wrong-dav-activitiesThomas Citharel
2022-05-18Add email validationAnna Larch
2022-05-17Remove chunkperf.phpdebt/noid/hello-chunkperfDaniel Kesselberg
2022-05-17Make chunkperf.php work againDaniel Kesselberg
2022-05-17Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan
2022-05-17[tx-robot] updated from transifexNextcloud bot
2022-05-16Fix more psalm issuesCarl Schwan
2022-05-12Wrap multiple inserts inside a transationperformance/saving-user-profile-infoCarl Schwan
2022-05-12Minor optimizations for saving user personal informationCarl Schwan
2022-05-06[tx-robot] updated from transifexNextcloud bot
2022-05-05Cleanup davCarl Schwan
2022-05-05[tx-robot] updated from transifexNextcloud bot
2022-05-04Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan
2022-05-04Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis
2022-05-04remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier
2022-05-04[tx-robot] updated from transifexNextcloud bot
2022-05-03Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet
2022-05-02[tx-robot] updated from transifexNextcloud bot
2022-05-02Fix use of $logger from another scope in apps/dav/lib/Server.phpfix/migrate-dav-away-from-iloggerCôme Chilliet
2022-05-02Add missing use for LoggerInterfaceCôme Chilliet
2022-05-02Migrate last instances of $server::getLogger() from davCôme Chilliet
2022-05-02Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet