about summary refs log tree commit diff
path: root/app/controllers/settings/exports/muted_accounts_controller.rb
AgeCommit message (Collapse)Author
2017-05-30Remove exports/base controller in favor of shared concern (#3444)Matt Jankowski
2017-04-13Settings export refactor (#1646)Matt Jankowski
* Refactor Export to take an account and know about the export types * Use Export instance in settings/exports#show
2017-04-12Allow import/export of mutes list (#1541)Matt Jankowski
* Allow export of mutes list * Allow importing of mutes list * Refactor to use Settings::Exports::BaseController and DRY up exports code