Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-02-08 15:07:32 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-08 15:07:32 +0300
commita1d8805fe7b495f6091e405918b04e558e83f96b (patch)
tree5aaeebb1b4558eadef196e24b8ee2bf4fd6dd41a /src/Configuration/Tag.json
parentb30d7213fc4fb6e33918cd1bc271c78cb99b78f3 (diff)
Updated configuration files
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/Configuration/Tag.json')
-rw-r--r--src/Configuration/Tag.json42
1 files changed, 28 insertions, 14 deletions
diff --git a/src/Configuration/Tag.json b/src/Configuration/Tag.json
index 0db92fb..5d212ba 100644
--- a/src/Configuration/Tag.json
+++ b/src/Configuration/Tag.json
@@ -1,51 +1,65 @@
{
"id": {
"type": "string",
- "match": ""
+ "match": "",
+ "writeable": false
},
"revision": {
"type": "string",
- "match": ""
+ "match": "",
+ "writeable": false
},
"label": {
"type": "string",
- "match": ".+{1,64}"
+ "match": ".+{1,64}",
+ "writeable": true
},
"color": {
"type": "string",
- "match": ".+{1,7}"
+ "match": ".+{1,7}",
+ "writeable": true
},
"hidden": {
- "type": "boolean"
+ "type": "boolean",
+ "writeable": true
},
"trashed": {
- "type": "boolean"
+ "type": "boolean",
+ "writeable": false
},
"favorite": {
- "type": "boolean"
+ "type": "boolean",
+ "writeable": true
},
"cseType": {
"type": "string",
- "match": "none|CSEv1r1"
+ "match": "none|CSEv1r1",
+ "writeable": true
},
"cseKey": {
"type": "string",
- "match": ""
+ "match": "",
+ "writeable": true
},
"sseType": {
"type": "string",
- "match": "none|SSEv1r1|SSEv1r2|SSEv2r1"
+ "match": "none|SSEv1r1|SSEv1r2|SSEv2r1",
+ "writeable": false
},
"client": {
- "type": "string"
+ "type": "string",
+ "writeable": false
},
"edited": {
- "type": "date"
+ "type": "date",
+ "writeable": true
},
"created": {
- "type": "date"
+ "type": "date",
+ "writeable": false
},
"updated": {
- "type": "date"
+ "type": "date",
+ "writeable": false
}
} \ No newline at end of file