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 "views" from live video event | Chocobozzz | 2023-07-28 | 1 | -2/+2 |
| | |||||
* | Remove deprecated video query filter | Chocobozzz | 2023-07-28 | 5 | -178/+6 |
| | |||||
* | Remove deprecated scheduler | Chocobozzz | 2023-07-28 | 2 | -29/+1 |
| | |||||
* | Keep s3 commands simple | Chocobozzz | 2023-07-28 | 1 | -2/+0 |
| | | | | As s3 implementation between s3 providers can be different | ||||
* | currentTime is now required | Chocobozzz | 2023-07-28 | 4 | -14/+7 |
| | |||||
* | Refactor enableTranscoding command helpers | Chocobozzz | 2023-07-28 | 13 | -30/+30 |
| | |||||
* | Remove banner/avatar fields from channel/account | Chocobozzz | 2023-07-28 | 8 | -53/+8 |
| | | | | Deprecated since 4.2 | ||||
* | Add ability to force transcoding | Chocobozzz | 2023-07-28 | 3 | -4/+18 |
| | |||||
* | Add an option to sign federated fetches for mastodon compatibility (#5898) | mira.bat | 2023-07-27 | 23 | -76/+99 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Rephrase emailer conflict error messages | Chocobozzz | 2023-07-27 | 3 | -5/+5 |
| | |||||
* | Improve runner management | Chocobozzz | 2023-07-27 | 7 | -28/+192 |
| | | | | | | | * 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 | ||||
* | Use typed pick | Chocobozzz | 2023-07-26 | 3 | -4/+3 |
| | |||||
* | Fix invalid short uuid conversion | Chocobozzz | 2023-07-26 | 1 | -1/+1 |
| | | | | Avoid "TypeError: Expected a string but received a null" error | ||||
* | Truncate html/og/card HTML description tags | Chocobozzz | 2023-07-26 | 1 | -17/+22 |
| | |||||
* | Fix lint | Chocobozzz | 2023-07-26 | 4 | -9/+6 |
| | |||||
* | Fix check params tests | Chocobozzz | 2023-07-26 | 3 | -51/+83 |
| | |||||
* | Fix fk error when generating storyboard | Chocobozzz | 2023-07-26 | 2 | -16/+33 |
| | |||||
* | Add more logs to debug oauth-client error | Chocobozzz | 2023-07-26 | 1 | -1/+5 |
| | |||||
* | Add more rate limits | Chocobozzz | 2023-07-26 | 20 | -32/+173 |
| | |||||
* | Add video file update hook tests | Chocobozzz | 2023-07-25 | 4 | -7/+40 |
| | |||||
* | Remove unused param | Chocobozzz | 2023-07-25 | 8 | -10/+12 |
| | |||||
* | Add more context to request error | Chocobozzz | 2023-07-25 | 1 | -0/+5 |
| | |||||
* | Implement video file replacement in client | Chocobozzz | 2023-07-25 | 1 | -3/+3 |
| | |||||
* | Implement replace file in server side | Chocobozzz | 2023-07-21 | 43 | -241/+1216 |
| | |||||
* | Add p2p info to metrics | Chocobozzz | 2023-07-21 | 4 | -10/+65 |
| | |||||
* | Add peers number and p2p enabled label to metrics | Chocobozzz | 2023-07-20 | 4 | -5/+45 |
| | |||||
* | 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 | 4 | -45/+53 |
| | |||||
* | Avoid duplicate runner names | Chocobozzz | 2023-07-12 | 5 | -1/+55 |
| | |||||
* | Merge branch 'release/5.2.0' into develop | Chocobozzz | 2023-07-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix fps transcoding on remote runners | Chocobozzz | 2023-07-12 | 1 | -1/+1 |
| | | |||||
* | | Migrate from webseed to web-videos | Chocobozzz | 2023-07-11 | 9 | -16/+25 |
| | | |||||
* | | Rename "videos" config to "web-videos" | Chocobozzz | 2023-07-11 | 16 | -42/+42 |
| | | |||||
* | | Rename webtorrent config to web_videos | Chocobozzz | 2023-07-11 | 25 | -57/+84 |
| | | |||||
* | | Prefer web videos in favour of webtorrent | Chocobozzz | 2023-07-11 | 75 | -452/+466 |
| | | |||||
* | | Remove webtorrent support from client | Chocobozzz | 2023-07-10 | 1 | -1/+1 |
| | | |||||
* | | Fix HLS playlist generation with 0 duration length | Chocobozzz | 2023-06-29 | 2 | -3/+7 |
| | | |||||
* | | Fix migration conflict | Chocobozzz | 2023-06-29 | 2 | -1/+1 |
| | | |||||
* | | Fix 400 error on resumable re-upload | Chocobozzz | 2023-06-29 | 3 | -12/+11 |
| | | |||||
* | | Fix the cleanup after a failed upload (#5840) | q_h | 2023-06-29 | 2 | -11/+17 |
| | | | | | | | | | | | | | | * 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 |
| | | |||||
* | | Use promise cache to load remote thumbnails | Chocobozzz | 2023-06-29 | 3 | -16/+45 |
| | | |||||
* | | Fix adding element in playlists | Chocobozzz | 2023-06-29 | 1 | -1/+3 |
| | | |||||
* | | Fix migration conflict | Chocobozzz | 2023-06-29 | 1 | -0/+0 |
| | |