index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
web
/
twitter_api
/
twitter_api_test.exs
Age
Commit message (
Expand
)
Author
2017-04-20
Add statuses/mentions endpoint
dtluna
2017-04-19
Merge branch 'feature/user-timeline' into 'develop'
lambadalambda
2017-04-17
Merge branch 'bugfix/repeated-follow-unfollow' into 'develop'
lambadalambda
2017-04-17
Switch cache implementation for size limiting.
Roger Braun
2017-04-16
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into bugfix/rep...
dtluna
2017-04-16
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/us...
dtluna
2017-04-16
Fix typo
dtluna
2017-04-16
Add user timeline fetching without credentials
dtluna
2017-04-16
Add avatar objects to user, fix specs.
Roger Braun
2017-04-16
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/us...
dtluna
2017-04-16
Preserve newlines in messages.
Roger Braun
2017-04-16
Add user registration to TwAPI.
Roger Braun
2017-04-15
Add announcements / retweets to TwAPI.
Roger Braun
2017-04-14
Update object correctly after setting context.
Roger Braun
2017-04-14
Add unliking to TwAPI controller.
Roger Braun
2017-04-14
Add unfavoriting to TwAPI.
Roger Braun
2017-04-14
Add basic user caching.
Roger Braun
2017-04-14
Add user timeline
dtluna
2017-04-13
Add favoriting to twitter api.
Roger Braun
2017-04-13
Add actor to objects.
Roger Braun
2017-04-13
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into bugfix/rep...
dtluna
2017-04-12
Test friends timeline more thoroughly.
Roger Braun
2017-04-12
Return directly addressed activities in friends timeline.
Roger Braun
2017-04-12
Add error messages for repeated follows and unfollows
dtluna
2017-04-04
Add Follow activity insertion
dtluna
2017-04-03
Parse mentions, save them, output them in TwAPI.
Roger Braun
2017-03-30
Connect attachments with objects, not activities.
Roger Braun
2017-03-30
Add attachments to the TwAPI.
Roger Braun
2017-03-29
Basic file uploading via TwAPI.
Roger Braun
2017-03-28
Add conversation fetching to TwAPI controller.
Roger Braun
2017-03-28
Return statusnet_conversation_id in TwAPI.
Roger Braun
2017-03-28
Add conversation id to activities.
Roger Braun
2017-03-24
Add single status fetching to TwAPI.
Roger Braun
2017-03-23
Add context and inReplyTo.
Roger Braun
2017-03-23
Return user specific json for logged in users.
Roger Braun
2017-03-23
Add unfollowing to TwAPI.
Roger Braun
2017-03-23
Add following TwAPI endpoint.
Roger Braun
2017-03-22
Add friends status fetching.
Roger Braun
2017-03-21
Add status posting via TwAPI.
Roger Braun
2017-03-21
Basic status creation and retrieval.
Roger Braun