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
2018-02-21 23:21:32 +01:00
..
environments Isolate each specs for cache store (#6450) 2018-02-17 22:35:05 +01:00
initializers Fix #6509: Use pull queue for chewy jobs (#6513) 2018-02-20 17:25:16 +01:00
locales Account archive download (#6460) 2018-02-21 23:21:32 +01:00
webpack ASSET_HOST is wrong env variable. Fix to CDN_HOST (#6372) 2018-01-29 01:06:39 +01:00
application.rb Fix avatar and header issues by using custom geometry detector (#6515) 2018-02-21 03:40:12 +01:00
boot.rb Adds bootsnap. Faster boot time (#3176) 2017-05-20 19:42:27 +02:00
brakeman.ignore Save video metadata and improve video OpenGraph tags (#6481) 2018-02-16 07:22:20 +01:00
database.yml use-DB_NAME-in-development (#5430) 2017-10-17 11:45:37 +02:00
deploy.rb Update dependencies for Ruby (2017-10-30) (#5566) 2017-10-31 12:22:32 +01:00
environment.rb Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
i18n-tasks.yml CAS + SAML authentication feature (#6425) 2018-02-04 05:42:13 +01:00
navigation.rb Add UI for setting up account migration (#5832) 2017-11-27 22:47:06 +01:00
puma.rb Do not set port for puma if it is bound to unix socket (#2289) 2017-04-22 01:22:20 +02:00
routes.rb Account archive download (#6460) 2018-02-21 23:21:32 +01:00
secrets.yml Upgrade to Rails 5.0.0.1 2016-08-17 17:58:00 +02:00
settings.yml Add preference to always display sensitive media (#6448) 2018-02-09 00:26:57 +01:00
sidekiq.yml Account archive download (#6460) 2018-02-21 23:21:32 +01:00
themes.yml Add support for multiple themes (#4959) 2017-09-19 16:36:23 +02:00
webpacker.yml Upgrade Webpacker to version 3.0.1 (#5122) 2017-09-27 14:41:54 +02:00