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 (Collapse)Author
2022-04-04Merge pull request #30823 from nextcloud/work/profilerCarl Schwan
Built-in profiler This adds the required API for collecting information about requests. This information can then be displayed with the new 'profiler' app.
2022-04-04Add a built-in profiler inside NextcloudCarl Schwan
The webui is provided by a seperate application named profiler Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-01Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-intChristoph Wurst
Fix column/property types in CalDAV
2022-04-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-31Test metadata equalityfeat/contacts-migrationChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-31Add dav plugin to trigger recalculating of checksumsbackport/27378/masterRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-30Output literal null stringChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Access by array key instead of destructuringChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Integration testsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Move calendar test asset filesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Contacts export and importChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Build autoloader with new composer versionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-30Show filename in output messageChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-30Skip import of current calendar on errorChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
Migrate from ILogger to LoggerInterface in lib/private
2022-03-28Also comment out in testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-28Disable bulk upload by not advertising itVincent Petry
It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-28dont re-query fileinfo when getting dav quotadav-quota-dont-queryRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24Fix CalDAV subscriptions calendarorder column/prop typefix/caldav-trash-bin-deleted-at-intChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-24Fix column/property type of the calendar orderChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-24Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst
The timestamp is an int, but we treated it as string. With this patch the property map is enriched with types and settype casts the value if necessary. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-03-24fix check if dav root is folderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24dont setup full fs after dav authRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24Prepare for ILogger drop in RootCollectionTestfix/migrate-away-from-iloggerCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-24Fix more ILogger related problems from testsCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-22Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-idJoas Schilling
Extract request id handling to dedicated class so it can be injected without DB dependency
2022-03-22Fix moving error for calendar object error because of missing principal uriAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-03-21Add JS Unit tests for new 'sendEventRemindersToSharedGroupMembers' setting.Daniel Teichmann
Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
2022-03-21Fix #31303: Make reminder notification behaviour selectable.Daniel Teichmann
Signed-off-by: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
2022-03-21Merge pull request #31621 from ↵blizzz
nextcloud/fix-link-to-calendar-docs-in-groupware-settings Fix link to calendar user docs in groupware settings
2022-03-21Merge pull request #31193 from nextcloud/enh/webdav-propfind-count-sub-elementsJulien Veyssier
Add optional WebDav propfind properties to count sub elements
2022-03-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-19add optional WebDav propfind properties to show number of folders/files ↵Julien Veyssier
inside a folder Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-03-18Fix link to calendar user docs in groupware settingsfix-link-to-calendar-docs-in-groupware-settingsThomas Citharel
Closes #31617 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-16Move calendar objects between calendars instead of deleting and recreating themenhancement/move-calendar-objectsAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-03-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-14Extends UserMigrationException in CalendarMigratorExceptionCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-14[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-11Merge pull request #31274 from nextcloud/fix/carddav-backend-1000-orache1John Molakvoæ
2022-03-10Merge pull request #30963 from nextcloud/feat/calendar-migrationPytal
2022-03-10Don't recreate sql query each timefix/carddav-backend-1000-orache1Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-09Improve error handling and output messagesChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-08Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman
Unify/cleanup filesystem setup
2022-03-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-04adjust tests to new fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>