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

Create typed events for all remaining hooks used by admin_audit #37194

Open
2 of 17 tasks
tcitworld opened this issue Mar 13, 2023 · 1 comment
Open
2 of 17 tasks

Create typed events for all remaining hooks used by admin_audit #37194

tcitworld opened this issue Mar 13, 2023 · 1 comment
Labels
1. to develop Accepted and waiting to be taken care of feature: admin audit technical debt

Comments

@tcitworld
Copy link
Member

tcitworld commented Mar 13, 2023

As part of #14552.

The admin audit app uses a lot of hooks due to it's nature. A first part has been removed in #37193. I'm listing the rest of them here to track replacements.

See also #32128

LDAP

Shares

  • OCP\Share post_update_permissions
  • OCP\Share post_update_password
  • OCP\Share post_set_expiration_date
  • OCP\Share share_link_access

Files

  • Filesystem::CLASSNAME Filesystem::signal_post_rename
  • Filesystem::CLASSNAME Filesystem::signal_post_create
  • Filesystem::CLASSNAME Filesystem::signal_post_copy
  • Filesystem::CLASSNAME Filesystem::signal_post_write
  • Filesystem::CLASSNAME Filesystem::signal_post_update
  • Filesystem::CLASSNAME Filesystem::signal_read
  • Filesystem::CLASSNAME Filesystem::signal_delete

Versions

  • \OCP\Versions rollback
  • \OCP\Versions delete

Trashbin

@come-nc
Copy link
Contributor

come-nc commented Sep 24, 2024

Trashbin

I merged the linked PR but it does not add new events, it only change the listener part of trashbin, not the emitted hooks.
So still TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of feature: admin audit technical debt
Projects
None yet
Development

No branches or pull requests

3 participants