Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate to @peertube/videojs-contextmenu | Chocobozzz | 2021-10-26 | 1 | -1/+1 |
| | | | | To fix a bug with latest videojs | ||||
* | Improve playback with bad redundancies | Chocobozzz | 2021-10-14 | 1 | -2/+2 |
| | |||||
* | Upgrade linkifyjs | Chocobozzz | 2021-10-12 | 1 | -1/+3 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-10-12 | 1 | -9/+9 |
| | |||||
* | Merge branch 'next' into develop | Chocobozzz | 2021-10-11 | 1 | -1/+0 |
|\ | |||||
| * | Cleanup player quality change | Chocobozzz | 2021-09-10 | 1 | -1/+0 |
| | | |||||
* | | Bumped to version v3.4.1 | Chocobozzz | 2021-10-11 | 1 | -1/+1 |
|/ | |||||
* | Bumped to version v3.4.0v3.4.0 | Chocobozzz | 2021-09-09 | 1 | -1/+1 |
| | |||||
* | Compat embed with ios 11 | Chocobozzz | 2021-09-01 | 1 | -0/+3 |
| | |||||
* | Migrate to webdriverio | Chocobozzz | 2021-09-01 | 1 | -10/+12 |
| | |||||
* | Bumped to version v3.4.0-rc.1v3.4.0-rc.1 | Chocobozzz | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | Try to fix weird CI test crashes | Chocobozzz | 2021-08-27 | 1 | -0/+3 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-08-26 | 1 | -5/+5 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -6/+13 |
| | |||||
* | Fix webpack config | Chocobozzz | 2021-08-17 | 1 | -2/+1 |
| | |||||
* | Remove solution style ts config | Chocobozzz | 2021-08-17 | 1 | -1/+1 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-08-11 | 1 | -9/+8 |
| | |||||
* | HLS v1 support | Chocobozzz | 2021-08-05 | 1 | -2/+3 |
| | |||||
* | Bumped to version v3.3.0v3.3.0 | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.3.0-rc.1v3.3.0-rc.1 | Chocobozzz | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-06-25 | 1 | -6/+3 |
| | |||||
* | Bumped to version v3.2.1 | Chocobozzz | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | Upgrade angular to latest patch version | Chocobozzz | 2021-05-27 | 1 | -5/+5 |
| | |||||
* | Update embed webpack config | Chocobozzz | 2021-05-27 | 1 | -13/+12 |
| | |||||
* | Update angular cdk | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | Remove ngx-meta | Chocobozzz | 2021-05-27 | 1 | -1/+0 |
| | | | | Unmaintained | ||||
* | Update to angular 12 | Chocobozzz | 2021-05-27 | 1 | -16/+16 |
| | |||||
* | Bumped to version v3.2.0v3.2.0 | Chocobozzz | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.2.0-rc.1v3.2.0-rc.1 | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -3/+4 |
| | |||||
* | Revert sass loader upgrade | Chocobozzz | 2021-04-12 | 1 | -1/+1 |
| | | | | It only supports webpack 4 | ||||
* | Upgrade main client dependencies | Chocobozzz | 2021-04-12 | 1 | -7/+7 |
| | |||||
* | add loop toggle to the player contextmenu | Rigel Kent | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.1.0 | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.1.0-rc.1v3.1.0-rc.1 | Chocobozzz | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Update client dependencies | Chocobozzz | 2021-02-25 | 1 | -1/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2021-02-03 | 1 | -12/+12 |
| | |||||
* | Update angular | Chocobozzz | 2021-02-03 | 1 | -14/+14 |
| | |||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -1/+0 |
| | |||||
* | Bumped to version v3.0.1v3.0.1 | Chocobozzz | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.0.0v3.0.0 | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Upgrade ng select to fix accessibility issues | Chocobozzz | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | Bumped to version v3.0.0-rc.1v3.0.0-rc.1 | Chocobozzz | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Use sass instead of deprecated node sass | Chocobozzz | 2020-11-19 | 1 | -3/+1 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2020-11-19 | 1 | -38/+39 |
| | | | | Migrate removed primeng theme to custom CSS | ||||
* | Update my email | Chocobozzz | 2020-11-12 | 1 | -1/+1 |
| | |||||
* | HLS player fallback for non https context | Chocobozzz | 2020-11-10 | 1 | -0/+2 |
| | |||||
* | Fix audio sync after saving replay | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist) | ||||
* | render html/markdown for new comment notification email (#3255) | Kimsible | 2020-11-07 | 1 | -1/+1 |
| | | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> |