Commit Graph

10 Commits (4197b5e4c8d01806bd974d97a3b1e38eb3208f26)

Author SHA1 Message Date
Matt Jankowski a0c9f2447e
Fix Performance/MethodObjectAsBlock cop ()
Nick Schonning 84cc805cae
Enable Style/FrozenStringLiteralComment for specs ()
Nick Schonning 669f6d2c0a
Run rubocop formatting except line length ()
Eugen Rochko 50948b46aa
Add ability to filter followed accounts' posts by language ()
ThibG cb71c95e22 Export and import show_reblogs together with following list ()
* Refactor imports

* Export show_reblogs when exporting list of followed users

* Add support for importing show_reblogs with following collection

* Fix tests
ThibG d4882aa64a Export and import `hide_notifications` alongside user mutes ()
* Export hide_notifications along with user mutes

* Import hide_notifications along with muted users list

* Add headers for CSV exports
Eugen Rochko aaac14b8ad
Show exact number of followers/statuses on export page/in tooltip ()
* Show exact number of followers/statuses on export page/in tooltip

* Fix tests
Akihiko Odaki (@fn_aki@pawoo.net) d55f207274 Cover Export more ()
Matt Jankowski 4fe5e04ea4 Fix csv export coverage in export spec ()
Matt Jankowski 3ddd936b03 Refactor exports controller ()
* 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