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/config
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
..
environments Isolate each specs for cache store (#6450) 7 years ago
initializers Fix #6509: Use pull queue for chewy jobs (#6513) 7 years ago
locales Account archive download (#6460) 7 years ago
webpack ASSET_HOST is wrong env variable. Fix to CDN_HOST (#6372) 7 years ago
application.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
boot.rb
brakeman.ignore Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
database.yml use-DB_NAME-in-development (#5430) 7 years ago
deploy.rb Update dependencies for Ruby (2017-10-30) (#5566) 7 years ago
environment.rb
i18n-tasks.yml CAS + SAML authentication feature (#6425) 7 years ago
navigation.rb Add UI for setting up account migration (#5832) 7 years ago
puma.rb
routes.rb Account archive download (#6460) 7 years ago
secrets.yml
settings.yml Add preference to always display sensitive media (#6448) 7 years ago
sidekiq.yml Account archive download (#6460) 7 years ago
themes.yml Add support for multiple themes (#4959) 7 years ago
webpacker.yml Upgrade Webpacker to version 3.0.1 (#5122) 7 years ago