akkoma/test/pleroma/web/activity_pub
Tusooa Zhu 9e88fbcdb1 Guard against outdated Updates
It is possible for an earlier Update to be received by us later.
For this, we now
(1) only allows Updates to poll counts if there is no updated field,
    or the updated field is the same as the last updated date or
    creation date;
(2) does not allow updating anything if the updated field
    is older than the last updated date or creation date;
(3) allows updating updatable fields otherwise (normal updates);
(4) if only the updated field is changed, it does not create
    a new history item on its own.
2022-09-06 18:09:55 +01:00
..
mrf Add ability to obfuscate domains in MRF transparency 2022-08-27 11:57:57 +01:00
object_validators Validate object data for incoming Update activities 2022-09-06 18:09:55 +01:00
side_effects Change user.deactivated field to user.is_active 2021-01-15 11:24:46 -06:00
transmogrifier GTS: cherry-picks and collection usage (#186) 2022-08-27 18:05:48 +00:00
views purge chat and shout endpoints 2022-07-21 11:29:28 +01:00
activity_pub_controller_test.exs GTS: cherry-picks and collection usage (#186) 2022-08-27 18:05:48 +00:00
activity_pub_test.exs Don't persist local undone follow (#194) 2022-08-31 18:00:36 +00:00
builder_test.exs turn inlineQuotePolicy on by default 2022-09-05 17:22:33 +01:00
mrf_test.exs turn inlineQuotePolicy on by default 2022-09-05 17:22:33 +01:00
pipeline_test.exs Refactor ES on top of search behaviour 2022-06-30 16:28:31 +01:00
publisher_test.exs remove unneeded function 2022-08-03 11:50:48 +01:00
relay_test.exs ObjectValidators.{Announce,EmojiReact,Like}: Fix context, actor & addressing 2021-06-09 04:23:02 +02:00
side_effects_test.exs Guard against outdated Updates 2022-09-06 18:09:55 +01:00
transmogrifier_test.exs Make outbound transmogrifier aware of edit history 2022-09-06 18:09:26 +01:00
utils_test.exs Don't persist local undone follow (#194) 2022-08-31 18:00:36 +00:00
visibility_test.exs mix format 2022-06-22 17:20:55 +01:00