aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-03-25 23:45:39 +0100
committerFerdinand Thiessen <opensource@fthiessen.de>2024-03-27 12:04:03 +0100
commit5453c1d7fa5a96393c8ab2f7046ec95fe1c43cfa (patch)
tree7e8d5b5d0489554e8b23f078e4d749bd72f2867f /config
parent6d3b4b0f270acbc10b50ea8a0c12e4d9ba4cde2a (diff)
downloadnextcloud-server-5453c1d7fa5a96393c8ab2f7046ec95fe1c43cfa.tar.gz
nextcloud-server-5453c1d7fa5a96393c8ab2f7046ec95fe1c43cfa.zip
feat(settings): Allow to sort groups in the account management alphabetically
We can do this purly in the frontend - but when enforced from the backend using the existing system config, we need to follow the requirement. We then show a warning about the configuration. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 13a4d99f1e3..280334477a6 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1353,6 +1353,7 @@ $CONFIG = [
* Sort groups in the user settings by name instead of the user count
*
* By enabling this the user count beside the group name is disabled as well.
+ * @deprecated since Nextcloud 29 - Use the frontend instead or set the app config value `group.sortBy` for `core` to `2`
*/
'sort_groups_by_name' => false,