You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
Eugen Rochko 354fdd317e
Fix attachment not being re-downloaded even if file is not stored (#12125)
Change the behaviour of remotable concern. Previously, it would skip
downloading an attachment if the stored remote URL is identical to
the new one. Now it would not be skipped if the attachment is not
actually currently stored by Paperclip.
5 years ago
..
activitypub Improve status pin query (#11972) 6 years ago
admin Fix relays UI being available in whitelist/secure mode (#11963) 6 years ago
api Fix attachment not being re-downloaded even if file is not stored (#12125) 5 years ago
auth Fix authentication before 2FA challenge (#11943) 6 years ago
concerns Add account migration UI (#11846) 6 years ago
oauth Change unconfirmed user login behaviour (#11375) 6 years ago
settings Fix account migration not affecting followers on origin server (#11980) 6 years ago
well_known Add a nodeinfo endpoint (#12002) 6 years ago
about_controller.rb Add table of contents to about page (#11885) 6 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Fix RSS caching (but disable localization) (#12054) 6 years ago
application_controller.rb Add healthcheck endpoint for web (#11770) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
custom_css_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
directories_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
emojis_controller.rb Add (back) rails-level JSON caching (#11333) 6 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
follower_accounts_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
following_accounts_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
home_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
instance_actors_controller.rb Fix reverse-proxy caching of instance actor object (#11561) 6 years ago
intents_controller.rb Refactor controllers for statuses, accounts, and more (#11249) 6 years ago
invites_controller.rb Add invite comments (#10465) 6 years ago
manifests_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
media_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
media_proxy_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
public_timelines_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
remote_interaction_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
shares_controller.rb Fix blurhash and autoplay not working on public pages (#11585) 6 years ago
statuses_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago
tags_controller.rb Fix redirecting non-functional accounts on public pages (#11978) 6 years ago