Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor getOrCreateAPVideo | Chocobozzz | 2021-06-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-26 | 1 | -2/+2 |
|\ | |||||
| * | Fix redundancy max size | Chocobozzz | 2021-05-26 | 1 | -2/+2 |
| | | |||||
* | | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 3 | -4/+4 |
| | | |||||
* | | Use a class for youtube-dl | Chocobozzz | 2021-05-11 | 1 | -3/+3 |
|/ | |||||
* | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add new plugin/peertube version notifs | Chocobozzz | 2021-03-24 | 2 | -0/+61 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 1 | -4/+4 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 1 | -2/+3 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -6/+6 |
| | |||||
* | Purge entire video from redundancy | Chocobozzz | 2021-02-02 | 1 | -1/+9 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -18/+19 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 2 | -2/+2 |
| | |||||
* | Fix video view filename | Chocobozzz | 2020-06-15 | 1 | -1/+1 |
| | |||||
* | Fix auto follow index URL | Chocobozzz | 2020-05-12 | 1 | -9/+7 |
| | |||||
* | Allow to auto follow a specific URL | Chocobozzz | 2020-05-11 | 1 | -0/+4 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 3 | -4/+4 |
| | |||||
* | Fix build with typescript 3.8 | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 4 | -8/+5 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 2 | -14/+46 |
| | |||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -6/+4 |
| | |||||
* | Don't always replace actor avatar | Chocobozzz | 2019-11-25 | 1 | -6/+9 |
| | |||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 2 | -7/+8 |
| | | | | In favour of HLS | ||||
* | Fix auto index follow | Chocobozzz | 2019-11-04 | 1 | -1/+3 |
| | |||||
* | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-09-05 | 1 | -1/+1 |
|\ | |||||
| * | Fix bug in redundancy eviction | Chocobozzz | 2019-09-04 | 1 | -1/+1 |
| | | |||||
* | | Add auto follow instances index support | Chocobozzz | 2019-09-04 | 1 | -0/+72 |
| | | |||||
* | | Fix redundancy too heavy with streaming playlists | Chocobozzz | 2019-08-30 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'release/1.4.0' into develop | Chocobozzz | 2019-08-22 | 1 | -1/+1 |
|\| | |||||
| * | Try to fix video duplication | Chocobozzz | 2019-08-22 | 1 | -1/+1 |
| | | |||||
* | | Cleanup model types | Chocobozzz | 2019-08-20 | 1 | -1/+3 |
| | | |||||
* | | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -17/+35 |
|/ | |||||
* | Fix redundancy exceeding the limit | Chocobozzz | 2019-08-12 | 1 | -1/+4 |
| | |||||
* | Automatically remove bad followings | Chocobozzz | 2019-08-06 | 1 | -3/+10 |
| | |||||
* | Correctly notify on auto blacklist | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Check latest plugins version with config interval | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | Check latest plugins version | Chocobozzz | 2019-07-24 | 1 | -11/+19 |
| | |||||
* | Add ability to search available plugins | Chocobozzz | 2019-07-24 | 1 | -0/+60 |
| | |||||
* | WIP plugins: add ability to register plugins | Chocobozzz | 2019-07-24 | 1 | -1/+0 |
| | |||||
* | Fix redundancy exceeded quota | Chocobozzz | 2019-06-20 | 1 | -1/+4 |
| | |||||
* | Add ability to delete old remote views | Chocobozzz | 2019-04-12 | 1 | -0/+33 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 2 | -1/+34 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 5 | -5/+6 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -3/+4 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Limit user tokens cache | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -59/+130 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -2/+12 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -0/+5 |
| | |||||
* | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 6 | -29/+44 |
| |