mastodon/app/controllers
Eugen Rochko 999cde94a6 Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text
Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" />
Clean up schema file from accidental development migrations
2017-01-25 01:29:16 +01:00
..
admin Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 2017-01-12 20:46:24 +01:00
api Instead of using spoiler boolean and spoiler_text, simply check for non-blank spoiler_text 2017-01-25 01:29:16 +01:00
auth
concerns
oauth
settings Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 2017-01-12 20:46:24 +01:00
about_controller.rb Adding about/more page with extended information that can be set up by an admin 2017-01-13 20:16:38 +01:00
accounts_controller.rb
api_controller.rb API now respects ?limit param as long as it's within 2x default limit 2017-01-24 04:22:10 +01:00
application_controller.rb Improve error page layouting. 500 page has to stay static because it's 2017-01-21 22:30:47 +01:00
authorize_follow_controller.rb
home_controller.rb Persist UI settings, add missing localizations for German 2017-01-09 14:00:55 +01:00
media_controller.rb
remote_follow_controller.rb
stream_entries_controller.rb Fix a couple unhandled exceptions 2017-01-23 13:56:57 +01:00
tags_controller.rb
xrd_controller.rb