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
Matt Jankowski 8eee7ae4c3
Fix issue with saving empty fields values on filter keyword updates (#33691)
2 weeks ago
..
activitypub Change ActivityPub path generation to all happen in `ActivityPub::TagManager` (#33527) 3 weeks ago
admin Add `urgent` scope and `by_version` method to `SoftwareUpdate` (#33470) 4 weeks ago
api Use `expect` for api/v1 and api/web push subs controllers (#33682) 2 weeks ago
auth Use `expect` for nested params in `auth/setup#update` (#33657) 2 weeks ago
concerns Fix error 500 when passing an invalid `lang` parameter (#33467) 1 month ago
disputes Use `expect` for nested params in more controllers (#33675) 2 weeks ago
filters Set "admin" body class from `admin` nested layout (#31269) 5 months ago
oauth Fix logic in "last used at per application" oauth token list (#32912) 3 months ago
redirect Move redirect/base body class to view (#31796) 5 months ago
settings Fix issue with saving empty fields values on profile update (#33689) 2 weeks ago
well_known Support /.well-known/host-meta.json (#32206) 4 months ago
about_controller.rb Simplify instance presenter view access (#26046) 1 year ago
accounts_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 9 months ago
application_controller.rb Change ability to navigate of unconfirmed users (#33209) 2 months ago
authorize_interactions_controller.rb Change interaction modal in web UI (#26075) 2 years ago
backups_controller.rb Add SELF_DESTRUCT env variable to process self-destructions in the background (#26439) 1 year ago
custom_css_controller.rb Extend custom CSS cache time with digest paths (#33207) 4 weeks ago
emojis_controller.rb Refactor `Cache-Control` and `Vary` definitions (#24347) 2 years ago
filters_controller.rb Fix issue with saving empty fields values on filter keyword updates (#33691) 2 weeks ago
follower_accounts_controller.rb Change ActivityPub path generation to all happen in `ActivityPub::TagManager` (#33527) 3 weeks ago
following_accounts_controller.rb Fix Vary headers not being set on some redirects (#27272) 1 year ago
health_controller.rb Disable `Rails/ApplicationController` for `HealthController` (#28705) 1 year ago
home_controller.rb Simplify instance presenter view access (#26046) 1 year ago
instance_actors_controller.rb Move common module inclusion in sub classes to `ActivityPub::BaseController` (#29560) 11 months ago
intents_controller.rb Remove redundant `return` in `IntentsController` (#29099) 1 year ago
invites_controller.rb Use `expect` for nested params in more controllers (#33675) 2 weeks ago
mail_subscriptions_controller.rb Fix contrast between background and form elements on some pages (#31266) 6 months ago
manifests_controller.rb Fix some user-independent endpoints potentially reading session cookies (#24650) 2 years ago
media_controller.rb Add coverage for `media#player`, move body class to view (#31790) 5 months ago
media_proxy_controller.rb Add `OpenSSL::SSL::SSLError` to http connection errors wrapper (#32307) 4 months ago
privacy_controller.rb Simplify instance presenter view access (#26046) 1 year ago
relationships_controller.rb Set "admin" body class from `admin` nested layout (#31269) 5 months ago
remote_interaction_helper_controller.rb Change interaction modal in web UI (#26075) 2 years ago
severed_relationships_controller.rb Set "admin" body class from `admin` nested layout (#31269) 5 months ago
shares_controller.rb Move shares/modal body class to layout (#31789) 5 months ago
statuses_cleanup_controller.rb Use `expect` for nested params in more controllers (#33675) 2 weeks ago
statuses_controller.rb Remove unused `statuses#embed` body class assignment (#31787) 5 months ago
tags_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 9 months ago
terms_of_service_controller.rb Add terms of service (#33055) 2 months ago