Chocobozzz
784e2ad5c3
Prefer web videos in favour of webtorrent
2023-07-11 09:21:13 +02:00
Chocobozzz
c3030e944a
Fix build
2023-07-10 16:41:08 +02:00
Chocobozzz
63e2f087c3
Merge branch 'feature/remove-webtorrent' into develop
2023-07-10 16:13:22 +02:00
Chocobozzz
8953f055c8
Rename player embed api
2023-07-10 16:08:53 +02:00
Chocobozzz
a1bd2b77d9
Remove webtorrent support from client
2023-07-10 16:08:28 +02:00
Chocobozzz
83b42f5a32
Add note for peertube runner dependencies
2023-07-06 16:59:20 +02:00
Chocobozzz
8ef866071f
Fix fetching storyboard of password protected video
2023-06-29 14:22:13 +02:00
Chocobozzz
9cd06903f4
Fix HLS playlist generation with 0 duration length
2023-06-29 14:20:03 +02:00
Chocobozzz
a287136427
Fix migration conflict
2023-06-29 13:52:24 +02:00
Chocobozzz
6bd160a68d
Fix 400 error on resumable re-upload
2023-06-29 11:35:25 +02:00
q_h
926c3f2b37
Fix the cleanup after a failed upload ( #5840 )
...
* Fix the cleanup after a failed upload
* Update tests
* Update tests
2023-06-29 10:38:37 +02:00
Chocobozzz
9fe86c2c9b
Update runner version
2023-06-29 10:19:55 +02:00
Chocobozzz
d68b88bac4
Prevent stalled jobs
2023-06-29 10:19:55 +02:00
Chocobozzz
bc3918b2ae
Shuffle servers when checking available jobs
...
To not favour a specific instance
2023-06-29 10:19:55 +02:00
Chocobozzz
19aeb64b25
Better channel deletion message
2023-06-29 10:19:55 +02:00
Chocobozzz
d961735d5d
Fix prune storage tests
2023-06-29 10:19:55 +02:00
Chocobozzz
180d8f297e
More robust wait transcoding checkbox display
2023-06-29 10:19:55 +02:00
Chocobozzz
17ad0e8428
Fix regenerate thumbnail test
2023-06-29 10:19:55 +02:00
Chocobozzz
cf069671f4
Use promise cache to load remote thumbnails
2023-06-29 10:19:55 +02:00
Chocobozzz
2b5dfa2fe0
Fix adding element in playlists
2023-06-29 10:19:55 +02:00
Chocobozzz
7a30349748
Fix migration conflict
2023-06-29 10:19:55 +02:00
Chocobozzz
53d4db2a8a
Fix playlist thumbnail generation
2023-06-29 10:19:54 +02:00
Chocobozzz
109d4a7f01
Add thumbnail disk database migration
2023-06-29 10:19:33 +02:00
Chocobozzz
89becbcb37
Add missing playbackRate URL param doc
2023-06-29 10:19:33 +02:00
Chocobozzz
bafaba0bcd
Support lazy download of remote video miniatures
2023-06-29 10:19:33 +02:00
Chocobozzz
f162d32da0
Support lazy download thumbnails
2023-06-29 10:19:33 +02:00
Chocobozzz
a673d9e848
Fix storyboard tests
2023-06-29 10:19:07 +02:00
Chocobozzz
ff75ba7160
Also replace base url of pre signed s3 url
2023-06-29 10:19:07 +02:00
Chocobozzz
c37e305342
Fix CI tests
2023-06-29 10:19:05 +02:00
Chocobozzz
881958d179
Correctly download files from S3
...
Use pre signed URLs to inject content disposition header
2023-06-29 10:18:21 +02:00
Chocobozzz
1c9dc98c27
Lock video files when generating storyboard
2023-06-29 10:18:21 +02:00
Chocobozzz
d299afeb2c
Fix lint
2023-06-29 10:18:20 +02:00
Chocobozzz
7f7e9d4e90
Handle correctly formatted AP attributedTo
2023-06-29 10:18:00 +02:00
Chocobozzz
cefe22cf7c
Fetch remote AP objects if only id is specified
2023-06-29 10:18:00 +02:00
Chocobozzz
f987425bd1
Fix thumbnails tests
2023-06-29 10:18:00 +02:00
Chocobozzz
d896fef7e2
Refactor video formatter
2023-06-29 10:18:00 +02:00
Chocobozzz
638a295021
Support storyboards in embed
2023-06-29 10:17:59 +02:00
Chocobozzz
52807a075f
Fix storyboard on firefox
2023-06-29 10:16:57 +02:00
Chocobozzz
b7f946892b
Simpler thumbnail generation
2023-06-29 10:16:57 +02:00
Chocobozzz
318aa9c422
Delete storyboard file on video deletion
2023-06-29 10:16:57 +02:00
Chocobozzz
9c5cc50133
Add script to generate storyboards
2023-06-29 10:16:57 +02:00
Chocobozzz
d8f39b126d
Add storyboard support
2023-06-29 10:16:55 +02:00
Chocobozzz
1fb7d09422
Don't cache upload after video deletion
2023-06-29 09:49:06 +02:00
Chocobozzz
866c5f667d
Simplify ICU in components
2023-06-29 09:49:06 +02:00
Wicklow
40346ead2b
Feature/password protected videos ( #5836 )
...
* 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
2023-06-29 09:48:55 +02:00
Chocobozzz
ae22c59f14
Fix broken replay with long live video name
2023-06-29 09:08:13 +02:00
Chocobozzz
ba278fa51d
Fix build
2023-06-21 10:54:48 +02:00
Chocobozzz
2c16f5ad5e
Fix undefined actor image
2023-06-21 10:44:40 +02:00
Chocobozzz
b4516abc39
Bumped to version v5.2.0
2023-06-21 09:06:13 +02:00
Chocobozzz
2dd4c93c1b
Update changelog
2023-06-21 09:03:42 +02:00