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 555c4e11ba
Add validations to admin settings (#10348)
* Add validations to admin settings

- Validate correct HTML markup
- Validate presence of contact username & e-mail
- Validate that all usernames are valid
- Validate that enums have expected values

* Fix code style issue

* Fix tests
7 years ago
..
activitypub Do not try fetching keys of unknown accounts on a Delete from them (#10326) 7 years ago
admin Add validations to admin settings (#10348) 7 years ago
api Add Keybase integration (#10297) 7 years ago
auth Admission-based registrations mode (#10250) 7 years ago
concerns Mark the 410 gone response for suspended accounts as cachable (#10339) 7 years ago
oauth Fix authorized applications list page design (#9969) 7 years ago
settings Add Keybase integration (#10297) 7 years ago
well_known Add Keybase integration (#10297) 7 years ago
about_controller.rb Redesign landing page (#10232) 7 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Reduce server load caused by anonymous viewing. (#9059) 7 years ago
application_controller.rb Reduce server load caused by anonymous viewing. (#9059) 7 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 8 years ago
custom_css_controller.rb Add admin custom CSS setting (#8399) 8 years ago
directories_controller.rb Fix directory showing tags that have no currently eligible accounts (#9872) 7 years ago
emojis_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 8 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 7 years ago
follower_accounts_controller.rb Reduce server load caused by anonymous viewing. (#9059) 7 years ago
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 8 years ago
home_controller.rb Ensure single user is a local user (fixes #8154) (#8157) 8 years ago
intents_controller.rb Add remote interaction dialog for toots (#8202) 8 years ago
invites_controller.rb Set @body_classes to admin layout (#9081) 7 years ago
manifests_controller.rb
media_controller.rb fix CSP / X-Frame-Options for media embeds (#9558) 7 years ago
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed (#7511) 8 years ago
public_timelines_controller.rb Redesign landing page (#10232) 7 years ago
relationships_controller.rb Add dormant filter to relationship manager, rename other filters (#10308) 7 years ago
remote_follow_controller.rb Add remote interaction dialog for toots (#8202) 8 years ago
remote_interaction_controller.rb Change remote interaction dialog to use specific actions (#9743) 7 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 8 years ago
shares_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 8 years ago
statuses_controller.rb Reduce server load caused by anonymous viewing. (#9059) 7 years ago
stream_entries_controller.rb
tags_controller.rb Fix `tagged` param not being normalized before querying tags (#10249) 7 years ago