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 5d710b1139 Make file attachment on MediaAttachment optional (#1865)
Create MediaAttachment but without actual file download when domain is blocked with reject_media set to true
Clean up old media files when creating a new domain block with reject_media set to true
Return remote_url in media attachments API if local file is not present
Undo domain block action in admin UI
Ability to enable reject_media from admin UI
8 years ago
..
admin Make file attachment on MediaAttachment optional (#1865) 8 years ago
api ActiveRecord::NotFound is not defined (#1864) 8 years ago
auth Give SINGLE_USER a chance to register (#1820) 8 years ago
concerns
oauth
settings
well_known
about_controller.rb
accounts_controller.rb
api_controller.rb
application_controller.rb Make file attachment on MediaAttachment optional (#1865) 8 years ago
authorize_follow_controller.rb
home_controller.rb Give SINGLE_USER a chance to register (#1820) 8 years ago
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb