mastodon/spec/controllers
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
2017-04-11 22:00:43 +02:00
..
admin Admin base controller (#1465) 2017-04-10 21:27:03 +02:00
api API param to exclude notification types from response (#1341) 2017-04-10 23:45:29 +02:00
auth Fix /api/v1/accounts/update_credentials tests (#1357) 2017-04-09 20:23:14 +02:00
oauth Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
settings Refactor exports controller (#1567) 2017-04-11 22:00:43 +02:00
about_controller_spec.rb Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
accounts_controller_spec.rb Add test 2017-02-06 12:14:02 -08:00
authorize_follow_controller_spec.rb Add ability to use remote follow function on other sites 2016-12-29 16:54:54 +01:00
home_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
stream_entries_controller_spec.rb Fixing atom feeds for accounts, adding tests that would catch such bugs in future 2016-09-08 00:33:07 +02:00
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it 2016-11-18 23:10:44 +01:00
xrd_controller_spec.rb Clean up generation of account webfinger string (#1477) 2017-04-10 22:58:06 +02:00