summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/transmogrifier
AgeCommit message (Collapse)Author
2020-05-05Undoing: Move undoing announcements to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing likes to the pipeline everywhere.lain
2020-05-05Transmogrifier tests: Extract Undo handlinglain
2020-05-05Transmogrifier: Move emoji reactions to common pipeline.lain
2020-05-05Transmogrifier: Extract EmojiReact tests.lain
2020-05-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/delete-validator
2020-05-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-04Transmogrifier tests: Extract like tests.lain
2020-05-03Various testing fixes in relation to user deletion.lain
2020-05-03Transmogrifier: Don't fetch actor that's guaranteed to be there.lain
2020-04-30Transmogrifier: Handle incoming deletes for non-user objects.lain
2020-04-30Transmogrifier Tests: Extract deletion tests.lain
2020-04-29Transmogrifier: Fetch missing actors for chatmessages.lain
2020-04-29Pipeline: Always run common_pipeline in a transaction for now.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-23ChatMessage: Correctly ingest emoji tags.lain
2020-04-17ChatView: Add a mastodon api representation of the recipient.lain
2020-04-16ChatMessagesHandling: Strip HTML of incoming messages.lain
2020-04-16ChatMessages: Better validation.lain
2020-04-08ChatMessage: Basic incoming handling.lain
2020-03-20Improved in-test `clear_config/n` applicability (setup / setup_all / in-test ↵Ivan Tashkinov
usage).
2020-03-02Bump copyright years of files changed after 2020-01-07Haelwenn (lanodan) Monnier
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>'
2020-02-13Tweaks to `clear_config` calls in tests in order to prevent side effects on ↵Ivan Tashkinov
config during test suite execution.
2020-01-20Bump credo to 1.1.5Haelwenn (lanodan) Monnier
2019-11-19[#1335] Implemented notification mutes and reblog mutes as ↵Ivan Tashkinov
UserRelationships. User to UserRelationship relations and functions refactoring.
2019-11-10[#1335] User: refactored :blocks field into :blocked_users relation.Ivan Tashkinov
Introduced UserBlock.
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/'
2019-08-26Transmogrifier: Fix follow handling when the actor is an object.lain
2019-06-05Transmogrifier: Add tests for incoming follows to locked accounts.lain
2019-06-05Typo + Linting.lain
2019-06-05User: Don't error out when following a user that's already followed.lain
This leads to a few situations where it is impossible to follow a user.