nextcloud/apps/dav
Christoph Wurst bbbc931766 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:09:13 +00:00
..
appinfo fix(dav): Rate limit address book creation 2024-05-28 10:09:22 +00:00
composer Merge pull request #45543 from nextcloud/backport/44664/stable29 2024-06-07 12:17:58 +02:00
css Include accept / decline links in CalDAV invitation emails 2018-06-29 10:44:44 +02:00
img fix: Use viewBox instead of viewbox in SVGs 2024-01-22 16:39:06 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-06-18 00:20:37 +00:00
lib fix(dav): Limit number of UPDATES for sync token created_at 2024-06-19 16:09:13 +00:00
src fix(dav): adjust usages of webdav.customRequest 2024-03-20 10:05:15 +01: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 11:06:10 +00:00
.gitignore
.l10nignore l10n: ignore packed js files from TX sync 2021-08-02 10:47:47 +02:00
openapi.json chore(deps): Update openapi-extractor 2024-04-08 19:47:50 +00:00