From 53b3f559e3aa7622cf70374d19d63fb7fb581872 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 843d24eaacc715d2d321993a0b4eb1ba21403059 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 f3693b7784efae2a611b3e5d17ea2dca2a2b6444 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 0fecf4b069b83df6bb0796610d17179125b249d9 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 70775d3135fd9c79d5cb58b618f537261ace4636 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