From 6c4710ee3804f7aada2aac865c5db4b196d85e76 Mon Sep 17 00:00:00 2001 From: Gara64 Date: Tue, 17 Nov 2020 12:08:31 +0100 Subject: [PATCH 1/3] docs: Add the io.cozy.files.settings doctype --- docs/README.md | 1 + docs/io.cozy.files.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/README.md b/docs/README.md index 4da2cef..b9da746 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,6 +29,7 @@ for another doctype, feel free to open a PR with the description and role of you - [io.cozy.contacts.accounts](io.cozy.contacts.md#iocozycontactsaccounts): Vendors account - [io.cozy.files](io.cozy.files.md): Files - [Files_metadatas](io.cozy.files_metadata.md): Metadatas about files + - [io.cozy.files.settings](io.cozy.files.md#iocozyfilessettings): Files settings - [io.cozy.konnectors](io.cozy.konnectors.md): Connectors installed in the cozy - [io.cozy.identities](io.cozy.identities.md): Instance owner identities - [io.cozy.notes](io.cozy.notes.md): Notes with collaborative edition diff --git a/docs/io.cozy.files.md b/docs/io.cozy.files.md index 978bea6..5ed75fc 100644 --- a/docs/io.cozy.files.md +++ b/docs/io.cozy.files.md @@ -284,3 +284,9 @@ fields), and a relationship to the versioned file. } } ``` + +## `io.cozy.files.settings` + +This doctype is used to store settings for files. It is currenly only used for the qualification migration service. + +- lastProcessedFileDate: {string} the date of the last processed file. It is used to know from where the query should be starting on an index sorted by date. \ No newline at end of file From a8111b2ce43a8e9c71d1a67dadbbb2a576daf24b Mon Sep 17 00:00:00 2001 From: Gara64 Date: Tue, 17 Nov 2020 12:08:55 +0100 Subject: [PATCH 2/3] docs: Add the io.cozy.photos.settings in TOC --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index b9da746..02877f8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,6 +36,7 @@ for another doctype, feel free to open a PR with the description and role of you - [io.cozy.notifications](io.cozy.notifications.md): Notifications made by the apps (Email or Push notifications) - [io.cozy.permissions](io.cozy.permissions.md): Permissions of the instance - [io.cozy.photos](io.cozy.photos.md): Photos + - [io.cozy.photos.settings](io.cozy.photos.md#iocozyphotossettings): Photos settings - [io.cozy.procedures](io.cozy.procedures.md): Administrative procedures - [io.cozy.docrules](io.cozy.docrules.md): Rules to retrieve documents - [io.cozy.sessions.logins](io.cozy.sessions.logins.md): Sessions logins entry From 3f4d2a567a24a83f9451650a96731c4283f24e76 Mon Sep 17 00:00:00 2001 From: Gara64 Date: Thu, 19 Nov 2020 10:27:42 +0100 Subject: [PATCH 3/3] docs: Add field precision --- docs/io.cozy.files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/io.cozy.files.md b/docs/io.cozy.files.md index 5ed75fc..f77ab23 100644 --- a/docs/io.cozy.files.md +++ b/docs/io.cozy.files.md @@ -289,4 +289,4 @@ fields), and a relationship to the versioned file. This doctype is used to store settings for files. It is currenly only used for the qualification migration service. -- lastProcessedFileDate: {string} the date of the last processed file. It is used to know from where the query should be starting on an index sorted by date. \ No newline at end of file +- lastProcessedFileDate: {string} the `cozyMetadata.updatedAt` date of the last processed file. It is used to know from where the query should be starting on an index sorted by date. \ No newline at end of file