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

[16.0][ADD] fs_image: New field to store your images into external filesystems #274

Merged
merged 7 commits into from
Sep 22, 2023

Commits on Sep 3, 2023

  1. [FIX] fs_attachment: Fix streaming

    Fix image streaming
    Fix image streaming with resize
    Fix content size whithout x-send-file
    lmignon committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d11c4ca View commit details
    Browse the repository at this point in the history
  2. [IMP] fs_file: Improves UI

    Uses the FilUploader component to manage the file selection and save the file content at same time as the model. Prior to this change, the content was saved as soon as it was selected which is not possible on new records
    lmignon committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    0f87ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b96c0f View commit details
    Browse the repository at this point in the history
  4. [IMP] fs_file: Improves extensibility

    * Defines extension hooks to use to specify the object type to use as field value and the value to pass when updating the attachment.
    * Fixes onchange
    lmignon committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2d52530 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. [ADD] fs_image: Field to store images

    Store your image into an external filesystem
    lmignon committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    847620a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3104b4c View commit details
    Browse the repository at this point in the history
  3. [IMP] fs_attachment: Remose useless code

    This code was initially used to magically know if we need to obfusc or not the filename into the database. Since this option is now explicit, we can safely remove-it. Moreover, without this code it's now possible to migrate old storage_file contents to the new fs_* addons
    lmignon committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3e8b73c View commit details
    Browse the repository at this point in the history