Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into shorter-URLs-channels-accounts | Chocobozzz | 2021-05-27 | 114 | -558/+1602 |
|\ | |||||
| * | Remove ngx-meta | Chocobozzz | 2021-05-27 | 23 | -82/+118 |
| | | | | | | | | Unmaintained | ||||
| * | change license to licence | Frank Sträter | 2021-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Change "license" to "licence" for consistency in the user interface in English. License is both a noun and a verb in the United States. If you live in any other English-speaking country, you will spell it "licence" when you use it as a noun and "license" when you use it as a verb. | ||||
| * | Instance homepage support (#4007) | Chocobozzz | 2021-05-27 | 48 | -92/+931 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service | ||||
| * | Fix from now pipe | Chocobozzz | 2021-05-27 | 1 | -12/+17 |
| | | |||||
| * | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-26 | 3 | -1/+6 |
| |\ | |||||
| | * | Fix UI overflows | Chocobozzz | 2021-05-26 | 3 | -1/+6 |
| | | | |||||
| * | | 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 |
| | | |||||
* | | Use userId key to distinct Account or VideoChannel actor | Kimsible | 2021-05-05 | 2 | -19/+17 |
| | | |||||
* | | Make /a and /c default URLs for accounts and channels | Kimsible | 2021-05-05 | 21 | -38/+38 |
| | | |||||
* | | Refactor client @actorName matcher with new API route | Kimsible | 2021-05-05 | 6 | -46/+102 |
| | | |||||
* | | Add shorter URLs for accounts and channels client-side | Kimsible | 2021-05-05 | 2 | -0/+54 |
|/ | |||||
* | 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 |
| |