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

[17.0][FW] fs_storage: forward port v16 changes #397

Merged
merged 8 commits into from
Oct 7, 2024

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    1095181 View commit details
    Browse the repository at this point in the history
  2. [IMP] fs_storage: improve find_files pattern match, pattern matching …

    …should only apply to file name, not full path
    tuantrantg authored and sbidoul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5901cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292a6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdc09b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    844385a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    daeada1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58afaf1 View commit details
    Browse the repository at this point in the history
  8. [FIX] fs_storage: add missing sudo when creating FilsSystem

    This is necessary for non admin users to access file systems, for
    instance for attachments.
    
    This went unnoticed so far presumably because the filesystem is cached
    and likely accessed by the server during server bootstrap.
    sbidoul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    732a34f View commit details
    Browse the repository at this point in the history