]> source.dussan.org Git - nextcloud-server.git/commit
fix(caldav): automatically delete outdated scheduling objects 45641/head
authorAnna Larch <anna@nextcloud.com>
Wed, 8 May 2024 18:38:51 +0000 (20:38 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 3 Jun 2024 11:10:03 +0000 (11:10 +0000)
commitec94f5499ca6a3412c32568c930a0a7f17f4bc5b
treece7a5dc5bb7d154d9f1484f898f1502ae4ca0fa8
parent806e390d14123f0bdf9e805bd55553339a0b5d3b
fix(caldav): automatically delete outdated scheduling objects

Signed-off-by: Anna Larch <anna@nextcloud.com>
12 files changed:
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php [new file with mode: 0644]
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/Migration/DeleteSchedulingObjects.php [new file with mode: 0644]
apps/dav/lib/Migration/Version1004Date20170825134824.php
apps/settings/composer/composer/autoload_classmap.php
apps/settings/composer/composer/autoload_static.php
apps/settings/lib/AppInfo/Application.php
apps/settings/lib/SetupChecks/SchedulingTableSize.php [new file with mode: 0644]
core/Application.php
lib/private/Repair.php