diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index f25f8842ba8..0d7818cdef3 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -177,6 +177,8 @@ to the actual file on the Nextcloud servers temporary directory. It is recommend the size of your temp directory accordingly and also ensure that request timeouts are high enough for PHP, webservers or any load balancers involved. +.. TODO ON RELEASE: Update version number above on release + .. tip:: In more recent versions of Nextcloud Server, when uploading to S3 in *Primary Storage* mode, we use S3 `MultipartUpload`. This allows chunked upload streaming of the chunks directly to S3 so that the final MOVE request no longer needs to assemble the final file on the Nextcloud server. This requires your ``memcache.distributed`` to be set to use Redis (or Memcached), otherwise we fall back on the prior behavior which consumes space on the Nextcloud Server for file assembly (as described above). Federated Cloud Sharing diff --git a/admin_manual/installation/harden_server.rst b/admin_manual/installation/harden_server.rst index 083a6b0950a..2ccec6f7e28 100644 --- a/admin_manual/installation/harden_server.rst +++ b/admin_manual/installation/harden_server.rst @@ -290,6 +290,8 @@ Depending on your server setup, these are the possible connections: .. _optional (config): https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#has-internet-connection .. _detailed field list : https://github.com/nextcloud/survey_client +.. TODO ON RELEASE: Update version number above on release + Setup fail2ban -------------- diff --git a/admin_manual/occ_command.rst b/admin_manual/occ_command.rst index 8ec94050434..8ed4a218226 100644 --- a/admin_manual/occ_command.rst +++ b/admin_manual/occ_command.rst @@ -369,6 +369,7 @@ While setting a configuration value, multiple options are available: .. _Appconfig Concepts: https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/config/appconfig.html#concept-overview +.. TODO ON RELEASE: Update version number above on release You can list all configuration values with one command:: diff --git a/admin_manual/webhook_listeners/index.rst b/admin_manual/webhook_listeners/index.rst index 7a572859667..ae28690a74f 100644 --- a/admin_manual/webhook_listeners/index.rst +++ b/admin_manual/webhook_listeners/index.rst @@ -20,6 +20,8 @@ Listening to events You can use the OCS API to add webhooks for specific events: https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/webhook_listeners-webhooks-index +.. TODO ON RELEASE: Update version number above on release + Note: When authenticating with the OCS API to register webhooks the account you authenticate as must have administrator rights or delegated administrator rights. Filters diff --git a/admin_manual/windmill_workflows/index.rst b/admin_manual/windmill_workflows/index.rst index dc271d273fa..bfb639f972a 100644 --- a/admin_manual/windmill_workflows/index.rst +++ b/admin_manual/windmill_workflows/index.rst @@ -52,6 +52,8 @@ If you are not using the ExApp-packaged windmill install then you will have to r webhooks for your workflows manually via the webhook_listeners API: see https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/webhook_listeners-webhooks-index +.. TODO ON RELEASE: Update version number above on release + The magic listener script ~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst b/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst index 1c6ec37a6ad..a2e1cd9e9df 100644 --- a/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst +++ b/developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst @@ -8,4 +8,6 @@ OCS TaskProcessing API The OCS Task processing API allows you to run task processing tasks, like prompting large language models implemented by apps using :ref:`the backend Task Processing API`. -See the relevant `OpenAPI docs `_. \ No newline at end of file +See the relevant `OpenAPI docs `_. + +.. TODO ON RELEASE: Update version number above on release diff --git a/developer_manual/exapp_development/faq/DockerSocketProxy.rst b/developer_manual/exapp_development/faq/DockerSocketProxy.rst index ada4e1af7a4..fc1f4fe7b8b 100644 --- a/developer_manual/exapp_development/faq/DockerSocketProxy.rst +++ b/developer_manual/exapp_development/faq/DockerSocketProxy.rst @@ -30,6 +30,8 @@ AppAPI automatically creates the default Deploy daemon configuration for Nextclo See `Nextcloud in Docker AIO (all-in-one) `_ for more details. +.. TODO ON RELEASE: Update version number above on release + .. note:: Nextcloud AIO is not limited to its default Deploy daemon. diff --git a/developer_manual/exapp_development/faq/Troubleshooting.rst b/developer_manual/exapp_development/faq/Troubleshooting.rst index 01188a532e5..432d8b7ab38 100644 --- a/developer_manual/exapp_development/faq/Troubleshooting.rst +++ b/developer_manual/exapp_development/faq/Troubleshooting.rst @@ -30,6 +30,8 @@ ExApp deployment issues The deployment issues questions are covered in the `Test Deploy `_ section of the administration guide. Generally speaking, there are three steps to find the proper error message to understand the problem: +.. TODO ON RELEASE: Update version number above on release + 1. Check Nextcloud logs 2. Check ExApp container logs (available only if ExApp container is created and/or running) 3. Check Deploy daemon host logs (``journalctl -u docker.service``) diff --git a/developer_manual/exapp_development/tech_details/Translations.rst b/developer_manual/exapp_development/tech_details/Translations.rst index ce5eeea8e01..e3cd9685fc0 100644 --- a/developer_manual/exapp_development/tech_details/Translations.rst +++ b/developer_manual/exapp_development/tech_details/Translations.rst @@ -30,6 +30,8 @@ For the ``manual-install`` type, an administrator will have to manually extract (e.g. ``/path/to/apps-writable//l10n/*.(js|json)``). This will allow the server to access the ExApp's strings with translations. +.. TODO ON RELEASE: Update version number above on release + .. note:: Only the ``l10n`` folder must be present on the server side; ``appinfo/info.xml`` could lead to misdetection by the server as a PHP app folder. diff --git a/developer_manual/exapp_development/tech_details/api/logging.rst b/developer_manual/exapp_development/tech_details/api/logging.rst index ad8aa31d3e6..9464a470a3d 100644 --- a/developer_manual/exapp_development/tech_details/api/logging.rst +++ b/developer_manual/exapp_development/tech_details/api/logging.rst @@ -27,6 +27,8 @@ Request data The possible values of ``log_lvl`` are described here: `Nextcloud Log level `_ +.. TODO ON RELEASE: Update version number above on release + Response data ************* diff --git a/user_manual/desktop/index.rst b/user_manual/desktop/index.rst index 3c34a02b39d..10a47db3546 100644 --- a/user_manual/desktop/index.rst +++ b/user_manual/desktop/index.rst @@ -28,3 +28,5 @@ You can find additional information here: .. _`Admin manual`: https://docs.nextcloud.com/server/latest/admin_manual/desktop/index.html .. _`Developer manual`: https://docs.nextcloud.com/server/latest/developer_manual/desktop/index.html + +.. TODO ON RELEASE: Update version number above on release