summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/object_validators
AgeCommit message (Collapse)Author
2020-06-16moving custom ecto types in context foldersAlexander Strizhakov
2020-05-30SafeText: Let through basic html.lain
2020-05-06ChatMessages: Add attachments.lain
2020-04-28Create activity handling: Flip it and reverse itlain
Both objects and create activities will now go through the common pipeline and will be validated. Objects are now created as a side effect of the Create activity, rolling back a transaction if it's not possible to insert the object.
2020-04-28Recipient Type: Cast all elements as ObjectIDs.lain
2020-04-08ChatMessage: Basic incoming handling.lain
2020-03-31Validator Test: Small refactor.lain
2020-03-31Validators: ObjectID is an http uri.lain
2020-03-26Bump copyright dates.lain
2019-12-05Validators: Add a type for the datetime used in AP.lain
2019-11-05NoteValidator: Add very basic validator for Note objects.lain