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/spec/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 Add logging of admin actions (#5757) 7 years ago
concerns Allow hiding of reblogs from followed users (#5762) 7 years ago
form Improve admin page (#4121) 8 years ago
web Web Push Notifications (#3243) 8 years ago
account_domain_block_spec.rb Spec AccountDomainBlock (#3816) 8 years ago
account_filter_spec.rb
account_moderation_note_spec.rb Lists (#5703) 7 years ago
account_spec.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
backup_spec.rb Account archive download (#6460) 7 years ago
block_spec.rb Cover Block more (#3837) 8 years ago
conversation_mute_spec.rb
conversation_spec.rb
custom_emoji_spec.rb Add tests for CustomEmoji#local? and #object_type (#5621) 7 years ago
domain_block_spec.rb Cover DomainBlock more (#3838) 8 years ago
email_domain_block_spec.rb Add uniqueness to block email domains (#5692) 7 years ago
export_spec.rb Cover Export more (#3840) 8 years ago
favourite_spec.rb Cover Favourite more (#3841) 8 years ago
follow_request_spec.rb Revert #5772 (#6221) 7 years ago
follow_spec.rb
home_feed_spec.rb Lists (#5703) 7 years ago
identity_spec.rb CAS + SAML authentication feature (#6425) 7 years ago
import_spec.rb Validate data of Imports (#4782) 8 years ago
invite_spec.rb Add consumable invites (#5814) 7 years ago
list_account_spec.rb Lists (#5703) 7 years ago
list_spec.rb Lists (#5703) 7 years ago
media_attachment_spec.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
mention_spec.rb
mute_spec.rb
notification_spec.rb Fix N+1 at notification (#5752) 7 years ago
preview_card_spec.rb
remote_follow_spec.rb Remove empty strings (#5732) 7 years ago
remote_profile_spec.rb Add tests for RemoteProfile (#5665) 7 years ago
report_filter_spec.rb
report_spec.rb Feat add validation for report comment: characters under 1000 valid (#4833) 7 years ago
session_activation_spec.rb Add tests for SessionActivation (#5668) 7 years ago
setting_spec.rb Isolate each specs for cache store (#6450) 7 years ago
site_upload_spec.rb Add a test for SiteUpload#cache_key (#5685) 7 years ago
status_pin_spec.rb Pinned statuses (#4675) 8 years ago
status_spec.rb Add tests for Status#title (#5718) 7 years ago
stream_entry_spec.rb Add tests for StreamEntry (#5687) 7 years ago
subscription_spec.rb
tag_spec.rb Add a test for Tag#to_param (#5705) 7 years ago
user_spec.rb Fix email confirmation link not updating email (#6187) 7 years ago