Implement user watch history and personalized video recommendations; enhance upload functionality with tags and custom thumbnails; add admin panel for user and video management.

This commit is contained in:
2025-09-09 21:01:12 -04:00
parent 243a2a528d
commit 7490615433
9 changed files with 468 additions and 69 deletions
+5 -1
View File
@@ -6,12 +6,16 @@
"subscribers": [
"ma",
"miles"
],
"watchHistory": [
1757455619505
]
},
{
"id": 1757455788998,
"username": "ma",
"password": "$2b$10$FX01zPi0FXvHcXtcsX6t0.w0QHxIkkByhlX8tdx4fboQpnXtn.9a2",
"subscribers": []
"subscribers": [],
"watchHistory": []
}
]
+6 -19
View File
@@ -1,27 +1,12 @@
[
{
"id": 1757455491733,
"title": "yapping-yapping-level-today.mp4",
"filename": "1757455491493.mp4",
"uploader": "miles",
"likes": [
"miles"
],
"comments": [
{
"user": "miles",
"text": "hi"
}
],
"thumbnail": "1757455491496.png"
},
{
"id": 1757455619505,
"title": "SysDVR_2025_08_31_16_54_21.mp4",
"filename": "1757455619060.mp4",
"uploader": "miles",
"likes": [
"ma"
"ma",
"miles"
],
"comments": [
{
@@ -33,7 +18,8 @@
"text": "hi"
}
],
"thumbnail": "1757455619233.png"
"thumbnail": "1757455619233.png",
"_score": 0.2
},
{
"id": 1757455624902,
@@ -54,6 +40,7 @@
"text": "no"
}
],
"thumbnail": "1757455624790.png"
"thumbnail": "1757455624790.png",
"_score": 0.4
}
]