aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2020-05-08Merge branch 'feature/emojireactvalidator' into 'develop'lain
Move EmojiReacts to the Pipeline. See merge request pleroma/pleroma!2473
2020-05-08Transmogrifier tests: Remove more double tests.lain
2020-05-08Transmogrifier tests: Remove double tests.lain
2020-05-07Merge branch 'feature/restrict-c2s' into 'develop'Haelwenn
AP C2S: Restrict creation to `Note`s for now. See merge request pleroma/pleroma!2472
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/emojireactvalidator
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/emojireactvalidator
2020-05-07Merge fixes.lain
2020-05-07Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/undo-validator-reduced
2020-05-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-06Merge branch 'feature/delete-validator' into 'develop'rinpatch
Move deletions to the common pipeline Closes #1497 See merge request pleroma/pleroma!2441
2020-05-06Credo fixes.lain
2020-05-06ChatMessages: Add attachments.lain
2020-05-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-06Merge branch 'bugfix/sensitive_object' into 'develop'lain
Transmogrifier.set_sensitive/1: Keep sensitive set to true Closes #954 See merge request pleroma/pleroma!2470
2020-05-05Undoing: Move undoing blocks to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing announcements to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing reactions to the pipeline everywhere.lain
2020-05-05Undoing: Move undoing likes to the pipeline everywhere.lain
2020-05-05UndoValidator: Add UndoValidator.lain
2020-05-05Transmogrifier tests: Extract Undo handlinglain
2020-05-05Merge branch 'develop' into global-status-expirationEgor Kislitsyn
2020-05-05ActivityPub: Remove `react_with_emoji`.lain
2020-05-05Transmogrifier: Move emoji reactions to common pipeline.lain
2020-05-05Transmogrifier: Extract EmojiReact tests.lain
2020-05-05Merge branch 'fix/issue-1729' into 'develop'lain
Only update follower/following stats for actor types of users and bots. Closes #1565 and #1729 See merge request pleroma/pleroma!2464
2020-05-05Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/delete-validator
2020-05-05AP C2S: Restrict creation to `Note`s for now.lain
2020-05-04Transmogrifier.set_sensitive/1: Keep sensitive set to trueHaelwenn (lanodan) Monnier
2020-05-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-04LikeValidator: Fix up context.lain
2020-05-04LikeValidator: Fix up missing recipients.lain
2020-05-04Transmogrifier tests: Extract like tests.lain
2020-05-04ActivityPub: Don't fetch `Application` follower counts.lain
2020-05-04Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
remake-remodel-dms
2020-05-03Various testing fixes in relation to user deletion.lain
2020-05-03Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵lain
feature/delete-validator
2020-05-03Transmogrifier: Don't fetch actor that's guaranteed to be there.lain
2020-05-02Deactivate local users on deletion instead of deleting the recordrinpatch
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687
2020-05-02[#1732] Made AP C2S :followers and :following endpoints serve on no authIvan Tashkinov
(as for related :api pipeline endpoints).
2020-05-01Merge branch 'issue/1577' into 'develop'lain
[#1577] fix mediaType of object See merge request pleroma/pleroma!2372
2020-05-01DeleteValidator: Only allow deletion of certain types.lain
2020-04-30DeleteValidator: Don't federate local deletions of remote objects.lain
Closes #1497
2020-04-30ActivityPub: Remove `delete` function.lain
This is handled by the common pipeline now.
2020-04-30SideEffects: On deletion, reduce the reply count cachelain
2020-04-30Increase tests on AP C2SHaelwenn (lanodan) Monnier
Related: https://git.pleroma.social/pleroma/pleroma/-/issues/954
2020-04-30SideEffects: On deletion, reduce the User note count.lain
2020-04-30SideEffectsTest: Test streaming.lain
2020-04-30ObjectValidator: Refactor.lain
2020-04-30DeleteValidator: Add internal helper field after validation.lain
2020-04-30Credo fixes.lain