mirror of
https://github.com/nextcloud/server.git
synced 2026-02-10 22:34:26 -05:00
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> |
||
|---|---|---|
| .. | ||
| Sharing | ||
| CustomPropertiesBackend.php | ||
| GroupPrincipalBackend.php | ||
| PublicAuth.php | ||
| SystemPrincipalBackend.php | ||
| ViewOnlyPlugin.php | ||