mastodon/app/controllers
ThibG 2423d2f677
Add ability to delete files uploaded for settings in admin UI ()
* Allow deleting site uploads

* Refactor and move links into hints

* Fix i18n tests

* Fix HTML output of site_upload_delete_hint
..
activitypub Fix incoming federation in whitelist mode ()
admin Add ability to delete files uploaded for settings in admin UI ()
api Add specific rate limits for posting and following ()
auth Fix sign-ups without checked user agreement being accepted through the web form ()
concerns Add specific rate limits for posting and following ()
oauth Fix settings pages being cacheable by the browser ()
settings Fix base64-encoded file uploads not being possible ()
well_known Fix uncaught unknown format errors in host meta controller ()
about_controller.rb Add table of contents to about page ()
account_follow_controller.rb Add specific rate limits for posting and following ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Fix account JSON/RSS not being cacheable due to wrong mime type comparison ()
application_controller.rb Add specific rate limits for posting and following ()
authorize_interactions_controller.rb Add specific rate limits for posting and following ()
custom_css_controller.rb Fix redirecting non-functional accounts on public pages ()
directories_controller.rb Fix redirecting non-functional accounts on public pages ()
emojis_controller.rb Add (back) rails-level JSON caching ()
filters_controller.rb Fix missing authentication call in filters controller ()
follower_accounts_controller.rb Hide blocked users from more places ()
following_accounts_controller.rb Hide blocked users from more places ()
home_controller.rb Fix blurhash and autoplay not working on public pages ()
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object ()
intents_controller.rb Refactor controllers for statuses, accounts, and more ()
invites_controller.rb Add invite comments ()
manifests_controller.rb Fix redirecting non-functional accounts on public pages ()
media_controller.rb Fix redirecting non-functional accounts on public pages ()
media_proxy_controller.rb Fix redirecting non-functional accounts on public pages ()
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages ()
relationships_controller.rb Change followers page to relationships page in admin UI ()
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages ()
remote_interaction_controller.rb Fix redirecting non-functional accounts on public pages ()
shares_controller.rb Fix blurhash and autoplay not working on public pages ()
statuses_controller.rb Fix OEmbed leaking information about existence of non-public statuses ()
tags_controller.rb Fix unfiltered params error when generating ActivityPub tag pagination ()