aboutsummaryrefslogtreecommitdiff
path: root/test/web/activity_pub
AgeCommit message (Collapse)Author
2019-08-22[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs
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-14Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov
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-13[#1149] Added more oban workers. Refactoring.Ivan Tashkinov
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-09Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov
2019-08-09[#1149] Oban jobs implementation for :federator_incoming and ↵Ivan Tashkinov
:federator_outgoing queues.
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-08-01[#1149] Replaced RetryQueue with oban-based retries.Ivan Tashkinov
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.
2019-07-14Add follow information refetching after following/unfollowingrinpatch
2019-07-14Add tests for fetch_follow_information_for_user and check object typerinpatch
when fetching the page
2019-07-13Refactor Follows/Followers counter syncronizationrinpatch
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page
2019-07-12ActivityPub Controller: Actually pass for_user to following/followersrinpatch
views and give 403 errors when trying to request hidden follower pages when unauthenticated
2019-07-12ActivityPub User view: Following/Followers refactoringrinpatch
- Render the collection items if the user requesting == the user rendered - Do not render the first page if hide_{followers,follows} is set, just give the URI to it
2019-07-12AP user view: Add a test for hiding totalItems in following/followersrinpatch
2019-07-11Add `list` to VisibilityEgor Kislitsyn
2019-07-11Merge branch 'develop' into feature/addressable-listsEgor Kislitsyn
2019-07-10removing synchronization workerAlex S
2019-07-10adding following_address field to userAlex S
2019-07-10Send and handle "Delete" activity for deleted usersSergey Suprunenko
2019-07-10Add license/copyright to all project filesfeld
2019-07-10tests MRF filtersMaksim
2019-07-09[#878] Tests improvements per code review.Ivan Tashkinov