pleroma/test/pleroma/web/activity_pub/object_validators
Tusooa Zhu 5ce118d970
Validate object data for incoming Update activities
In Create validator we do not validate the object data,
but that is because the object itself will go through the
pipeline again, which is not the case for Update. Thus,
we added validation for objects in Update activities.
2022-07-03 20:21:46 -04:00
..
accept_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
announce_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
article_note_page_validator_test.exs Pass history items through ObjectValidator for updatable object types 2022-07-03 20:02:52 -04:00
attachment_validator_test.exs AttachmentValidator: Use custom ecto type and regex for "mediaType" 2022-03-17 22:37:26 +01:00
block_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
chat_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
create_generic_validator_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
delete_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
emoji_react_handling_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
follow_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
like_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
reject_validation_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
undo_handling_test.exs Copyright bump for 2022 2022-02-25 23:11:42 -07:00
update_handling_test.exs Validate object data for incoming Update activities 2022-07-03 20:21:46 -04:00