aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to run transcoding jobsChocobozzz2021-11-181-0/+1
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-0/+1
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+1
| | | | Introduce include and isLocal instead
* Split check user params testsChocobozzz2021-10-201-0/+2
|
* Instance homepage support (#4007)Chocobozzz2021-05-271-0/+1
| | | | | | | | | | | | | | | | | * 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
* Resumable video uploads (#3933)kontrollanten2021-05-101-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>
* Remove deprecated abuse apiChocobozzz2020-11-101-1/+0
|
* Add check params live testsChocobozzz2020-11-091-0/+1
|
* Implement abuses check paramsChocobozzz2020-07-101-0/+1
|
* Add ability to bulk delete commentsChocobozzz2020-05-291-0/+1
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-0/+1
|
* Add plugins check params testsChocobozzz2019-07-241-0/+1
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-111-0/+1
|
* Add logs endpointChocobozzz2019-04-101-0/+1
|
* Add playlist rest testsChocobozzz2019-03-181-0/+1
|
* Implement contact form on server sideChocobozzz2019-01-101-1/+1
|
* Add user notification base codeChocobozzz2019-01-091-0/+1
|
* Add ability for users to block an account/instance on server sideChocobozzz2018-10-161-0/+1
|
* Add ability to list all local videosChocobozzz2018-10-101-0/+1
| | | | Including private/unlisted for moderators/admins
* Add user history and resume videosChocobozzz2018-10-051-0/+1
|
* Basic video redundancy implementationChocobozzz2018-09-131-3/+5
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+1
|
* Add videos list filtersChocobozzz2018-07-241-0/+1
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+1
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+1
|
* Add check params testsChocobozzz2017-12-271-2/+4
|
* Add ability to list jobsChocobozzz2017-11-301-0/+1
|
* Optimize signature verificationChocobozzz2017-11-271-3/+1
|
* Add oembed endpointChocobozzz2017-10-161-0/+1
|
* Handle blacklist (#84)Green-Star2017-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns
* Convert tests to typescriptChocobozzz2017-09-041-0/+8