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
2017-04-16 12:51:30 +02:00
..
admin Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
api ActiveRecord::NotFound is not defined (#1864) 2017-04-15 21:17:59 +02:00
auth Give SINGLE_USER a chance to register (#1820) 2017-04-15 16:46:27 +02:00
concerns
oauth
settings
well_known Clean up well-known routes/controllers (#1649) 2017-04-13 13:09:07 +02:00
about_controller.rb Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
accounts_controller.rb Pagination improvements (#1445) 2017-04-11 01:11:41 +02:00
api_controller.rb Do not store last visited URL from API controllers (#1330) 2017-04-09 22:21:52 +02:00
application_controller.rb Make file attachment on MediaAttachment optional (#1865) 2017-04-16 12:51:30 +02:00
authorize_follow_controller.rb
home_controller.rb Give SINGLE_USER a chance to register (#1820) 2017-04-15 16:46:27 +02:00
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb Simplify the way the embed view is created (#1590) 2017-04-12 16:12:42 +02:00
tags_controller.rb