mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
fix(branchoff): Add more branch-off markers
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -81,6 +81,8 @@ forcing them.
|
||||
.. note:: There are more sharing options on config.php level available:
|
||||
`Configuration Parameters <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#sharing>`_
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
.. _transfer_userfiles_label:
|
||||
|
||||
Distinguish between max expiration date and default expiration date
|
||||
|
||||
@@ -385,6 +385,8 @@ does not match the actual data stored in the user's ``data/$userId/files`` direc
|
||||
Metadata, versions, trashbin and encryption keys are not counted in the used space above.
|
||||
Please refer to the `quota documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/quota.html>`_ for details.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
Running the following command can help fix the sizes and quota for a given user::
|
||||
|
||||
sudo -u www-data php occ files:scan -vvv <user-id>
|
||||
|
||||
Reference in New Issue
Block a user