mastodon/app/models
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
..
concerns Resolve issue with rendering authorize/reject Salmon slaps 2017-02-11 19:42:05 +01:00
form
web
.keep Initial commit 2016-02-20 22:53:20 +01:00
account.rb
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 2016-11-15 16:56:29 +01:00
block.rb add more tests to models 2017-04-05 00:29:56 +02:00
domain_block.rb Split public timeline into "public timeline" which is local, and 2017-02-19 20:25:54 +01:00
export.rb Refactor exports controller (#1567) 2017-04-11 22:00:43 +02:00
favourite.rb
feed.rb Only call regeneration worker after first login after a 14 day break 2017-04-04 02:00:10 +02:00
follow.rb
follow_request.rb
import.rb
media_attachment.rb Performance improvement for profiles 2017-03-06 01:50:35 +01:00
mention.rb add more tests to models 2017-04-05 00:29:56 +02:00
mute.rb Fix #231 - Muting 2017-03-02 18:49:32 +01:00
notification.rb API param to exclude notification types from response (#1341) 2017-04-10 23:45:29 +02:00
preview_card.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 2017-01-20 01:00:14 +01:00
remote_follow.rb Adding remote follow button 2017-01-01 19:54:34 +01:00
report.rb Add basic logging of who resolved report 2017-04-03 19:35:00 +02:00
setting.rb Add digest e-mails 2017-03-04 00:00:48 +01:00
status.rb Fix #1339 - better Atom titles (#1343) 2017-04-09 20:55:54 +02:00
stream_entry.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 2017-04-07 05:56:56 +02:00
subscription.rb Adding backtracing to Salmon/Processing workers 2016-11-28 19:11:36 +01:00
tag.rb Search cleanup (#1333) 2017-04-09 14:45:01 +02:00
user.rb Allow user to disable the boost confirm dialog in preferences 2017-04-11 10:10:16 -04:00
web.rb