aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Rename "videos" config to "web-videos"Chocobozzz2023-07-1132-68/+69
|
* Reword runner registrationChocobozzz2023-07-111-1/+1
|
* Rename webtorrent config to web_videosChocobozzz2023-07-1136-81/+108
|
* Prefer web videos in favour of webtorrentChocobozzz2023-07-11102-570/+579
|
* Fix buildChocobozzz2023-07-106-9/+11
|
* Merge branch 'feature/remove-webtorrent' into developChocobozzz2023-07-1089-3861/+2558
|\
| * Rename player embed apiChocobozzz2023-07-1011-4/+7
| |
| * Remove webtorrent support from clientChocobozzz2023-07-1080-3858/+2552
| |
* | Add note for peertube runner dependenciesChocobozzz2023-07-061-0/+9
|/
* Fix fetching storyboard of password protected videoChocobozzz2023-06-292-3/+5
|
* 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
* Update runner versionChocobozzz2023-06-291-1/+1
|
* Prevent stalled jobsChocobozzz2023-06-293-71/+125
|
* Shuffle servers when checking available jobsChocobozzz2023-06-294-2/+40
| | | | To not favour a specific instance
* Better channel deletion messageChocobozzz2023-06-291-1/+1
|
* Fix prune storage testsChocobozzz2023-06-291-1/+1
|
* More robust wait transcoding checkbox displayChocobozzz2023-06-291-6/+2
|
* 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
|
* Add missing playbackRate URL param docChocobozzz2023-06-291-1/+5
|
* Support lazy download of remote video miniaturesChocobozzz2023-06-2915-114/+152
|
* Support lazy download thumbnailsChocobozzz2023-06-2927-212/+272
|
* Fix storyboard testsChocobozzz2023-06-291-0/+1
|
* Also replace base url of pre signed s3 urlChocobozzz2023-06-291-4/+9
|
* Fix CI testsChocobozzz2023-06-2941-72/+133
|
* Correctly download files from S3Chocobozzz2023-06-294-18/+162
| | | | Use pre signed URLs to inject content disposition header
* Lock video files when generating storyboardChocobozzz2023-06-291-56/+62
|
* Fix lintChocobozzz2023-06-291-2/+2
|
* Handle correctly formatted AP attributedToChocobozzz2023-06-297-28/+41
|
* Fetch remote AP objects if only id is specifiedChocobozzz2023-06-2919-585/+684
|
* Fix thumbnails testsChocobozzz2023-06-294-0/+0
|
* Refactor video formatterChocobozzz2023-06-2914-581/+631
|
* Support storyboards in embedChocobozzz2023-06-293-8/+53
|
* Fix storyboard on firefoxChocobozzz2023-06-291-4/+4
|
* Simpler thumbnail generationChocobozzz2023-06-292-16/+12
|
* Delete storyboard file on video deletionChocobozzz2023-06-292-2/+28
|
* Add script to generate storyboardsChocobozzz2023-06-297-2/+247
|
* Add storyboard supportChocobozzz2023-06-2979-100/+1476
|
* Don't cache upload after video deletionChocobozzz2023-06-292-4/+26
|
* Simplify ICU in componentsChocobozzz2023-06-2922-142/+230
|
* Feature/password protected videos (#5836)Wicklow2023-06-29122-252/+2632
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-293-3/+17
|
* Fix buildChocobozzz2023-06-211-1/+1
|