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 1ada494bb2 Admin settings controller refactor, add specs, cleanup (#2225)
* Add render_views for admin/settings spec

* Add coverage for admin/settings#update

* Add coverage for admin/settings typecasting open_registrations setting

* Simplify how admin/settings finds the value for updating

* Rely on activerecord to not update a value that hasnt changed

* Add coverage for non-existent setting

* Use a constant for boolean settings
8 years ago
..
admin Admin settings controller refactor, add specs, cleanup (#2225) 8 years ago
api Simplify render in controllers (#2144) 8 years ago
auth
concerns Restful refactor of accounts/ routes (#2133) 8 years ago
oauth
settings Simplify render in controllers (#2144) 8 years ago
well_known
about_controller.rb
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
api_controller.rb
application_controller.rb
authorize_follow_controller.rb
follower_accounts_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
following_accounts_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
home_controller.rb
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb Fix #2120 - Use Status#as_tag_timeline on public hashtag page (#2182) 8 years ago