Skip to content

Commit 5ea262b

Browse files
committed
feat: auto replace latest urls for older releases
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 29d24bb commit 5ea262b

31 files changed

+23
-80
lines changed

admin_manual/apps_management.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ have an **Featured**-tag.
3131

3232
.. note:: If you would like to develop your own Nextcloud app, you can find out
3333
more information in our `developer manual <https://docs.nextcloud.com/server/latest/go.php?to=developer-manual>`_.
34-
.. TODO ON RELEASE: Update version number above on release
3534

3635
All apps must be licensed under AGPLv3+ or any compatible license.
3736

admin_manual/configuration_files/big_file_upload_configuration.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ through WebDAV single file PUT requests or `Chunked file uploads
4848
<https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html>`_
4949
For those, PHP and webserver timeouts are the limiting factor on the upload size.
5050

51-
.. TODO ON RELEASE: Update version number above on release
52-
5351
Adjust these values for your needs. If you see PHP timeouts in your logfiles,
5452
increase the timeout values, which are in seconds::
5553

@@ -171,14 +169,10 @@ to the actual file on the Nextcloud servers temporary directory. It is recommend
171169
the size of your temp directory accordingly and also ensure that request timeouts are high
172170
enough for PHP, webservers or any load balancers involved.
173171

174-
.. TODO ON RELEASE: Update version number above on release
175-
176172
.. 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).
177173

178174
Federated Cloud Sharing
179175
-----------------------
180176

181177
If you are using `Federated Cloud Sharing <https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_ and want to share large files, you can increase the timeout values for requests to the federated servers.
182178
Therefore, you can set ``davstorage.request_timeout`` in your ``config.php``. The default value is 30 seconds.
183-
184-
.. TODO ON RELEASE: Update version number above on release

admin_manual/configuration_files/encryption_details.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,5 +356,3 @@ Sources
356356
- `Sourcecode: Generation of the File Key <https://github.com/nextcloud/server/blob/a374d8837d6de459500e619cf608e0721ea14574/apps/encryption/lib/Crypto/Crypt.php#L645>`_
357357
- `Sourcecode: Generation of the Initialization Vector <https://github.com/nextcloud/server/blob/a374d8837d6de459500e619cf608e0721ea14574/apps/encryption/lib/Crypto/Crypt.php#L634>`_
358358
- `Sourcecode: Generation of a Key Pair <https://github.com/nextcloud/server/blob/a374d8837d6de459500e619cf608e0721ea14574/apps/encryption/lib/Crypto/Crypt.php#L153>`_
359-
360-
.. TODO ON RELEASE: Update version number above on release

admin_manual/configuration_files/file_sharing_configuration.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ forcing them.
100100
.. note:: There are more sharing options on config.php level available:
101101
`Configuration Parameters <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#sharing>`_
102102

103-
.. TODO ON RELEASE: Update version number above on release
104-
105103
.. _transfer_userfiles_label:
106104

107105
Advanced settings
@@ -178,8 +176,6 @@ reference.)
178176
Users may also transfer files or folders selectively by themselves.
179177
See `user documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/transfer_ownership.html>`_ for details.
180178

181-
.. TODO ON RELEASE: Update version number above on release
182-
183179

184180
Creating persistent file Shares
185181
-------------------------------

admin_manual/configuration_user/two_factor-auth.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@ types of factors. Three providers are automatically installed (but may need to b
4343

4444
Other 2FA providers may be found in the App Store.
4545

46-
.. TODO ON RELEASE: Update version number above on release
47-
4846
.. figure:: ../images/2fa-app-install.png
4947

5048
Developers can also `implement new two-factor provider
5149
apps <https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/two-factor-provider.html>`_.
5250

53-
.. TODO ON RELEASE: Update version number above on release
54-
5551
Enforcing two-factor authentication
5652
-----------------------------------
5753

admin_manual/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ For documentation on development topics, see:
3333
- The individual repositories on GitHub within `the @nextcloud organization <https://github.com/nextcloud/>`_
3434
- `Nextcloud Development Manual <https://docs.nextcloud.com/server/latest/developer_manual/>`_
3535

36-
.. TODO ON RELEASE: Update version number above on release
37-
3836
Core Components
3937
---------------
4038

admin_manual/installation/example_ubuntu.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ following commands in a terminal::
1616
If you are planning on running additional apps, keep in mind that they might
1717
require additional packages. See `Prerequisites for manual installation <https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation>`_ for details.
1818

19-
.. TODO ON RELEASE: Update version number above on release
20-
2119
Now you need to create a database user and the database itself by using the
2220
MySQL command line interface. The database tables will be created by Nextcloud
2321
when you login for the first time.

admin_manual/installation/harden_server.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ Depending on your server setup, these are the possible connections:
305305
.. _optional (config): https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#has-internet-connection
306306
.. _detailed field list: https://github.com/nextcloud/survey_client
307307

308-
.. TODO ON RELEASE: Update version number above on release
309-
310308

311309
Setup fail2ban
312310
--------------

admin_manual/issues/general_troubleshooting.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ configuration report with the :ref:`occ config command
3333
.. _FAQ page: https://help.nextcloud.com/t/how-to-faq-wiki
3434
.. _bugtracker: https://docs.nextcloud.com/server/latest/developer_manual/prologue/bugtracker/index.html
3535

36-
.. TODO ON RELEASE: Update version number above on release
37-
3836
General troubleshooting
3937
-----------------------
4038

@@ -415,8 +413,6 @@ does not match the actual data stored in the user's ``data/$userId/files`` direc
415413
Metadata, versions, trashbin and encryption keys are not counted in the used space above.
416414
Please refer to the `quota documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/quota.html>`_ for details.
417415

418-
.. TODO ON RELEASE: Update version number above on release
419-
420416
Running the following command can help fix the sizes and quota for a given user::
421417

422418
sudo -E -u www-data php occ files:scan -vvv <user-id>

admin_manual/occ_command.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ While setting a configuration value, multiple options are available:
375375

376376
.. _Appconfig Concepts: https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/config/appconfig.html#concept-overview
377377

378-
.. TODO ON RELEASE: Update version number above on release
379-
380378
You can list all configuration values with one command::
381379

382380
sudo -E -u www-data php occ config:list
@@ -1150,8 +1148,6 @@ The command line option ``--transfer-incoming-shares`` overwrites the config.php
11501148
Users may also transfer files or folders selectively by themselves.
11511149
See `user documentation <https://docs.nextcloud.com/server/latest/user_manual/en/files/transfer_ownership.html>`_ for details.
11521150

1153-
.. TODO ON RELEASE: Update version number above on release
1154-
11551151
.. _occ_files_windows_filenames:
11561152

11571153
Toggle Windows compatibility
@@ -1243,8 +1239,6 @@ Verify your app::
12431239
When it returns nothing, your app is signed correctly. When it returns a message then there is an error. See `Code Signing
12441240
<https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/code_signing.html#how-to-get-your-app-signed>`_ in the Developer manual for more detailed information.
12451241

1246-
.. TODO ON RELEASE: Update version number above on release
1247-
12481242
``integrity:sign-core`` is for Nextcloud core developers only.
12491243

12501244
See :doc:`../issues/code_signing` to learn more.

0 commit comments

Comments
 (0)