Skip to content

Commit dbde0fd

Browse files
authored
Merge pull request #13442 from nextcloud/chore/serverinfo-active-user-acount
docs: monitoring app returns a different active user count
2 parents fa682dc + 0058ee7 commit dbde0fd

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

admin_manual/release_notes/upgrade_to_30.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ Automated clean-up of app password
3636
----------------------------------
3737

3838
Nextcloud 30 will :ref:`clean-up unused app passwords<authentication-app-password-clean-up>`.
39+
40+
Monitoring: Counting of active users
41+
------------------------------------
42+
43+
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.

admin_manual/release_notes/upgrade_to_31.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ Previously it was set to 10MiB, it is now increased to 100MiB.
3838
Also the configuration was moved from an app configuration to the system configuration (``config.php``).
3939
If you set up a custom value previously the value will be automatically migrated to the system configuration during the update.
4040
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`.
41+
42+
Monitoring: Counting of active users
43+
------------------------------------
44+
45+
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.

admin_manual/release_notes/upgrade_to_32.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ Web server configuration
1414
* Setup checks do not check for the ``X-XSS-Protection`` response header anymore. It has been removed from Nextcloud's ``.htaccess`` and you may want to adjust your webserver config to not serve it anymore.
1515
XSS filtering was supported only until Chromium 78 and similarly old browsers, but had been found to cause more issues, including attack vectors, than it solved.
1616
Nowadays, aside of not serving the header at all, the only generally recommended value is ``0``. More context can be found in the `OWASP Cheat Sheet Series <https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-xss-protection>`_.
17+
18+
Monitoring: Counting of active users
19+
------------------------------------
20+
21+
The monitoring app was adjusted to count the active users in the same way as occ user:report and the support app.

0 commit comments

Comments
 (0)