summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/object_validator_test.exs
AgeCommit message (Expand)Author
2020-06-26User: Don't unfollow on block when the relevant setting is set.lain
2020-06-26BlockValidator: Restore old behavior for incoming blocks.lain
2020-06-25ObjectValidator: Basic `Block` support.lain
2020-06-19UpdateValidator: Only allow updates from the user themselves.lain
2020-06-19ObjectValidators: Add basic UpdateValidator.lain
2020-05-30SafeText: Let through basic html.lain
2020-05-25Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-21Attachments: Have the mediaType on the root, too.lain
2020-05-21Credo fixes for the credo god.lain
2020-05-21AnnounceValidator: Check for announcabilitylain
2020-05-18AttachmentValidator: Handle empty mediatypeslain
2020-05-18ChatMessageValidator: Allow one message in an array, too.lain
2020-05-18AnnounceValidator: Validate for existing announcelain
2020-05-18ObjectValidators: Add basic Announce validator.lain
2020-05-13Chat: Allow posting without content if an attachment is present.lain
2020-05-13Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-13Add OpenAPI spec for StatusControllerEgor Kislitsyn
2020-05-08Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/emo...lain
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/emo...lain
2020-05-07Merge fixes.lain
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/und...lain
2020-05-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-06Credo fixes.lain
2020-05-06ChatMessages: Add attachments.lain
2020-05-05UndoValidator: Add UndoValidator.lain
2020-05-05Transmogrifier: Move emoji reactions to common pipeline.lain
2020-05-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/del...lain
2020-05-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remo...lain
2020-05-04LikeValidator: Fix up context.lain
2020-05-04LikeValidator: Fix up missing recipients.lain
2020-05-01DeleteValidator: Only allow deletion of certain types.lain
2020-04-30DeleteValidator: Don't federate local deletions of remote objects.lain
2020-04-30ObjectValidator: Refactor.lain
2020-04-30DeleteValidator: Add internal helper field after validation.lain
2020-04-30DeleteValidator: Deleting a user is valid.lain
2020-04-30DeleteValidator: Mastodon sends unaddressed deletes.lain
2020-04-29ObjectValidator: Add validation for `Delete`s.lain
2020-04-29Chat message creation: Check actor.lain
2020-04-28Pipeline: Unify, refactor, DRY.lain
2020-04-28CreateChatMessageValidator: Validate object existencelain
2020-04-22ChatMessageValidator: Validation changeslain
2020-04-20ChatMessage: Support emoji.lain
2020-04-20Credo fixes.lain
2020-04-20ChatMessageValidator: Don't validate messages that are too long.lain
2020-04-16ChatMessages: Better validation.lain
2019-10-23Credo fixes.lain
2019-10-17Transmogrifier: Make proper use of the LikeValidator.lain
2019-10-17ObjectValidator: Rewrite LikeValidator with Ecto.lain