aboutsummaryrefslogtreecommitdiff
path: root/test/web/twitter_api
AgeCommit message (Collapse)Author
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
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
bugfix/repeated-follow-unfollow
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/unfollow-by-screen-name
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/follow-by-screen-name
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/help-test
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/user-timeline
2017-04-16Add basic Avatar updating code.Roger Braun
2017-04-16Fix typodtluna
2017-04-16Add user timeline fetching without credentialsdtluna
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-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/user-timeline
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/unfollow-by-screen-name
2017-04-16Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into ↵dtluna
feature/help-test
2017-04-16Preserve newlines in messages.Roger Braun
2017-04-16Add registration to the TwAPI controller.Roger Braun
2017-04-16Add user registration to TwAPI.Roger Braun
2017-04-15Add retweeting to TwAPI controller.Roger Braun
2017-04-15Add announcements / retweets to TwAPI.Roger Braun
2017-04-14Update object correctly after setting context.Roger Braun
2017-04-14Add unliking to TwAPI controller.Roger Braun
2017-04-14Add unfavoriting to TwAPI.Roger Braun
2017-04-14Add basic user caching.Roger Braun
Expires after 5 seconds.
2017-04-14Add user timelinedtluna
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.
2017-04-13Add favoriting to TwAPI controller.Roger Braun
2017-04-13Display like activities.Roger Braun