feat(activity): Adding documentation for new user/event filter option#15320
feat(activity): Adding documentation for new user/event filter option#15320Aiiaiiio wants to merge 2 commits into
Conversation
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Adds admin manual documentation for a new Activity app configuration option that excludes specific event types from being logged for selected users.
Changes:
- Documented the new
activity_log_exclude_usersconfig option in the Activity configuration options table - Added a dedicated section explaining the option with a
config.phpexample
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * - ``activity_log_exclude_users`` | ||
| - ``[]`` | ||
| - An associative array of [ user_ID => event_types_array ]. For each user the | ||
| associated event types won't be logged. See :ref:`label-activity_log_exclude_users`. |
| 'activity_log_exclude_users' => [ | ||
| 'alice' => ['file_created'], | ||
| 'bob' => ['file_created', 'file_changed' ] | ||
| ] |
| ``activity_log_exclude_users`` in your ``config.php``:: | ||
|
|
||
| 'activity_log_exclude_users' => [ | ||
| 'alice' => ['file_created'], |
There was a problem hiding this comment.
not sure if there is a reference for event types already - if there is, please link it somewhere here
📖 Documentation Preview📄 1 changed documentation pageLast updated: Thu, 16 Jul 2026 09:59:22 GMT |
☑️ Resolves
Documentation for Activity's new config option.
🖼️ Screenshots
✅ Checklist
codespellor similar and addressed any spelling issues