feat: add wopi host and sharing urls

This commit is contained in:
Michael Barz
2024-09-30 08:48:51 +02:00
parent f2260f0177
commit 00c9302d82
4 changed files with 96 additions and 22 deletions
@@ -235,7 +235,10 @@ Feature: check file info with different wopi apps
"UserCanWrite",
"SupportsLocks",
"SupportsRename",
"SupportsUpdate"
"SupportsUpdate",
"HostEditUrl",
"FileSharingUrl",
"FileVersionUrl"
],
"properties": {
"BaseFileName": {
@@ -285,6 +288,15 @@ Feature: check file info with different wopi apps
},
"PostMessageOrigin": {
"type": "string"
},
"FileSharingUrl": {
"type": "string"
},
"HostEditUrl": {
"type": "string"
},
"FileVersionUrl": {
"type": "string"
}
}
}
@@ -315,7 +327,10 @@ Feature: check file info with different wopi apps
"UserCanWrite",
"SupportsLocks",
"SupportsRename",
"SupportsUpdate"
"SupportsUpdate",
"HostEditUrl",
"FileSharingUrl",
"FileVersionUrl"
],
"properties": {
"BaseFileName": {
@@ -365,6 +380,15 @@ Feature: check file info with different wopi apps
},
"PostMessageOrigin": {
"type": "string"
},
"FileSharingUrl": {
"type": "string"
},
"HostEditUrl": {
"type": "string"
},
"FileVersionUrl": {
"type": "string"
}
}
}