Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-26 | Remove ActivityRepresenter | rinpatch | |
2019-03-13 | [Credo] Change quoted string with 3+ quotes to sigils | Haelwenn (lanodan) Monnier | |
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-27 | Remove parts of the old activity view. | lain | |
Not used anymore. | |||
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2019-01-28 | test: update twitterapi tests | William Pitcock | |
2019-01-10 | Merge branch 'feature/pinned-posts' into 'develop' | kaniini | |
Pinned Statuses Closes #440 See merge request pleroma/pleroma!636 | |||
2019-01-09 | Add test for summary_html | lain | |
2019-01-09 | Add Twitter API for the pinned statuses | Egor 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-06 | Twitter 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-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-12 | fix warnings | Maksim Pechnikov | |
2018-11-29 | More fixes | lain | |
2018-10-25 | tests: twitterapi: add additional fields | William Pitcock | |
2018-10-25 | tests: update for new in_reply_to_screen_name field | William Pitcock | |
2018-09-02 | formatter: don't add XSS emoji | William Pitcock | |
2018-08-25 | twitter api: provide object descriptions as attachment description field | William Pitcock | |
2018-07-12 | testsuite: twitter api: add summary where necessary | William Pitcock | |
2018-06-27 | twitter api: use ActivityView.render_content() where appropriate instead of ↵ | William Pitcock | |
duplicating the logic | |||
2018-05-20 | More fixes. | lain | |
2018-03-30 | Format the code. | lain | |
2018-02-25 | Fix more specs. | lain | |
2018-02-12 | Merge branch 'develop' into feature/activitypub | lain | |
2018-02-12 | Make test output easier to read. | lain | |
2018-02-11 | Twitter Representers: Handle Mastodon attachments. | lain | |
2017-10-31 | TwitterAPI: Display cws. | Roger Braun | |
2017-09-16 | Apply incoming custom emoji. | Roger Braun | |
2017-09-05 | Fix specs. | Roger Braun | |
2017-09-04 | Add TwAPI representer for deletes. | Roger Braun | |
2017-08-24 | Set twitter-style possibly_sensitive boolena. | Roger Braun | |
2017-08-24 | Add activity_type to twitter api output. | Roger Braun | |
2017-07-08 | Fix undo activity. | Roger Braun | |
2017-06-25 | Add external links to twapi. | Roger Braun | |
2017-06-20 | Replace UserRepresenter with UserView | dtluna | |
2017-06-18 | Revert "Add invisible tags to TwAPI output." | Roger Braun | |
This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777. | |||
2017-06-18 | Output tags list in TwAPI. | Roger Braun | |
2017-06-18 | Strip unsafe html on output in TwAPI. | Roger Braun | |
2017-06-18 | Remove html from user bios on display. | Roger Braun | |
This is mainly to fix problems of bios coming from mastodong. | |||
2017-06-05 | Fix NaN statuses per day. | Roger Braun | |
2017-05-18 | Keep newlines around. | Roger Braun | |
2017-05-18 | Add invisible tags to TwAPI output. | Roger Braun | |
2017-05-07 | Add some twapi fixes. | Roger Braun | |
2017-05-07 | Add conversation ids to twapi announce representer. | Roger Braun | |
2017-05-02 | Add statusnet_profile_url to the TwAPI. | Roger Braun | |
2017-04-30 | Use conversation mapping objects to get / retrieve context from TwAPI. | Roger Braun | |
2017-04-21 | Fix specs, add some user info. | Roger Braun | |
2017-04-16 | Display the users avatar if he has one set. | Roger Braun | |
2017-04-16 | Add avatar objects to user, fix specs. | Roger Braun | |
2017-04-15 | Add announcements / retweets to TwAPI. | Roger Braun | |
2017-04-14 | Favorite 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. |