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

refactor(files_sharing): Use events for share access #48601

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 7, 2024

  1. feat(files_sharing): Add step constants to ShareLinkAccessedEvent

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f33b280 View commit details
    Browse the repository at this point in the history
  2. refactor(files_sharing): Move share access handling from controller t…

    …o event listener
    
    This ensures we catch all share access attempts and not only the controller ones (e.g. when using the zip folder plugin).
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    064ea9c View commit details
    Browse the repository at this point in the history
  3. feat: Allow to pass Node to BeforeDirectFileDownloadEvent

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4bcbe8a View commit details
    Browse the repository at this point in the history
  4. refactor(files_sharing): Handle access to shares using the direct dow…

    …nload endpoint
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    bf63db1 View commit details
    Browse the repository at this point in the history