summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-05-04MastodonAPI: Support idempotency key.lain
2018-05-04Fix formattingFrancis Dinh
2018-04-29Fix format.lain
2018-04-29Merge branch 'patch-bio' into 'develop'lambda
replace newlines in profiles with <br> See merge request pleroma/pleroma!136
2018-04-28Merge branch 'fix/blocked-user-boosts' into 'develop'lambda
ActivityPub.ex: do not return boosted statuses from blocked users. See merge request pleroma/pleroma!111
2018-04-28Added a test (written by @andrewzah) for the MRWim Vanderbauwhede
2018-04-25Merge branch 'feature/unrepeats' of git.pleroma.social:normandy/pleroma into ↵Francis Dinh
feature/unrepeats
2018-04-25Formatting fixesFrancis Dinh
2018-04-25Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Francis Dinh
feature/unrepeats
2018-04-24Add User.decrease_note_count and call it from ActivityPub.deleteDashie
2018-04-22Embed announce activity data instead of linking to itFrancis Dinh
2018-04-22Small cleanup.lain
2018-04-22Merge branch 'develop' into fix/note-count-not-updatinglain
2018-04-21Formatter: Use proper escaping for links.lain
2018-04-21Update note count in ActivityPub.create.eal
2018-04-21Formatting fixes.lain
2018-04-20Use correct activity for undoFrancis Dinh
2018-04-20Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Francis Dinh
feature/unrepeats
2018-04-20Formatting.lain
2018-04-19TwitterAPI: Add Qvitter notification endpoint.eal
2018-04-18Handle unrepeats via the TwitterAPIFrancis Dinh
2018-04-18Expose unannounce activity so that it can be testedFrancis Dinh
2018-04-16Return target status in MastoAPI endpoint instead of reblog activityFrancis Dinh
2018-04-14Add unreblogging testsFrancis Dinh
2018-04-14ActivityPub.ex: do not return boosted statuses from blocked users.eal
2018-04-11OopsGian Sass
2018-04-11Add unit test for pinned statusesGian Sass
2018-04-07Only search in public data for now.lain
This should be the data the user is allowed to see later, but this will stop accidental private message leaks.
2018-04-06Accept port number in urls.lain
2018-04-04Handle + in links.lain
2018-04-03Use user url in mention if we have it.lain
2018-04-02Load all users at once in timelines.lain
2018-04-02Use context_ids directly if we have them.lain
2018-04-02Generates contexts and ids on insertion time.lain
2018-04-02Pre-fetch conversation ids.lain
2018-04-02Fail faster.lain
2018-04-02Fix some test stuff.lain
2018-03-31Don't fetch anything except ap_id for follower / followinglain
collections. Should speed up the queries because ecto doesn't have to parse the json.
2018-03-30Remove unused ActivityRepresenter module.lain
2018-03-30TwApi ActivityView: Add delete activities.lain
2018-03-30TwApi ActivityView: Add follows.lain
2018-03-30Format the code.lain
2018-03-30TwApi ActivityView: Add announces.lain
2018-03-30TwApi ActivityView: Add Like rendering.lain
2018-03-30Add ActivityViewTest.lain
2018-03-27Add basic activity view.lain
2018-03-27Reduce OP fetching queries.lain
2018-03-27Don't try to fetch OP if none is there.lain
2018-03-27Forgot to fix one of the links in a testFrancis Dinh
2018-03-27Update tests to reflect hashtag link changesFrancis Dinh