Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* all your passwords. This example is for documentation only, and you should
* never use it.
*
* @deprecated This salt is deprecated and only used for legacy-compatibility,
* @deprecated 9.0.0 This salt is deprecated and only used for legacy-compatibility,
* developers should *NOT* use this value for anything nowadays.
*/
'passwordsalt' => '',
Expand Down Expand Up @@ -1580,7 +1580,8 @@
* 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``
*
* @deprecated 29.0.0 Use the frontend instead or set the app config value ``group.sortBy`` for ``core`` to ``2``
*/
'sort_groups_by_name' => false,

Expand Down Expand Up @@ -2370,7 +2371,8 @@
/**
* Allow creation of external storages of type "Local" via the web interface and
* APIs. When disabled, local storages can still be created using the occ command::
* occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
*
* occ files_external:create /mountpoint local null::null -c datadir=/path/to/data
*
* Defaults to ``true``
*/
Expand Down Expand Up @@ -2530,7 +2532,8 @@
/**
* Set the data fingerprint for the current data served. Used by clients to
* detect if a backup has been restored. Update this by running::
* occ maintenance:data-fingerprint
*
* occ maintenance:data-fingerprint
*
* Changing or deleting this value may cause connected clients to stall until
* conflicts are resolved.
Expand Down
Loading