aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2019-10-05ActivityPub / Transmogrifier: Correctly store incoming Update id.lain
2019-10-04removed legacy api: "/objects/:uuid/likes"Maksim Pechnikov
2019-10-04ActivityPub.Utils: Fix undo test.lain
2019-10-04ActivityPub: Change addressing of Undo.lain
2019-10-04Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
2019-09-30Transmogrifier: Handle compact objects in undos.lain
2019-09-26Lintingrinpatch
2019-09-26Don'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-12Fix associated test as wellMark Felder
2019-09-09Add Pleroma.Plugs.Cacheminibikini
2019-09-10Fix `ActivityPubController.read_inbox/2`Egor Kislitsyn
2019-08-28Merge branch 'fix-osada-follow' into 'develop'Haelwenn
Transmogrifier: Fix follow handling when the actor is an object. Closes #1211 See merge request pleroma/pleroma!1604
2019-08-27added tests for ActivityPub.like\unlikeMaksim Pechnikov
2019-08-26Transmogrifier: Fix follow handling when the actor is an object.lain
2019-08-25Merge branch 'issue/1177' into 'develop'kaniini
[#1177] fixed unfollow for relay actor See merge request pleroma/pleroma!1589
2019-08-26Update test for custom profile fieldskPherox
2019-08-24update testsMaksim Pechnikov
2019-08-24add testsMaksim Pechnikov
2019-08-22fix testMaksim Pechnikov
2019-08-22Merge branch 'develop' into issue/1177Maksim Pechnikov
2019-08-22fixed unfollow for relay actorMaksim Pechnikov
2019-08-21fixed clear config after testMaksim Pechnikov
2019-08-20Merge branch 'feature/custom-fields' into 'develop'lain
Add custom profile fields See merge request pleroma/pleroma!1488
2019-08-19added test helpers to clear config after testsMaksim
2019-08-18tests: activitypub: fix typoAriadne Conill
2019-08-15Hide muted theads from home/public timelines unless `with_muted` is setrinpatch
2019-08-14Add `:max_remote_account_fields` config optionEgor Kislitsyn
2019-08-14Use info.fields instead of source_data for remote usersEgor Kislitsyn
2019-08-14Linkify custom fields values in ActivityPub.UserViewxEgor Kislitsyn
2019-08-14Support user attachment update in TransmogrifierEgor Kislitsyn
2019-08-14Add profile custom fields to ActivityPub.UserViewEgor Kislitsyn
2019-08-13Merge branch 'feature/mrf-vocabulary' into 'develop'rinpatch
MRF Vocabulary See merge request pleroma/pleroma!1559
2019-08-13tests: add tests for MRF.describe()Ariadne Conill
2019-08-13tests for Web/ActivityPub/RelayMaksim
2019-08-13tests: add tests for mrf_vocabularyAriadne Conill
2019-08-10MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-10Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-07ActivityPub tests: remove assertions of embedded object being updated,rinpatch
because the objects are no longer supposed to be embedded
2019-08-04Do not add the "next" key to likes.json if there is no more itemsSergey Suprunenko
2019-07-31Add tests for counters being updated on followrinpatch
2019-07-25Merge branch 'develop' into feature/hide-follows-remoterinpatch
2019-07-23tests for Pleroma.Web.ActivityPub.PublisherMaksim
2019-07-22Feature/1087 wildcard option for blocksAlexander Strizhakov
2019-07-22activitypub: publisher: align sharedinbox usage with AP specification rulesAriadne Conill
While debugging the follow breakage, I observed that our sharedInbox usage did not match the rules in the specification. Accordingly, I have better aligned our usage of sharedInbox with the rules outlined in the ActivityPub specification.
2019-07-20Resolve merge conflictsrinpatch
2019-07-17tests: add test for fetching the internal fetch actorAriadne Conill
2019-07-17Add MRF MentionPolicy for dropping posts which mention specific actorsRX14
2019-07-15List messages must be visible for mentioned usersEgor Kislitsyn
2019-07-15Merge remote-tracking branch 'pleroma/develop' into feature/addressable-listsEgor Kislitsyn
2019-07-14tests: fix object containment violations in the transmogrifier testsAriadne Conill
Some objects were not completely rewritten in the tests, which caused object containment violations. Fix them by rewriting the object IDs to be in an appropriate namespace.