aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add p2p info to metricsChocobozzz2023-07-214-10/+65
|
* Add peers number and p2p enabled label to metricsChocobozzz2023-07-204-5/+45
|
* More robust runner socket testChocobozzz2023-07-192-20/+24
|
* Try to fix CI testChocobozzz2023-07-171-1/+1
|
* Some player fixes on Android, Safari and iOSChocobozzz2023-07-171-4/+4
|
* Fix prune storage testChocobozzz2023-07-121-1/+1
|
* Avoid update remote runner errorChocobozzz2023-07-124-45/+53
|
* Avoid duplicate runner namesChocobozzz2023-07-125-1/+55
|
* Merge branch 'release/5.2.0' into developChocobozzz2023-07-121-1/+1
|\
| * Fix fps transcoding on remote runnersChocobozzz2023-07-121-1/+1
| |
* | Migrate from webseed to web-videosChocobozzz2023-07-119-16/+25
| |
* | Rename "videos" config to "web-videos"Chocobozzz2023-07-1116-42/+42
| |
* | Rename webtorrent config to web_videosChocobozzz2023-07-1125-57/+84
| |
* | Prefer web videos in favour of webtorrentChocobozzz2023-07-1175-452/+466
| |
* | Remove webtorrent support from clientChocobozzz2023-07-101-1/+1
| |
* | Fix HLS playlist generation with 0 duration lengthChocobozzz2023-06-292-3/+7
| |
* | Fix migration conflictChocobozzz2023-06-292-1/+1
| |
* | Fix 400 error on resumable re-uploadChocobozzz2023-06-293-12/+11
| |
* | Fix the cleanup after a failed upload (#5840)q_h2023-06-292-11/+17
| | | | | | | | | | | | | | * Fix the cleanup after a failed upload * Update tests * Update tests
* | Fix prune storage testsChocobozzz2023-06-291-1/+1
| |
* | Fix regenerate thumbnail testChocobozzz2023-06-291-0/+3
| |
* | Use promise cache to load remote thumbnailsChocobozzz2023-06-293-16/+45
| |
* | Fix adding element in playlistsChocobozzz2023-06-291-1/+3
| |
* | Fix migration conflictChocobozzz2023-06-291-0/+0
| |
* | Fix playlist thumbnail generationChocobozzz2023-06-297-19/+25
| |
* | Add thumbnail disk database migrationChocobozzz2023-06-291-0/+47
| |
* | Support lazy download of remote video miniaturesChocobozzz2023-06-2914-113/+151
| |
* | Support lazy download thumbnailsChocobozzz2023-06-2925-181/+271
| |
* | Also replace base url of pre signed s3 urlChocobozzz2023-06-291-4/+9
| |
* | Fix CI testsChocobozzz2023-06-2937-70/+129
| |
* | Correctly download files from S3Chocobozzz2023-06-292-18/+22
| | | | | | | | Use pre signed URLs to inject content disposition header
* | Lock video files when generating storyboardChocobozzz2023-06-291-56/+62
| |
* | Handle correctly formatted AP attributedToChocobozzz2023-06-294-20/+36
| |
* | Fetch remote AP objects if only id is specifiedChocobozzz2023-06-2914-555/+631
| |
* | Fix thumbnails testsChocobozzz2023-06-294-0/+0
| |
* | Refactor video formatterChocobozzz2023-06-2913-570/+618
| |
* | Simpler thumbnail generationChocobozzz2023-06-291-1/+1
| |
* | Delete storyboard file on video deletionChocobozzz2023-06-292-2/+28
| |
* | Add script to generate storyboardsChocobozzz2023-06-293-0/+126
| |
* | Add storyboard supportChocobozzz2023-06-2943-74/+953
| |
* | Don't cache upload after video deletionChocobozzz2023-06-292-4/+26
| |
* | Feature/password protected videos (#5836)Wicklow2023-06-2947-90/+1797
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Fix broken replay with long live video nameChocobozzz2023-06-292-2/+9
|
* Fix buildChocobozzz2023-06-211-1/+1
|
* Fix undefined actor imageChocobozzz2023-06-212-6/+6
|
* Fix runner api rate limit bypassChocobozzz2023-06-2026-31/+122
|
* Fix logChocobozzz2023-06-191-1/+1
|
* Fix registration notification error in clientChocobozzz2023-06-193-2/+31
|
* Correctly unload plugin pathsChocobozzz2023-06-062-6/+6
|
* Invalidate cache feed even after server restartChocobozzz2023-06-052-23/+93
|