Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Upload DB files to the Cozy instead of sending them by email #1251

Open
wants to merge 2 commits into
base: docs/document_offline_debug
Choose a base branch
from

Commits on Oct 1, 2024

  1. fix: Upload DB files to the Cozy instead of sending them by email

    In previous commit we implemented a mechanism to send DB files by email
    as attachments
    
    This would not work because DB files may be bigger than most common
    email providers' size limit
    
    So instead of sending them as attachment, we now upload them in the
    Cozy, we create a sharing link and then we send this sharing link by
    email
    
    The folder used for the upload is `Settings/AALogs/<datetime>`
    Ldoppea committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3043c84 View commit details
    Browse the repository at this point in the history
  2. fix: Remove unused plugin rn-fetch-blob

    Since we do not send DB files as Email attachment anymore, we do not
    need rn-fetch-blob anymore
    Ldoppea committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    99a10d4 View commit details
    Browse the repository at this point in the history