Skip to content

feat(activity): Adding documentation for new user/event filter option#15320

Open
Aiiaiiio wants to merge 2 commits into
masterfrom
feat/activity-exclude-user-events
Open

feat(activity): Adding documentation for new user/event filter option#15320
Aiiaiiio wants to merge 2 commits into
masterfrom
feat/activity-exclude-user-events

Conversation

@Aiiaiiio

Copy link
Copy Markdown
Contributor

☑️ Resolves

Documentation for Activity's new config option.

🖼️ Screenshots

✅ Checklist

  • I have built the documentation locally and reviewed the output
  • Screenshots are included for visual changes
  • I have not moved or renamed pages (or added a redirect if I did)
  • I have run codespell or similar and addressed any spelling issues

Aiiaiiio added 2 commits July 16, 2026 10:09
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_users config option in the Activity configuration options table
  • Added a dedicated section explaining the option with a config.php example

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +92 to +95
* - ``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`.
Comment on lines +162 to +165
'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'],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if there is a reference for event types already - if there is, please link it somewhere here

@github-actions

Copy link
Copy Markdown
Contributor

📖 Documentation Preview

🔍 Open preview →

📄 1 changed documentation page

Last updated: Thu, 16 Jul 2026 09:59:22 GMT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants