summaryrefslogtreecommitdiff
path: root/test/web/ostatus/activity_representer_test.exs
AgeCommit message (Collapse)Author
2019-10-18kill almost all of the OStatus moduleAriadne Conill
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-07-08[#878] Refactored assumptions on embedded object presence in tests. Adjusted ↵Ivan Tashkinov
note factory to not embed object into activity.
2019-05-09Fix get_in_reply_to in OStatus' activity representer depending on embedded ↵rinpatch
objects
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-04update testMaksim Pechnikov
2018-03-30Format the code.lain
2018-02-25Make likes and announces public.lain
2018-02-12Make test output easier to read.lain
2017-11-20Treat internal emoji like external.Roger Braun
2017-10-31Federate out content warnings.Roger Braun
2017-09-16Federate emoji out.Roger Braun
2017-09-04Add delete activity representer.Roger Braun
2017-09-04Output mastodon-style conversation ids.Roger Braun
2017-08-01Add href to in-reply-to.Roger Braun
THis should enable fetching from pleroma posts.
2017-08-01Display html links correctly for remote activies.Roger Braun
2017-07-29Add html alternate link to atom.Roger Braun
2017-06-02Represent object publishing date in notes.Roger Braun
2017-06-01Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developRoger Braun
2017-05-24Output proper published data in ostatus.Roger Braun
2017-05-20Output ref instead of href for conversation.Roger Braun
2017-05-18Fix specs.Roger Braun
2017-05-18Add categories to ostatus output.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-07Federate follow salmons.Roger Braun
2017-05-03Remove reply-to for shares, mastodon gets confused.Roger Braun
2017-05-03Add self links to federated statuses.Roger Braun
2017-05-03Add user to announced status.Roger Braun
2017-05-03OStatus announce representer.Roger Braun
2017-05-02Add an ostatus representer for like activities.Roger Braun
2017-05-01Make outgoing salmons work.Roger Braun
2017-04-30Federate object id for posts in ostatus.Roger Braun
This is because ostatus doens't have an id for the activities.
2017-04-30Add thr:in-reply-to to ostatus representer.Roger Braun
2017-04-26Ostatus doesn't distinguish between activities / objects on create.Roger Braun
2017-04-26Output conversation id.Roger Braun
2017-04-22Remove unknown activities from feed.Roger Braun
2017-04-21Return object id in Ostatus create activties.Roger Braun
2017-04-20Better activities in ostatus.Roger Braun