mastodon/app/controllers/api/v1
Eugen Rochko 905c829179 Improve infinite scroll on notifications 2017-01-26 04:30:40 +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
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 API now respects ?limit param as long as it's within 2x default limit 2017-01-24 04:22:10 +01:00