nextcloud/apps/dav/lib/CardDAV/Activity
Thomas Citharel 4129089f87
Avoid calendar & addressbook activities being created on user being deleted
Addressbooks and Calendar data are destroyed through hook OC_User::pre_deleteUser, which when it reaches the backends sends AddressBookDeletedEvent/CalendarDeletedEvent typed events, which in turns generates activities that aren't deleted until they expire.

This can probably lead to old activities being visible for a new user created with the same uid.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-06-14 11:54:42 +02:00
..
Provider l10n: Spelling unification 2021-06-21 22:45:54 +00:00
Backend.php Avoid calendar & addressbook activities being created on user being deleted 2022-06-14 11:54:42 +02:00
Filter.php Update php licenses 2021-06-04 22:02:41 +02:00
Setting.php l10n: Spelling unification 2021-06-21 22:44:56 +00:00