nextcloud/apps/dav/lib
Christoph Wurst 169eedabf9
fix(dav): Limit number of UPDATES for sync token created_at
Address book and calendar sync tokens have a created_at column in 26+
and we need to assign a current timestamp to the existing data at
upgrade so the data isn't cleaned up immediately. Updating the full
table is expensive and fails on clustered setups that limit transaction
size. We don't need a timestamp for the oldest rows so we can skip
updating them.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-06-19 15:38:36 +02:00
..
AppInfo chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Avatars Refactor OC\Server::getAvatarManager in dav app 2024-05-30 14:14:58 +02:00
BackgroundJob fix(caldav): automatically delete outdated scheduling objects 2024-05-31 13:14:01 +02:00
BulkUpload chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalDAV fix(caldav): event links in shared calendar notifications 2024-06-11 20:08:57 +02:00
CardDAV feat(ldap): sync additional properties to profile and SAB 2024-05-30 12:01:13 +02:00
Command chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Comments chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Connector fix(dav): also return shared-with-me shares data 2024-06-12 10:27:29 +02:00
Controller chore: Add SPDX header 2024-05-27 20:11:22 +02:00
DAV chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Db chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Direct chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Events chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Exception chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Files chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Listener chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Migration fix(dav): Limit number of UPDATES for sync token created_at 2024-06-19 15:38:36 +02:00
Profiler chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Provisioning/Apple chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Search chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Service chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Settings chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SetupChecks chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Storage chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SystemTag chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Traits chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Upload chore: Add SPDX header 2024-05-27 20:11:22 +02:00
UserMigration chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Capabilities.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
HookManager.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
ResponseDefinitions.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
RootCollection.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Server.php fix(dav): also return shared-with-me shares data 2024-06-12 10:27:29 +02:00
ServerFactory.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00