Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -7/+2 |
| | |||||
* | Fix backend channel name validator consistency | Chocobozzz | 2021-08-05 | 1 | -2/+9 |
| | |||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 1 | -0/+5 |
| | |||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 1 | -0/+10 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -3/+18 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -36/+48 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -2/+5 |
| | |||||
* | Move middleware utils in middlewares | Chocobozzz | 2021-06-03 | 3 | -109/+7 |
| | | | | helpers modules should not import models | ||||
* | refactor API errors to standard error format | Rigel Kent | 2021-06-02 | 3 | -35/+27 |
| | |||||
* | Cleanup | Chocobozzz | 2021-05-28 | 1 | -10/+0 |
| | | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead | ||||
* | Merge branch 'develop' into shorter-URLs-channels-accounts | Chocobozzz | 2021-05-27 | 3 | -28/+27 |
|\ | |||||
| * | Refactor a little bit controllers | Chocobozzz | 2021-05-12 | 1 | -1/+1 |
| | | |||||
| * | Resumable video uploads (#3933) | kontrollanten | 2021-05-10 | 2 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Fix remote actor creation date | Chocobozzz | 2021-05-07 | 1 | -21/+18 |
| | | |||||
* | | Add server API actors route | Kimsible | 2021-05-05 | 1 | -0/+10 |
|/ | |||||
* | Add ability to filter my videos by live | Chocobozzz | 2021-05-03 | 1 | -2/+2 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 2 | -11/+19 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -4/+4 |
| | |||||
* | Reduce bundle size using a const enum | Chocobozzz | 2021-03-24 | 1 | -3/+2 |
| | |||||
* | Fix AP flag validator | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Refactor a little bit AP validators | Chocobozzz | 2021-03-24 | 5 | -106/+62 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 3 | -18/+32 |
| | |||||
* | Don't guess remote tracker URL | Chocobozzz | 2021-02-18 | 1 | -6/+18 |
| | |||||
* | Don't reject accounts with empty description | Chocobozzz | 2021-01-11 | 1 | -0/+7 |
| | |||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 1 | -0/+1 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 2 | -4/+50 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 3 | -9/+12 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 1 | -2/+1 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 1 | -0/+1 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -2/+3 |
| | |||||
* | Refactor video extensions logic in server | Chocobozzz | 2020-08-11 | 1 | -5/+1 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 3 | -3/+6 |
| | |||||
* | Add server API to abuse messages | Chocobozzz | 2020-07-31 | 1 | -1/+7 |
| | |||||
* | Add new abuses tests | Chocobozzz | 2020-07-10 | 2 | -5/+5 |
| | |||||
* | Implement abuses check params | Chocobozzz | 2020-07-10 | 2 | -7/+91 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 3 | -58/+56 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 1 | -4/+25 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Add search target check params | Chocobozzz | 2020-06-10 | 1 | -2/+17 |
| | |||||
* | Add ability to bulk delete comments | Chocobozzz | 2020-05-29 | 1 | -0/+9 |
| | |||||
* | Use video abuse filters on client side | Chocobozzz | 2020-05-07 | 1 | -0/+10 |
| | |||||
* | Accept numbers in plugin names | Chocobozzz | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Fix torrent import on windows | Chocobozzz | 2020-04-07 | 2 | -5/+7 |
| |