akkoma/test/pleroma/web/activity_pub
Tusooa Zhu 069554e925
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-07-07 15:11:29 -04:00
..
mrf StealEmojiPolicy: fix String rejected_shortcodes 2022-05-18 21:25:10 +02:00
object_validators Validate object data for incoming Update activities 2022-07-03 20:21:46 -04:00
side_effects Copyright bump for 2022 2022-02-25 23:11:42 -07:00
transmogrifier Copyright bump for 2022 2022-02-25 23:11:42 -07:00
views Copyright bump for 2022 2022-02-25 23:11:42 -07:00
activity_pub_controller_test.exs Skip cache when /objects or /activities is authenticated 2022-05-06 10:23:26 +02:00
activity_pub_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
builder_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
mrf_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
pipeline_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
publisher_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
relay_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
side_effects_test.exs Guard against outdated Updates 2022-07-07 15:11:29 -04:00
transmogrifier_test.exs Make outbound transmogrifier aware of edit history 2022-06-25 11:20:46 -04:00
utils_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
visibility_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00