This website requires JavaScript.
Explore
Help
Register
Sign In
tarrien
/
Mastodon
Watch
1
Star
0
Fork
0
You've already forked Mastodon
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b5bf807a3472c5d70c729b6d678b5152301d4bef
Mastodon
/
app
/
controllers
/
api
/
v1
T
History
Eugen Rochko
d9ca46b464
Cleaning up format of broadcast real-time messages, removing
...
redis-backed "mentions" timeline as redundant (given notifications)
2017-02-02 00:03:31 +01:00
..
accounts_controller.rb
Make blocks create entries and unfollows instantly, but do the clean up
2017-01-24 21:40:41 +01:00
apps_controller.rb
Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views.
Resolves
#11
2017-01-15 08:58:50 +11:00
blocks_controller.rb
API now respects ?limit param as long as it's within 2x default limit
2017-01-24 04:22:10 +01:00
devices_controller.rb
API for apps to register for push notifications
2017-01-29 01:30:32 +01:00
favourites_controller.rb
API now respects ?limit param as long as it's within 2x default limit
2017-01-24 04:22:10 +01:00
follow_requests_controller.rb
Adding follow requests API
2016-12-26 19:30:45 +01:00
follows_controller.rb
Fix rubocop issues, introduce usage of frozen literal to improve performance
2016-11-15 16:56:29 +01:00
media_controller.rb
Extract filename obfuscation into module
2016-11-24 00:30:58 +00:00
notifications_controller.rb
Improve infinite scroll on notifications
2017-01-26 04:30:40 +01:00
statuses_controller.rb
Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text
2017-01-25 01:29:16 +01:00
timelines_controller.rb
Cleaning up format of broadcast real-time messages, removing
2017-02-02 00:03:31 +01:00