nextcloud/apps/dav/lib/DAV/Sharing
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 +00:00
..
Xml Fix typos in apps/dav subdirectory 2022-07-26 17:40:10 -04:00
Backend.php fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does multiple DB calls in transactions 2023-04-17 16:08:44 +00:00
IShareable.php Add typing to Sharing Backend 2022-06-22 10:25:17 +02:00
Plugin.php Update php licenses 2021-06-04 22:02:41 +02:00