From 7ec4b55cc13de03dc677f920367c37fccd7515fb Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 22 Jul 2025 14:08:25 +0200 Subject: [PATCH] docs: monitoring app returns a different active user count Signed-off-by: Daniel Kesselberg --- admin_manual/release_notes/upgrade_to_30.rst | 5 +++++ admin_manual/release_notes/upgrade_to_31.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_30.rst b/admin_manual/release_notes/upgrade_to_30.rst index f1b7fe0cf..bac50772d 100644 --- a/admin_manual/release_notes/upgrade_to_30.rst +++ b/admin_manual/release_notes/upgrade_to_30.rst @@ -36,3 +36,8 @@ Automated clean-up of app password ---------------------------------- Nextcloud 30 will :ref:`clean-up unused app passwords`. + +Monitoring: Counting of active users +------------------------------------ + +Starting with Nextcloud 30.0.12 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app. diff --git a/admin_manual/release_notes/upgrade_to_31.rst b/admin_manual/release_notes/upgrade_to_31.rst index 0921abce5..ce00d4e6f 100644 --- a/admin_manual/release_notes/upgrade_to_31.rst +++ b/admin_manual/release_notes/upgrade_to_31.rst @@ -38,3 +38,8 @@ Previously it was set to 10MiB, it is now increased to 100MiB. Also the configuration was moved from an app configuration to the system configuration (``config.php``). If you set up a custom value previously the value will be automatically migrated to the system configuration during the update. But if you need to set a new custom value you need now to use the system configuration, see also :ref:`files_configure_max_chunk_size`. + +Monitoring: Counting of active users +------------------------------------ + +Starting with Nextcloud 31.0.6 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app. \ No newline at end of file