Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-25 | 2 | -2/+3 |
|\ | |||||
| * | Fix live ending banner | Chocobozzz | 2021-05-25 | 2 | -2/+3 |
| | | |||||
* | | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-25 | 1 | -0/+2 |
|\| | |||||
| * | Fix local plugin auth select | Chocobozzz | 2021-05-25 | 1 | -0/+2 |
| | | |||||
| * | Fix broadcast message level | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
| | | |||||
* | | Fix broadcast message level | Chocobozzz | 2021-05-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-14 | 2 | -2/+2 |
|\| | |||||
| * | Fix logger warning level | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
| | | |||||
| * | Fix recommended banner size | Chocobozzz | 2021-05-14 | 1 | -1/+1 |
| | | |||||
* | | Inject server config in HTML | Chocobozzz | 2021-05-14 | 5 | -44/+37 |
| | | |||||
* | | Default to dark theme if requested by user | Chocobozzz | 2021-05-11 | 1 | -1/+13 |
| | | |||||
* | | Remember tab in upload page | Chocobozzz | 2021-05-11 | 2 | -7/+23 |
| | | |||||
* | | Error if importing a torrent with multiple files | Chocobozzz | 2021-05-11 | 1 | -2/+8 |
| | | |||||
* | | Reorganize plugin models | Chocobozzz | 2021-05-11 | 3 | -6/+11 |
|/ | |||||
* | Fix paused upload message | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Fix video update | Chocobozzz | 2021-05-10 | 1 | -21/+24 |
| | |||||
* | Fix button icon in admin plugins | Chocobozzz | 2021-05-10 | 1 | -1/+1 |
| | |||||
* | Fix miniature overflow | Chocobozzz | 2021-05-10 | 1 | -0/+2 |
| | |||||
* | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 8 | -148/+243 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Sort channels by -updatedAt | Chocobozzz | 2021-05-10 | 11 | -49/+61 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | Refactor video edit css | Chocobozzz | 2021-05-07 | 3 | -76/+47 |
| | |||||
* | Fix mask-image property | Chocobozzz | 2021-05-07 | 1 | -1/+3 |
| | | | | Needed by chrome | ||||
* | Add ability to search live videos | Chocobozzz | 2021-05-05 | 3 | -22/+61 |
| | |||||
* | Fix non logged add comment avatar | Chocobozzz | 2021-05-05 | 1 | -4/+3 |
| | |||||
* | Fix miniature avatar size | Chocobozzz | 2021-05-05 | 4 | -4/+11 |
| | |||||
* | More efficient advanced input filter | Chocobozzz | 2021-05-03 | 1 | -10/+38 |
| | |||||
* | Refactor parseQueryStringFilter boolean handler | Chocobozzz | 2021-05-03 | 4 | -24/+12 |
| | |||||
* | Display a message on no channel | Chocobozzz | 2021-05-03 | 1 | -0/+2 |
| | |||||
* | Refactor search filters | Chocobozzz | 2021-05-03 | 47 | -494/+280 |
| | |||||
* | Reduce advanced search input debounce time | Chocobozzz | 2021-05-03 | 1 | -1/+1 |
| | |||||
* | Fix avatar in report page | Chocobozzz | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 26 | -237/+280 |
| | |||||
* | Cleanup plugins admin CSS | Chocobozzz | 2021-04-29 | 11 | -49/+60 |
| | |||||
* | Fix my library/account/admin sub titles alignment | Chocobozzz | 2021-04-29 | 2 | -51/+52 |
| | |||||
* | Fix actor avatar background | Chocobozzz | 2021-04-29 | 2 | -4/+4 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 92 | -281/+297 |
| | |||||
* | Remove avatarUrl from models | Chocobozzz | 2021-04-28 | 10 | -79/+38 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 60 | -239/+340 |
| | |||||
* | Rename actor image edit module | Chocobozzz | 2021-04-28 | 13 | -10/+10 |
| | |||||
* | Better video languages filter UX | Chocobozzz | 2021-04-28 | 1 | -29/+40 |
| | | | | | Don't throw if the user did not select any language, automatically select "all languages" instead | ||||
* | Fix overview page with new thumbnail size | Chocobozzz | 2021-04-28 | 1 | -3/+3 |
| | |||||
* | Clearer nsfw "do not list" label | Chocobozzz | 2021-04-28 | 3 | -5/+5 |
| | |||||
* | Use account initial as default avatar (#4002) | kontrollanten | 2021-04-27 | 5 | -7/+87 |
| | | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom | ||||
* | Use server config to display supported videos ext | Chocobozzz | 2021-04-27 | 2 | -1/+5 |
| | |||||
* | Fix playlist position error | Chocobozzz | 2021-04-27 | 1 | -2/+2 |
| | |||||
* | Fix video actions dropdown overflow | Chocobozzz | 2021-04-26 | 1 | -0/+1 |
| | |||||
* | Playlist miniature consistency | Chocobozzz | 2021-04-26 | 2 | -4/+4 |
| | |||||
* | Fix menu dropdown overflow | Chocobozzz | 2021-04-26 | 2 | -14/+9 |
| | | | | Weird issue conflicting with the dropdown config from the menu component | ||||
* | Fix eye button for password input | Chocobozzz | 2021-04-26 | 2 | -1/+5 |
| |