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

[FEATURE] Implement MIME type filtering for files in Helper class #1338

Merged
merged 5 commits into from
Oct 21, 2024

Commits on Oct 15, 2024

  1. [FEATURE] Implement MIME type filtering for files in Helper class

    - switched from simple mime-type list to provided MimeTypeCollection list from TYPO3 Core
    - add filter method to helper class
    - custom key and category Parameter
    - add filter for images in ToolboxController and PageViewController
    - prevent download of files which are in mets:fileGrp USE="DEFAULT"
    fschoelzel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9ea381a View commit details
    Browse the repository at this point in the history
  2. [FIXUP] Code Style

    fschoelzel committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a02e739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39f84f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e8fd27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91d0dda View commit details
    Browse the repository at this point in the history