fix(branchoff): Add more branch-off markers

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-05-22 11:52:52 +02:00
parent 694e7e20b9
commit a6df5261fd
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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>