aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2019-10-18add some missing tesla fixturesAriadne Conill
2019-10-18tests: fix relay testsAriadne Conill
2019-10-18kill almost all of the OStatus moduleAriadne Conill
2019-10-18websub: remove entirelyAriadne Conill
2019-10-17Mastodon API: Mark the conversation as read for the author when they send a ↵eugenijm
new direct message
2019-10-16[#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP.Ivan Tashkinov
2019-10-14Mastodon API: Add `exclude_visibilities` parameter to the timeline and ↵eugenijm
notification endpoints
2019-10-11Transmogrifier: Correctly save incoming ids for Accept/Reject.lain
2019-10-11Transmogrifier: Actually store who deleted a note.lain
2019-10-11Replace `user.following` with Pleroma.FollowingRelationshipEgor Kislitsyn
2019-10-10Transmogrifier: Save correct ids for incoming deletes.lain
2019-10-07Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-07Merge branch 'misskey-compat' into 'reactions'lain
Transmogrifier: Handle misskey likes with reactions like EmojiReactions. See merge request pleroma/pleroma!1783
2019-10-07mrf/simple_policy: check actor against accept/rejectHaelwenn (lanodan) Monnier
2019-10-06Merge branch 'develop' into 'reactions'lain
# Conflicts: # CHANGELOG.md
2019-10-05Merge branch 'accept-embedded-announce-object' into 'develop'kaniini
Import object from self-Announce whenever possible See merge request pleroma/pleroma!1770
2019-10-05ActivityPub / Transmogrifier: Correctly store incoming Update id.lain
2019-10-05Add test for handling Announces with inlined object from different originThibaut Girka
2019-10-05Import object from self-Announce whenever possibleThibaut Girka
2019-10-05Transmogrifier: Extend misskey like compatibility.lain
2019-10-05Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-04removed legacy api: "/objects/:uuid/likes"Maksim Pechnikov
2019-10-04ActivityPub.Utils: Fix undo test.lain
2019-10-04Transmogrifier: Handle misskey likes with reactions like EmojiReactions.lain
2019-10-04ActivityPub: Change addressing of Undo.lain
2019-10-03Transmogrifier: Handle incoming Undos for EmojiReactions.lain
2019-10-02ActivityPub: Add undo for emoji reactions.lain
2019-10-02Add CustomEmojiControllerEgor Kislitsyn
2019-10-02Merge remote-tracking branch 'origin/develop' into reactionslain
2019-10-02Inline object when Announcing a self-owned private objectThibaut Girka
2019-10-01Add testsThibaut Girka
2019-09-30Transmogrifier: Handle compact objects in undos.lain
2019-09-30.lain
2019-09-30ActivityPub: Federate reactions.lain
2019-09-30PleromaAPIController: Fixes and refactoring.lain
2019-09-30Fix warning in TransmogrifierTestEgor Kislitsyn
2019-09-30Merge remote-tracking branch 'origin/develop' into reactionslain
2019-09-30Merge remote-tracking branch 'origin/develop' into reactionslain
2019-09-30Merge branch 'features/apc2s-media-upload' into 'develop'kaniini
AP C2S mediaUpload Closes #1171 See merge request pleroma/pleroma!1706
2019-09-30common api: make sure the generated IR is actually federatableAriadne Conill
2019-09-30test: transmogrifier: add test proving that transmogrifier can handle ↵Ariadne Conill
outgoing listens
2019-09-30activitypub: transmogrifier: implement support for Listen activitiesAriadne Conill
2019-09-30activitypub: implement IR-level considerations for Listen activitiesAriadne Conill
2019-09-26Merge branch 'feature/activities-pagination-by-offset' into 'develop'kaniini
Allow activities pagination via limit/offset See merge request pleroma/pleroma!1714
2019-09-25Don't embed the first page in inboxes/outboxes and refactor the views torinpatch
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased.
2019-09-25Allow activities pagination via limit/offsetMaxim Filippov
2019-09-24/api/ap/uploadMedia → /api/ap/upload_mediaHaelwenn (lanodan) Monnier
2019-09-23Merge branch 'develop' into test/activity_pub/transmogrifier.exMaksim Pechnikov
2019-09-23Add support for AP C2S uploadMediaHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1171
2019-09-23Document and test /api/ap/whoamiHaelwenn (lanodan) Monnier