mastodon/spec/models
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
..
web Persist UI settings, add missing localizations for German
account_spec.rb When avatar/header are GIF, generate static versions ()
block_spec.rb add more tests to models
domain_block_spec.rb add more tests to models
export_spec.rb Refactor exports controller ()
favourite_spec.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
feed_spec.rb Adding more test stubs
follow_request_spec.rb add more tests to models
follow_spec.rb add more tests to models
import_spec.rb Import feature for following/blocking lists (addresses , , , )
media_attachment_spec.rb Refactored generation of unique tags, URIs and object URLs into own classes,
mention_spec.rb add more tests to models
mute_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly.
notification_spec.rb Adding unified streamable notifications
preview_card_spec.rb Fix - Fetch and display previews of URLs using OpenGraph tags
report_spec.rb Adding POST /api/v1/reports API, and a UI for submitting reports
status_spec.rb Merge pull request from thoughtbot/extract-proper-status
stream_entry_spec.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
subscription_spec.rb Fix - Fetch and display previews of URLs using OpenGraph tags
tag_spec.rb Search cleanup ()
user_spec.rb Fix spec