diaspora/app
cmrd Senya c6ed850a85
Memory usage optimization for archive export
- Removed posts and non contacts from other's data
- Collections are exported in batches to lower memory footprint
- In base exporters create User object instead of keeping instance because it caches all associations

closes #7627
2017-09-26 04:07:18 +02:00
..
assets Replace photo_attachments with photo-attachments 2017-08-31 02:45:02 +02:00
controllers Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
helpers Fix ConversationsHelper#conversation_class with frozen strings 2017-09-17 19:29:16 +02:00
mailers Fix NotificationMailers::Base#log_mail with frozen strings 2017-09-17 19:29:16 +02:00
models Fix local migration run without old private key 2017-09-26 04:06:16 +02:00
presenters Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
serializers Memory usage optimization for archive export 2017-09-26 04:07:18 +02:00
services Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
uploaders Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
views Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
workers Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00