fix OpenAPI schema, update js deps
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
52ec36dbd6
commit
da30389989
5 changed files with 18 additions and 18 deletions
|
@ -5736,12 +5736,12 @@ components:
|
|||
type: integer
|
||||
minimum: 0
|
||||
maximum: 10
|
||||
description: 'The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases.'
|
||||
description: "The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases."
|
||||
write_buffer_size:
|
||||
type: integer
|
||||
minimum: 0
|
||||
maximum: 10
|
||||
description: 'The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases.'
|
||||
description: "The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases."
|
||||
CryptFsConfig:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -5751,12 +5751,12 @@ components:
|
|||
type: integer
|
||||
minimum: 0
|
||||
maximum: 10
|
||||
description: 'The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases.'
|
||||
description: "The read buffer size, as MB, to use for downloads. 0 means no buffering, that's fine in most use cases."
|
||||
write_buffer_size:
|
||||
type: integer
|
||||
minimum: 0
|
||||
maximum: 10
|
||||
description: 'The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases.'
|
||||
description: "The write buffer size, as MB, to use for uploads. 0 means no buffering, that's fine in most use cases."
|
||||
description: Crypt filesystem configuration details
|
||||
SFTPFsConfig:
|
||||
type: object
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
static/vendor/video-js/video-js.min.css
vendored
2
static/vendor/video-js/video-js.min.css
vendored
File diff suppressed because one or more lines are too long
22
static/vendor/video-js/video.min.js
vendored
22
static/vendor/video-js/video.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue