Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More robust logs tests | Chocobozzz | 2023-07-31 | 1 | -7/+7 |
| | |||||
* | Fix live tests | Chocobozzz | 2023-07-31 | 1 | -3/+3 |
| | |||||
* | Remove deprecated video query filter | Chocobozzz | 2023-07-28 | 2 | -147/+0 |
| | |||||
* | currentTime is now required | Chocobozzz | 2023-07-28 | 2 | -3/+4 |
| | |||||
* | Refactor enableTranscoding command helpers | Chocobozzz | 2023-07-28 | 13 | -30/+30 |
| | |||||
* | Remove banner/avatar fields from channel/account | Chocobozzz | 2023-07-28 | 1 | -12/+0 |
| | | | | Deprecated since 4.2 | ||||
* | Add ability to force transcoding | Chocobozzz | 2023-07-28 | 1 | -2/+4 |
| | |||||
* | Add an option to sign federated fetches for mastodon compatibility (#5898) | mira.bat | 2023-07-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * Fix player error modal Not hidden when we change the video * Correctly dispose player components * Sign cross-server fetch requests for mastodon AUTHORIZED_FETCH compatibilty * Add a remote fetch sign configuration knob * Federated fetches refactoring --------- Co-authored-by: Chocobozzz <me@florianbigard.com> Co-authored-by: ira <ira@foxgirl.space> | ||||
* | Improve runner management | Chocobozzz | 2023-07-27 | 2 | -4/+99 |
| | | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token | ||||
* | Fix check params tests | Chocobozzz | 2023-07-26 | 3 | -51/+83 |
| | |||||
* | Add more rate limits | Chocobozzz | 2023-07-26 | 2 | -2/+2 |
| | |||||
* | Add video file update hook tests | Chocobozzz | 2023-07-25 | 3 | -1/+38 |
| | |||||
* | Implement replace file in server side | Chocobozzz | 2023-07-21 | 8 | -56/+587 |
| | |||||
* | Add p2p info to metrics | Chocobozzz | 2023-07-21 | 2 | -4/+46 |
| | |||||
* | Add peers number and p2p enabled label to metrics | Chocobozzz | 2023-07-20 | 2 | -4/+25 |
| | |||||
* | More robust runner socket test | Chocobozzz | 2023-07-19 | 2 | -20/+24 |
| | |||||
* | Try to fix CI test | Chocobozzz | 2023-07-17 | 1 | -1/+1 |
| | |||||
* | Some player fixes on Android, Safari and iOS | Chocobozzz | 2023-07-17 | 1 | -4/+4 |
| | |||||
* | Fix prune storage test | Chocobozzz | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | Avoid update remote runner error | Chocobozzz | 2023-07-12 | 1 | -3/+5 |
| | |||||
* | Avoid duplicate runner names | Chocobozzz | 2023-07-12 | 1 | -0/+9 |
| | |||||
* | Migrate from webseed to web-videos | Chocobozzz | 2023-07-11 | 4 | -7/+8 |
| | |||||
* | Rename "videos" config to "web-videos" | Chocobozzz | 2023-07-11 | 6 | -14/+14 |
| | |||||
* | Rename webtorrent config to web_videos | Chocobozzz | 2023-07-11 | 16 | -24/+24 |
| | |||||
* | Prefer web videos in favour of webtorrent | Chocobozzz | 2023-07-11 | 21 | -189/+177 |
| | |||||
* | Remove webtorrent support from client | Chocobozzz | 2023-07-10 | 1 | -1/+1 |
| | |||||
* | Fix the cleanup after a failed upload (#5840) | q_h | 2023-06-29 | 1 | -9/+15 |
| | | | | | | | * Fix the cleanup after a failed upload * Update tests * Update tests | ||||
* | Fix prune storage tests | Chocobozzz | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | Fix regenerate thumbnail test | Chocobozzz | 2023-06-29 | 1 | -0/+3 |
| | |||||
* | Support lazy download of remote video miniatures | Chocobozzz | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | Fix CI tests | Chocobozzz | 2023-06-29 | 34 | -67/+83 |
| | |||||
* | Fetch remote AP objects if only id is specified | Chocobozzz | 2023-06-29 | 1 | -462/+487 |
| | |||||
* | Fix thumbnails tests | Chocobozzz | 2023-06-29 | 4 | -0/+0 |
| | |||||
* | Delete storyboard file on video deletion | Chocobozzz | 2023-06-29 | 1 | -1/+26 |
| | |||||
* | Add script to generate storyboards | Chocobozzz | 2023-06-29 | 2 | -0/+121 |
| | |||||
* | Add storyboard support | Chocobozzz | 2023-06-29 | 8 | -1/+240 |
| | |||||
* | Don't cache upload after video deletion | Chocobozzz | 2023-06-29 | 1 | -0/+18 |
| | |||||
* | Feature/password protected videos (#5836) | Wicklow | 2023-06-29 | 9 | -29/+1023 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 name | Chocobozzz | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | Fix runner api rate limit bypass | Chocobozzz | 2023-06-20 | 1 | -11/+33 |
| | |||||
* | Invalidate cache feed even after server restart | Chocobozzz | 2023-06-05 | 1 | -22/+88 |
| | |||||
* | Use largest avatar in RSS feeds, unique guid for liveItems (#5817) | Alecks Gates | 2023-06-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | * Attempt to get largest avatar size * WIP live guid changes * Use largest avatar version in feeds * Misc variable names/import changes * Update podcast feed tests for guid changes * More <guid> testing * Lint fix * Styling --------- Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix runner vod transcoding error test | Chocobozzz | 2023-05-26 | 1 | -3/+5 |
| | |||||
* | Fix peertube subtitles import | Chocobozzz | 2023-05-26 | 1 | -0/+10 |
| | |||||
* | Specify runner name when unregistering the runner | Chocobozzz | 2023-05-26 | 5 | -6/+10 |
| | |||||
* | Fix lint | Chocobozzz | 2023-05-24 | 1 | -15/+15 |
| | |||||
* | Fix s3 mock cleanup | Chocobozzz | 2023-05-23 | 1 | -0/+2 |
| | |||||
* | Prevent object storage mock conflicts | Chocobozzz | 2023-05-23 | 17 | -149/+201 |
| | | | | When running tests in parallel | ||||
* | Wait for segments generation | Chocobozzz | 2023-05-23 | 1 | -1/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2023-05-22 | 5 | -9/+9 |
| |