1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add user history in import/export

This commit is contained in:
Chocobozzz 2024-02-28 16:22:51 +01:00
parent 7be401ac76
commit 98781f353d
No known key found for this signature in database
GPG key ID: 583A612D890159BE
24 changed files with 216 additions and 62 deletions

View file

@ -817,6 +817,10 @@ const NSFW_POLICY_TYPES: { [ id: string ]: NSFWPolicyType } = {
// ---------------------------------------------------------------------------
const USER_EXPORT_MAX_ITEMS = 1000
// ---------------------------------------------------------------------------
// Express static paths (router)
const STATIC_PATHS = {
// TODO: deprecated in v6, to remove
@ -1255,6 +1259,7 @@ export {
STATIC_MAX_AGE,
VIEWER_SYNC_REDIS,
STATIC_PATHS,
USER_EXPORT_MAX_ITEMS,
VIDEO_IMPORT_TIMEOUT,
VIDEO_PLAYLIST_TYPES,
MAX_LOGS_OUTPUT_CHARACTERS,