From e9980cac2d9f3872627f815b97b0d0779806b3f9 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 12:04:16 +0200 Subject: [PATCH 1/5] Add missing OCS status API page Signed-off-by: Christoph Wurst --- developer_manual/client_apis/OCS/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/OCS/index.rst b/developer_manual/client_apis/OCS/index.rst index af018fb61..1e356151a 100644 --- a/developer_manual/client_apis/OCS/index.rst +++ b/developer_manual/client_apis/OCS/index.rst @@ -9,4 +9,4 @@ OCS API ocs-api-overview ocs-share-api ocs-sharee-api - + ocs-status-api From 750d34742a091411aa56ea03f5e5f1b57d603109 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 12:04:45 +0200 Subject: [PATCH 2/5] Give the comments page a title, so it get included in TOCs Signed-off-by: Christoph Wurst --- developer_manual/client_apis/WebDAV/comments.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/comments.rst b/developer_manual/client_apis/WebDAV/comments.rst index 76bae303d..c8f7fa495 100644 --- a/developer_manual/client_apis/WebDAV/comments.rst +++ b/developer_manual/client_apis/WebDAV/comments.rst @@ -1,9 +1,12 @@ -## Comments +######## +Comments +######## Comments have a PHP API within OCP and also via WebDAV. Basic documentation below. -### Endpoint +Endpoint +^^^^^^^^ The Comments resource has an endpoint: @@ -27,7 +30,8 @@ The `CommentID` endpoint accepts: For a list of properties, see: `https://github.com/nextcloud/server/blob/master/apps/dav/lib/Comments/CommentNode.php#L108` -### Examples of usage +Examples +******** REPORT request: From 2b941a6bd1cfdd9f10ae00e807241f7fa06d8a6e Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 12:05:55 +0200 Subject: [PATCH 3/5] Limit WebDAV TOC depth like on other pages Signed-off-by: Christoph Wurst --- developer_manual/client_apis/WebDAV/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/client_apis/WebDAV/index.rst b/developer_manual/client_apis/WebDAV/index.rst index 522b7b6d4..e389074d8 100644 --- a/developer_manual/client_apis/WebDAV/index.rst +++ b/developer_manual/client_apis/WebDAV/index.rst @@ -5,6 +5,7 @@ Webdav ====== .. toctree:: + :maxdepth: 2 basic search From a7dd22d40e6f7ec0bc0466248cacae2ee9794a70 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 12:06:37 +0200 Subject: [PATCH 4/5] Give the Activity API page a title so it shows in the TOC Signed-off-by: Christoph Wurst --- developer_manual/client_apis/activity-api.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/developer_manual/client_apis/activity-api.rst b/developer_manual/client_apis/activity-api.rst index 7f769a2df..9d1c4f5d9 100644 --- a/developer_manual/client_apis/activity-api.rst +++ b/developer_manual/client_apis/activity-api.rst @@ -1 +1,5 @@ -Find the documentation in the Activities repo here: `https://github.com/nextcloud/activity/blob/master/docs/endpoint-v2.md` +============ +Activity API +============ + +Find the documentation in the `Activity app repo `__. From 15dedf67c1905883fc1fadc347c4ea4925dface6 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 12:06:53 +0200 Subject: [PATCH 5/5] Fix inclusion of share and sharee OCS API pages Signed-off-by: Christoph Wurst --- developer_manual/client_apis/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/index.rst b/developer_manual/client_apis/index.rst index 307ff7a7a..177895b77 100644 --- a/developer_manual/client_apis/index.rst +++ b/developer_manual/client_apis/index.rst @@ -12,7 +12,7 @@ Clients and Client APIs OCS/index LoginFlow/index RemoteWipe/index - ocs-share-api - ocs-sharee-api + OCS/ocs-share-api + OCS/ocs-sharee-api activity-api