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
Eugen Rochko 61ed133fea
Account archive download (#6460)
* Fix #201: Account archive download

* Export actor and private key in the archive

* Optimize BackupService

- Add conversation to cached associations of status, because
  somehow it was forgotten and is source of N+1 queries
- Explicitly call GC between batches of records being fetched
  (Model class allocations are the worst offender)
- Stream media files into the tar in 1MB chunks
  (Do not allocate media file (up to 8MB) as string into memory)
- Use #bytesize instead of #size to calculate file size for JSON
  (Fix FileOverflow error)
- Segment media into subfolders by status ID because apparently
  GIF-to-MP4 media are all named "media.mp4" for some reason

* Keep uniquely generated filename in Paperclip::GifTranscoder

* Ensure dumped files do not overwrite each other by maintaing directory partitions

* Give tar archives a good name

* Add scheduler to remove week-old backups

* Fix code style issue
7 years ago
..
admin
concerns Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
form
web
account.rb
account_domain_block.rb Cache relationships in API (#6482) 7 years ago
account_filter.rb
account_moderation_note.rb
admin.rb
application_record.rb
backup.rb Account archive download (#6460) 7 years ago
block.rb Cache relationships in API (#6482) 7 years ago
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb
domain_block.rb
email_domain_block.rb
export.rb
favourite.rb Full-text search for authorized statuses (#6423) 7 years ago
feed.rb
follow.rb Cache relationships in API (#6482) 7 years ago
follow_request.rb Cache relationships in API (#6482) 7 years ago
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
mention.rb
mute.rb Cache relationships in API (#6482) 7 years ago
notification.rb
preview_card.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
status.rb Account archive download (#6460) 7 years ago
status_pin.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb Account archive download (#6460) 7 years ago
web.rb