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/settings
Matt Jankowski 3ddd936b03 Refactor exports controller (#1567)
* Add basic coverage for settings/exports controller

* Remove unused @account variable from settings/exports controller

* Add coverage for download export actions

* Remove deprecated `render :text` in favor of `send_data` for csv downloads

* Add model to handle exports

* Use Export class in settings/exports controller

* Simplify settings/exports controller methods

* Move settings/export to more restful routes
8 years ago
..
exports Refactor exports controller (#1567) 8 years ago
exports_controller.rb Refactor exports controller (#1567) 8 years ago
imports_controller.rb Import feature for following/blocking lists (addresses #62, #177, #201, #454) 8 years ago
preferences_controller.rb Allow user to disable the boost confirm dialog in preferences 8 years ago
profiles_controller.rb Update settings to re-use admin layout, one big navigation tree, improve settings forms 8 years ago
two_factor_auths_controller.rb Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) 8 years ago