summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/views/activity_view_test.exs
AgeCommit message (Collapse)Author
2019-08-31Remove most of Pleroma.Web.TwitterAPI.TwitterAPIrinpatch
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-09Use "repeated" instead of "retweeted" for repeated statuses in Twitter APIFrancis Dinh
This makes it consistent with the language used in Pleroma FE (at least in English). Resolves https://git.pleroma.social/pleroma/pleroma-fe/issues/533
2019-05-03Pleroma.Formatter: width/height to class=emojiHaelwenn (lanodan) Monnier
2019-04-24fix the status notification with special charSachin Joshi
2019-04-20Fix tests that used finmojiEkaterina Vaartis
2019-04-17Update functions in object fetcher for tesla and set up a proper mock for testsrinpatch
2019-04-17Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-02change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in testsEgor Kislitsyn
2019-03-21tests: fixupWilliam Pitcock
2019-03-21common api: move context functions from twitterapiWilliam Pitcock
2019-03-17Allow 'rel' attribute on `<a>` link with specific values (for hashtag ↵Fong-Wan Chau
recognition).
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-27Add user muted status info to twitterapi.lain
2019-01-28test: update twitterapi testsWilliam Pitcock
2019-01-21Activity: get_create_activity_by_object_ap_id/1 → get_create_by_object_ap_id/1Haelwenn (lanodan) Monnier
2019-01-16tests: fixupWilliam Pitcock
2019-01-10Merge branch 'feature/pinned-posts' into 'develop'kaniini
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636
2019-01-09Merge branch 'scarlett/pleroma-summary-html-api' into 'develop'lambda
Scarlett/pleroma summary html api See merge request pleroma/pleroma!647
2019-01-09Add Twitter API for the pinned statusesEgor Kislitsyn
``` # Only return statuses that have been pinned GET /api/statuses/user_timeline.json?pinned=true # Pin POST /api/statuses/pin/:id # Unpin POST /api/statuses/unpin/:id ```
2019-01-07Actually put some onformation in the error user, make it actually properly parselain
in conversations.
2019-01-07Make TwAPI UserView more resilient to issues.lain
Will work for missing users and badly migrated users.
2019-01-06Twitter API: Add a summary_html field.scarlett
The intention here is to allow proper subject copying when it contains emoji, obviously this will require minor frontend changes, though.
2019-01-05Add tests for emoji and lack of HTML in summaries.scarlett
2019-01-05Remove redundant comma.scarlett
2019-01-05Resolve some test failures.scarlett
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-23tests: twitter api: add test proving that peertube videos are correctly handledWilliam Pitcock
2018-12-23tests: twitter api: activity view test: enable tesla mockWilliam Pitcock
2018-12-17fix text fieldMaksim Pechnikov
2018-12-14TwitterAPI: Include favorited post in jsoneal
2018-12-06resolved activity view testVald
2018-12-04tests: fix a lot of the remaining test failuresWilliam Pitcock
2018-10-25tests: twitterapi: add additional fieldsWilliam Pitcock
2018-10-25tests: update for new in_reply_to_screen_name fieldWilliam Pitcock
2018-08-27better solution, added test.Henry Jameson
2018-07-12testsuite: twitter api: add summary where necessaryWilliam Pitcock
2018-05-20Return visilility in twitter api, too.lain
2018-04-02Load all users at once in timelines.lain
2018-04-02Pre-fetch conversation ids.lain
2018-03-30TwApi ActivityView: Add delete activities.lain
2018-03-30TwApi ActivityView: Add follows.lain
2018-03-30TwApi ActivityView: Add announces.lain
2018-03-30TwApi ActivityView: Add Like rendering.lain
2018-03-30Add ActivityViewTest.lain