nextcloud/apps/dav
Christoph Wurst ca15306721 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 16:07:37 +00:00
..
appinfo fix(dav): Rate limit address book creation 2024-06-07 12:14:42 +02:00
composer fix(dav): Rate limit address book creation 2024-06-07 12:14:42 +02:00
css Include accept / decline links in CalDAV invitation emails 2018-06-29 10:44:44 +02:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-06-18 00:20:43 +00:00
lib fix(dav): Limit number of UPDATES for sync token created_at 2024-06-19 16:07:37 +00:00
src fix(dav): multiple fixes in usage of webdav library 2024-05-31 15:38:45 -07:00
templates Remove comment and guests option from Invitations UI 2022-12-20 16:31:06 +00:00
tests fix(dav): also return shared-with-me shares data 2024-06-12 13:23:39 +02:00
.gitignore
.l10nignore l10n: ignore packed js files from TX sync 2021-08-02 10:47:47 +02:00
openapi.json fix(dav): Make current ooo info time-dependent 2023-12-06 00:15:59 +01:00