mirror of https://github.com/mastodon/mastodon
* 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 | |
---|---|---|
.. | ||
activitypub | 7 years ago | |
admin | 8 years ago | |
import | 7 years ago | |
pubsubhubbub | 7 years ago | |
scheduler | 7 years ago | |
after_remote_follow_request_worker.rb | 8 years ago | |
after_remote_follow_worker.rb | 8 years ago | |
authorize_follow_worker.rb | 8 years ago | |
backup_worker.rb | 7 years ago | |
block_worker.rb | 8 years ago | |
bootstrap_timeline_worker.rb | 8 years ago | |
digest_mailer_worker.rb | 7 years ago | |
distribution_worker.rb | 8 years ago | |
domain_block_worker.rb | 8 years ago | |
feed_insert_worker.rb | 7 years ago | |
import_worker.rb | 8 years ago | |
link_crawl_worker.rb | 8 years ago | |
merge_worker.rb | 8 years ago | |
notification_worker.rb | 8 years ago | |
processing_worker.rb | 8 years ago | |
push_update_worker.rb | 7 years ago | |
refollow_worker.rb | 8 years ago | |
regeneration_worker.rb | 7 years ago | |
remote_profile_update_worker.rb | 8 years ago | |
removal_worker.rb | 8 years ago | |
resolve_account_worker.rb | 7 years ago | |
salmon_worker.rb | 8 years ago | |
soft_block_domain_followers_worker.rb | 8 years ago | |
soft_block_worker.rb | 8 years ago | |
thread_resolve_worker.rb | 8 years ago | |
unfavourite_worker.rb | 8 years ago | |
unmerge_worker.rb | 8 years ago | |
web_push_notification_worker.rb | 8 years ago |