aboutsummaryrefslogtreecommitdiff
path: root/test/web/twitter_api/representers
AgeCommit message (Collapse)Author
2019-03-26Remove ActivityRepresenterrinpatch
2019-03-13[Credo] Change quoted string with 3+ quotes to sigilsHaelwenn (lanodan) Monnier
2019-03-13[Credo] fix Credo.Check.Readability.AliasOrderHaelwenn (lanodan) Monnier
2019-02-27Remove parts of the old activity view.lain
Not used anymore.
2019-02-11test: de-group alias/esHaelwenn (lanodan) Monnier
2019-01-28test: update twitterapi testsWilliam Pitcock
2019-01-10Merge branch 'feature/pinned-posts' into 'develop'kaniini
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636
2019-01-09Add test for summary_htmllain
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-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.
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-12-12fix warningsMaksim Pechnikov
2018-11-29More fixeslain
2018-10-25tests: twitterapi: add additional fieldsWilliam Pitcock
2018-10-25tests: update for new in_reply_to_screen_name fieldWilliam Pitcock
2018-09-02formatter: don't add XSS emojiWilliam Pitcock
2018-08-25twitter api: provide object descriptions as attachment description fieldWilliam Pitcock
2018-07-12testsuite: twitter api: add summary where necessaryWilliam Pitcock
2018-06-27twitter api: use ActivityView.render_content() where appropriate instead of ↵William Pitcock
duplicating the logic
2018-05-20More fixes.lain
2018-03-30Format the code.lain
2018-02-25Fix more specs.lain
2018-02-12Merge branch 'develop' into feature/activitypublain
2018-02-12Make test output easier to read.lain
2018-02-11Twitter Representers: Handle Mastodon attachments.lain
2017-10-31TwitterAPI: Display cws.Roger Braun
2017-09-16Apply incoming custom emoji.Roger Braun
2017-09-05Fix specs.Roger Braun
2017-09-04Add TwAPI representer for deletes.Roger Braun
2017-08-24Set twitter-style possibly_sensitive boolena.Roger Braun
2017-08-24Add activity_type to twitter api output.Roger Braun
2017-07-08Fix undo activity.Roger Braun
2017-06-25Add external links to twapi.Roger Braun
2017-06-20Replace UserRepresenter with UserViewdtluna
2017-06-18Revert "Add invisible tags to TwAPI output."Roger Braun
This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777.
2017-06-18Output tags list in TwAPI.Roger Braun
2017-06-18Strip unsafe html on output in TwAPI.Roger Braun
2017-06-18Remove html from user bios on display.Roger Braun
This is mainly to fix problems of bios coming from mastodong.
2017-06-05Fix NaN statuses per day.Roger Braun
2017-05-18Keep newlines around.Roger Braun
2017-05-18Add invisible tags to TwAPI output.Roger Braun
2017-05-07Add some twapi fixes.Roger Braun
2017-05-07Add conversation ids to twapi announce representer.Roger Braun
2017-05-02Add statusnet_profile_url to the TwAPI.Roger Braun
2017-04-30Use conversation mapping objects to get / retrieve context from TwAPI.Roger Braun
2017-04-21Fix specs, add some user info.Roger Braun
2017-04-16Display the users avatar if he has one set.Roger Braun
2017-04-16Add avatar objects to user, fix specs.Roger Braun
2017-04-15Add announcements / retweets to TwAPI.Roger Braun
2017-04-14Favorite changes.Roger Braun
- Add 'likes' to activity, collection of ids of people who liked it. - show if you favorited something or not. - Don't allow double favorites - Address favorites to the followers of the liked activity's author.