You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
9 years ago
..
concerns
form Fix #795, fix #704, fix #835 - 2FA requires confirmation to be enabled (#1278) 9 years ago
web
.keep
account.rb When avatar/header are GIF, generate static versions (#1428) 9 years ago
application_record.rb
block.rb add more tests to models 9 years ago
domain_block.rb Split public timeline into "public timeline" which is local, and 9 years ago
export.rb Refactor exports controller (#1567) 9 years ago
favourite.rb Add counter caches for a large performance increase on API requests 9 years ago
feed.rb Only call regeneration worker after first login after a 14 day break 9 years ago
follow.rb fix rubocop issues 9 years ago
follow_request.rb add more tests to models 9 years ago
import.rb Paperclip will complain on its own if this variable is missing 9 years ago
media_attachment.rb Performance improvement for profiles 9 years ago
mention.rb add more tests to models 9 years ago
mute.rb Fix #231 - Muting 9 years ago
notification.rb API param to exclude notification types from response (#1341) 9 years ago
preview_card.rb
remote_follow.rb
report.rb Add basic logging of who resolved report 9 years ago
setting.rb Add digest e-mails 9 years ago
status.rb Fix #1339 - better Atom titles (#1343) 9 years ago
stream_entry.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 9 years ago
subscription.rb
tag.rb Search cleanup (#1333) 9 years ago
user.rb Allow user to disable the boost confirm dialog in preferences 9 years ago
web.rb