aboutsummaryrefslogtreecommitdiff
path: root/test/web/twitter_api
AgeCommit message (Collapse)Author
2017-11-08TwitterAPI: Add blocks.eal
2017-11-07Allow profile fetching for authenticated users only.eal
2017-10-31Fix specs.Roger Braun
2017-10-31TwitterAPI: Display cws.Roger Braun
2017-09-17TwitterAPI: Use correct endpoint for tag timeline.Roger Braun
2017-09-17TwitterAPI: Add tag timeline.Roger Braun
2017-09-16Apply incoming custom emoji.Roger Braun
2017-09-16TwitterAPI: Add search.Roger Braun
2017-09-15Refactor posting and make character limit configurable.Roger Braun
2017-09-09Add unfav to Mastodon API.Roger Braun
2017-09-09Add favoriting to Mastodon API.Roger Braun
2017-09-09Add reblogging to MastodonAPI.Roger Braun
2017-09-05Fix specs.Roger Braun
2017-09-04Add TwAPI representer for deletes.Roger Braun
2017-08-29fix specs.Roger Braun
2017-08-29Add profile update.Roger Braun
2017-08-28More sensible attachment names.Roger Braun
2017-08-24Set twitter-style possibly_sensitive boolena.Roger Braun
2017-08-24Add activity_type to twitter api output.Roger Braun
2017-08-09escape attachment urls on creation.Roger Braun
2017-07-31Revert "Close br tags."Roger Braun
This reverts commit 2eba8e74ccf2de0ad65b213bb166917c32db9d68.
2017-07-31Revert "Wrap in <p>."Roger Braun
This reverts commit c81d0b6f898c36ebcad5371caeebc0f789cb7a67.
2017-07-31Revert "Remove newlines completely so mastodon doesn't bug out."Roger Braun
This reverts commit 0ca3ab7b59edaec255aa3710fce8a9daa236b44d.
2017-07-31Remove newlines completely so mastodon doesn't bug out.Roger Braun
2017-07-31Wrap in <p>.Roger Braun
2017-07-31Close br tags.Roger Braun
2017-07-22Save follower count and note count in user.Roger Braun
2017-07-20Add friends endpoint.Roger Braun
2017-07-20Add followers endpoint.Roger Braun
2017-07-19Use follower address in user entry.Roger Braun
2017-07-08Fix undo activity.Roger Braun
2017-07-02Add way to update most recent notification id.Roger Braun
2017-06-30Only return posts in TwAPI conversations.Roger Braun
2017-06-30Order conversation fetches like GS does.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-18Fetch user feed on externalprofile request.Roger Braun
This is so we always have something to show.
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-14Do some basic escaping.Roger Braun
2017-06-14Move mention parsing to Formatter module.Roger Braun
2017-06-12Enable user timelines.Roger Braun
2017-06-05Fix NaN statuses per day.Roger Braun
2017-05-30Shorten names in links.Roger Braun
2017-05-18Keep newlines around.Roger Braun
2017-05-18Add invisible tags to TwAPI output.Roger Braun
2017-05-18Save tags in object.Roger Braun
2017-05-17Twitter API refactoring.Roger Braun