Skip to content

Commit c451926

Browse files
Copilotskjnldsv
andauthored
fix: remove remaining TODO ON RELEASE comments not covered in backport
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/b8860841-6e84-4bec-88bb-55d2fbae4969 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
1 parent 66293b5 commit c451926

File tree

10 files changed

+0
-21
lines changed

10 files changed

+0
-21
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/33/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_user/two_factor-auth.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ By default 2FA is *optional*, hence users are given the choice whether to enable
5555
it for their account `under their personal settings <https://docs.nextcloud.com/server/33/user_manual/en/user_2fa.html>`_.
5656
Admins may, however, enforce the use of 2FA.
5757

58-
.. TODO ON RELEASE: Update version number above on release
59-
6058
Enforcement is possible system-wide (all users) or for selected groups only. Select groups
6159
can also be excluded from 2FA requirements.
6260

admin_manual/desktop/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ You can find additional information here:
2929

3030
.. _`User manual`: https://docs.nextcloud.com/server/33/user_manual/en/desktop/index.html
3131
.. _`Developer manual`: https://docs.nextcloud.com/server/33/developer_manual/desktop/index.html
32-
33-
.. TODO ON RELEASE: Update version number above on release

admin_manual/webhook_listeners/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Listening to events
4949
You can use the OCS API to add webhooks for specific events. See:
5050
`Register a new webhook <https://docs.nextcloud.com/server/33/developer_manual/_static/openapi.html#/operations/webhook_listeners-webhooks-index>`_.
5151

52-
.. TODO ON RELEASE: Update version number above upon release.
53-
5452
Note: When authenticating with the OCS API to register webhooks, the account you
5553
use must have administrator rights or delegated administrator rights.
5654

admin_manual/windmill_workflows/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ In a script, when sending a request to Nextcloud, make sure that the ``EX-APP-ID
6969
Your custom scripts can make requests to any endpoint of the
7070
`Nextcloud OCS API <https://docs.nextcloud.com/server/33/developer_manual/_static/openapi.html>`_ .
7171

72-
.. TODO ON RELEASE: Update version number above on release
73-
7472
.. code-block:: javascript
7573
7674
import * as wmill from "windmill-client";
@@ -199,5 +197,3 @@ If the Windmill Hub does not contain any script to perform the action you have i
199197
you can take an existing Nextcloud script as example and create your own.
200198
Your custom scripts can make requests to any endpoint of the
201199
`Nextcloud OCS API <https://docs.nextcloud.com/server/33/developer_manual/_static/openapi.html>`_ .
202-
203-
.. TODO ON RELEASE: Update version number above on release

developer_manual/client_apis/OCS/ocs-taskprocessing-api.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ OCS TaskProcessing API
99
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<task_processing>`.
1010

1111
See the relevant `OpenAPI docs <https://docs.nextcloud.com/server/33/developer_manual/_static/openapi.html#/operations/core-task_processing_api-schedule>`_.
12-
13-
.. TODO ON RELEASE: Update version number above on release

user_manual/desktop/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,3 @@ You can find additional information here:
2929

3030
.. _`Admin manual`: https://docs.nextcloud.com/server/33/admin_manual/desktop/index.html
3131
.. _`Developer manual`: https://docs.nextcloud.com/server/33/developer_manual/desktop/index.html
32-
33-
.. TODO ON RELEASE: Update version number above on release

user_manual/files/deleted_file_management.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,3 @@ until the space limit is met again.
5757

5858
.. note:: Your administrator may have configured the trash bin retention period
5959
to override the storage space management. See `admin documentation <https://docs.nextcloud.com/server/33/admin_manual/configuration_server/config_sample_php_parameters.html#deleted-items-trash-bin>`_ for more details.
60-
61-
.. TODO ON RELEASE: Update version number above on release

user_manual/groupware/sync_gnome.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ This can be done by following these steps:
1717
`doesn't support Nextcloud's WebFlow login yet <https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/81>`_
1818
(`Learn more <https://docs.nextcloud.com/server/33/user_manual/en/session_management.html#managing-devices>`_):
1919

20-
.. TODO ON RELEASE: Update version number above on release
21-
2220
.. image:: ../images/goa-add-nextcloud-account.png
2321

2422
#. In the next window, select which resources GNOME should access and

user_manual/groupware/sync_ios.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ If it's still not working, have a look at `Troubleshooting Contacts & Calendar`_
5555

5656
.. _Troubleshooting Contacts & Calendar: https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#troubleshooting-contacts-calendar
5757
.. _Troubleshooting Service Discovery: https://docs.nextcloud.com/server/33/admin_manual/issues/general_troubleshooting.html#service-discovery
58-
59-
.. TODO ON RELEASE: Update version number above on release

0 commit comments

Comments
 (0)