summaryrefslogtreecommitdiff
path: root/test/web/twitter_api
AgeCommit message (Collapse)Author
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
2017-05-15Fix mention replacing.Roger Braun
2017-05-10Add externalprofile to TwAPI.Roger Braun
2017-05-08Add class=attachment to attachment links.Roger Braun
2017-05-07Add some twapi fixes.Roger Braun
2017-05-07Merge branch 'develop' into dtluna/pleroma-feature/unfollow-activityRoger Braun
2017-05-07Add conversation ids to twapi announce representer.Roger Braun
2017-05-02Add attachment link to posts.Roger Braun
2017-05-02Add statusnet_profile_url to the TwAPI.Roger Braun
2017-05-02Add twkn timeline.Roger Braun
2017-05-02Fix specs, add local marker to actitivies.Roger Braun
2017-04-30Don't set statusnetConversationIds on replies anymore.Roger Braun
2017-04-30Stop adding statusnetConversationIds.Roger Braun
2017-04-30Use conversation mapping objects to get / retrieve context from TwAPI.Roger Braun
2017-04-26Fix retweet spec.Roger Braun
2017-04-24Merge branch 'bugfix/deny-empty-posts' of ssh.gitgud.io:dtluna/pleroma into ↵dtluna
bugfix/deny-self-repeats
2017-04-24Deny whitespace statusesdtluna
2017-04-24Add error response to self-repeatsdtluna
2017-04-24Merge branch 'bugfix/deny-empty-posts' of ssh.gitgud.io:dtluna/pleroma into ↵dtluna
bugfix/deny-self-repeats
2017-04-23Add error response on empty statusdtluna
2017-04-21Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/follow-unfollow-by-screen-name
2017-04-21Fix specs, add some user info.Roger Braun
2017-04-20Add statuses/mentions endpointdtluna
2017-04-20Merge branch 'feature/unfollow-by-screen-name' of ↵dtluna
ssh.gitgud.io:dtluna/pleroma into feature/follow-unfollow-by-screen-name
2017-04-20Merge branch 'feature/follow-by-screen-name' of ssh.gitgud.io:dtluna/pleroma ↵dtluna
into feature/follow-unfollow-by-screen-name
2017-04-19Merge branch 'feature/user-timeline' into 'develop' lambadalambda
Feature/user timeline See merge request !8
2017-04-17Add user timeline spec testdtluna
2017-04-17Merge branch 'bugfix/repeated-follow-unfollow' into 'develop' lambadalambda
Add error messages for repeated follows and unfollows See merge request !7
2017-04-17Fix syntax error.Roger Braun
2017-04-17Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developRoger Braun
2017-04-17Switch cache implementation for size limiting.Roger Braun
2017-04-16Remove unnecesary queriesdtluna
2017-04-16Remove unnecesary assertsdtluna