mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
add user agent video stats (#6871)
* add user agent video stats closes #6832 * Disable indexes, support start/end dates * move ua parsing to client * Openapi, inline body request, update tests --------- Co-authored-by: Chocobozzz <me@florianbigard.com>
This commit is contained in:
parent
96380859ef
commit
a7be820abc
29 changed files with 765 additions and 147 deletions
|
@ -46,7 +46,7 @@ import { CONFIG, registerConfigChangedHandler } from './config.js'
|
|||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
export const LAST_MIGRATION_VERSION = 880
|
||||
export const LAST_MIGRATION_VERSION = 885
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
@ -512,6 +512,9 @@ export const CONSTRAINTS_FIELDS = {
|
|||
LIST_NAME: { min: 1, max: 100 }, // Length
|
||||
WORDS: { min: 1, max: 500 }, // Number of total words
|
||||
WORD: { min: 1, max: 100 } // Length
|
||||
},
|
||||
VIDEO_VIEW: {
|
||||
UA_INFO: { min: 1, max: 200 } // Length
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue