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

Port files trashbin events to IEventDispatcher/IEventListener #32018

Merged
merged 4 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. feat(trashbin): Port files trashbin events to IEventDispatcher/IEvent…

    …Listener
    
    oc_hooks is deprecated and will at some point be removed
    
    Signed-off-by: Carl Schwan <carl@carlschwan.eu>
    Signed-off-by: Thomas Citharel <tcit@tcit.fr>
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    CarlSchwan authored and come-nc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    77821f8 View commit details
    Browse the repository at this point in the history
  2. chore: Use SPDX headers and property promotion in new files

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b80bc81 View commit details
    Browse the repository at this point in the history
  3. fix(tests): Fix tests now that trashbin listens to events properly

    Hooks are cleared in test bootstrap so switching to events activates
     them in tests.
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    af0b8fb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and…

    … unlink
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4adf5fd View commit details
    Browse the repository at this point in the history