Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process redundancy stats in series | Chocobozzz | 2021-06-01 | 2 | -7/+6 |
| | |||||
* | Fix lint | Chocobozzz | 2021-05-26 | 1 | -1/+1 |
| | |||||
* | Fix broken lives handling | Chocobozzz | 2021-05-26 | 1 | -0/+1 |
| | |||||
* | Fix redundancy max size | Chocobozzz | 2021-05-26 | 2 | -46/+2 |
| | |||||
* | Increase plugin transcoding tests timeout | Chocobozzz | 2021-05-25 | 1 | -10/+10 |
| | |||||
* | Avoid error when file has no torrent file | Chocobozzz | 2021-05-25 | 2 | -14/+20 |
| | |||||
* | Fix duplicate ffmpeg preset option for live | Chocobozzz | 2021-05-25 | 1 | -1/+0 |
| | |||||
* | Fix broadcast message log level | Chocobozzz | 2021-05-25 | 2 | -2/+2 |
| | |||||
* | Fix 4106: default boolean plugin setting for frontend | John Livingston | 2021-05-25 | 1 | -1/+1 |
| | |||||
* | Fix logger warning level | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | provide more schema examples in openapi spec | Rigel Kent | 2021-05-11 | 1 | -0/+1 |
| | |||||
* | Increase tests timeout | Chocobozzz | 2021-05-10 | 1 | -2/+2 |
| | |||||
* | Fix handle downs test | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | Fix E2E tests | Chocobozzz | 2021-05-10 | 2 | -2/+1 |
| | |||||
* | Optimize videos feed endpoint | Chocobozzz | 2021-05-10 | 1 | -4/+7 |
| | |||||
* | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 24 | -855/+1444 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: resumable video uploads relates to #324 * fix review comments * video upload: error handling * fix audio upload * fixes after self review * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/middlewares/validators/videos/videos.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * Update server/controllers/api/videos/index.ts Co-authored-by: Rigel Kent <par@rigelk.eu> * update after code review * refactor upload route - restore multipart upload route - move resumable to dedicated upload-resumable route - move checks to middleware - do not leak internal fs structure in response * fix yarn.lock upon rebase * factorize addVideo for reuse in both endpoints * add resumable upload API to openapi spec * add initial test and test helper for resumable upload * typings for videoAddResumable middleware * avoid including aws and google packages via node-uploadx, by only including uploadx/core * rename ex-isAudioBg to more explicit name mentioning it is a preview file for audio * add video-upload-tmp-folder-cleaner job * stronger typing of video upload middleware * reduce dependency to @uploadx/core * add audio upload test * refactor resumable uploads cleanup from job to scheduler * refactor resumable uploads scheduler to compare to last execution time * make resumable upload validator to always cleanup on failure * move legacy upload request building outside of uploadVideo test helper * filter upload-resumable middlewares down to POST, PUT, DELETE also begin to type metadata * merge add duration functions * stronger typings and documentation for uploadx behaviour, move init validator up * refactor(client/video-edit): options > uploadxOptions * refactor(client/video-edit): remove obsolete else * scheduler/remove-dangling-resum: rename tag * refactor(server/video): add UploadVideoFiles type * refactor(mw/validators): restructure eslint disable * refactor(mw/validators/videos): rename import * refactor(client/vid-upload): rename html elem id * refactor(sched/remove-dangl): move fn to method * refactor(mw/async): add method typing * refactor(mw/vali/video): double quote > single * refactor(server/upload-resum): express use > all * proper http methud enum server/middlewares/async.ts * properly type http methods * factorize common video upload validation steps * add check for maximum partially uploaded file size * fix audioBg use * fix extname(filename) in addVideo * document parameters for uploadx's resumable protocol * clear META files in scheduler * last audio refactor before cramming preview in the initial POST form data * refactor as mulitpart/form-data initial post request this allows preview/thumbnail uploads alongside the initial request, and cleans up the upload form * Add more tests for resumable uploads * Refactor remove dangling resumable uploads * Prepare changelog * Add more resumable upload tests * Remove user quota check for resumable uploads * Fix upload error handler * Update nginx template for upload-resumable * Cleanup comment * Remove unused express methods * Prefer to use got instead of raw http * Don't retry on error 500 Co-authored-by: Rigel Kent <par@rigelk.eu> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 9 | -37/+90 |
| | |||||
* | Fix CLI plugins list command: use command parameters. | John Livingston | 2021-05-10 | 1 | -5/+3 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Fix ffmpeg version parsing | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit live tests | Chocobozzz | 2021-05-07 | 3 | -75/+27 |
| | |||||
* | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 9 | -42/+78 |
| | |||||
* | Fix ffmpeg version checker | Chocobozzz | 2021-05-06 | 1 | -2/+8 |
| | |||||
* | server: fix HLS playlist format | kontrollanten | 2021-05-06 | 1 | -6/+5 |
| | | | | Remove prefixed comma when there's no video codec. | ||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 5 | -5/+17 |
| | | | | So we can load the full user | ||||
* | Fix lint | Chocobozzz | 2021-05-05 | 1 | -1/+0 |
| | |||||
* | Fix transcoding job priority | Chocobozzz | 2021-05-05 | 4 | -17/+9 |
| | | | | | New resolution jobs are also important if waiting for transcoding is enabled since we publish the video after the first resolution generation | ||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 12 | -71/+224 |
| | |||||
* | Try to fix bad timestamps in .srt | Chocobozzz | 2021-04-27 | 1 | -10/+17 |
| | |||||
* | Add migration to remove duplicated keys | Chocobozzz | 2021-04-26 | 2 | -1/+40 |
| | | | | Due to old/corrupted data, it can be problematic to restore a backup | ||||
* | Increase test timeout | Chocobozzz | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Fix plugin helpers tests | Chocobozzz | 2021-04-22 | 2 | -6/+4 |
| | |||||
* | Add auth header in plugins guide | Chocobozzz | 2021-04-22 | 1 | -0/+4 |
| | |||||
* | Add data directory for plugins and some helpers | Chocobozzz | 2021-04-22 | 7 | -21/+206 |
| | |||||
* | Add sendmail log in server | Chocobozzz | 2021-04-21 | 1 | -1/+2 |
| | |||||
* | Fix h265 video import using CLI | Chocobozzz | 2021-04-21 | 1 | -0/+1 |
| | |||||
* | Allow plugins to set short translation locale | Chocobozzz | 2021-04-20 | 1 | -3/+6 |
| | |||||
* | Support async onSettingsChange | Chocobozzz | 2021-04-20 | 2 | -4/+4 |
| | |||||
* | Merge branch 'release/3.1.0' into develop | Chocobozzz | 2021-04-20 | 1 | -2/+11 |
|\ | |||||
| * | Fix database ssl connection | Chocobozzz | 2021-04-19 | 1 | -2/+11 |
| | | |||||
* | | Fix exception in markdown parser | Chocobozzz | 2021-04-16 | 1 | -0/+4 |
| | | |||||
* | | More robust tests | Chocobozzz | 2021-04-15 | 3 | -27/+29 |
| | | |||||
* | | Increase ffmpeg tests timeout | Chocobozzz | 2021-04-15 | 1 | -5/+5 |
| | | |||||
* | | modify tests to support current behaviour regarding plaintext description | Rigel Kent | 2021-04-13 | 3 | -18/+28 |
| | | |||||
* | | render markdown and plainify descriptions on previews | Rigel Kent | 2021-04-13 | 3 | -27/+38 |
| | | |||||
* | | Ugrade tools dependencies | Chocobozzz | 2021-04-13 | 1 | -140/+151 |
| | | |||||
* | | Fix banner error in actor json | Chocobozzz | 2021-04-13 | 1 | -1/+1 |
| | | |||||
* | | Fix lint | Chocobozzz | 2021-04-12 | 1 | -0/+2 |
| | | |||||
* | | Upgrade server dep' | Chocobozzz | 2021-04-12 | 1 | -1/+1 |
| | | |||||
* | | Dissociate frameguard from csp | Chocobozzz | 2021-04-12 | 3 | -0/+40 |
| | |