nextcloud-server/apps/dav/lib/DAV
Thomas Citharel c9a3129cb4 fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does multiple DB calls in transactions
In a lot of methods we're doing read-after-writes (for instance calling
updateProperties after touching calendar objects).
There's also a lot of deleting methods that do stuff sequentially which
could cause trouble.
This should avoid this kind of issues.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-04-17 16:08:44 +07:00
..
Sharing fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does multiple DB calls in transactions 2023-04-17 16:08:44 +07:00
CustomPropertiesBackend.php Fix DAV types 2023-04-05 07:06:50 +07:00
GroupPrincipalBackend.php Change return type to correct type 2021-10-14 21:05:25 +07:00
PublicAuth.php Update php licenses 2021-06-04 22:02:41 +07:00
SystemPrincipalBackend.php Fix typos in apps/ subdirectory 2022-09-05 12:59:54 +07:00
ViewOnlyPlugin.php Extend ViewOnly DAV plugin to versions endpoint 2023-01-13 09:27:16 +07:00