aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add signup approval API testsChocobozzz2023-01-191-255/+0
|
* Reimplement a typed omit functionChocobozzz2022-08-171-4/+2
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-8/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Split check user params testsChocobozzz2021-10-201-899/+12
|
* Add ability to view my followersChocobozzz2021-10-201-0/+28
|
* Allow accounts to skip account setup modalChocobozzz2021-08-271-13/+14
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-37/+37
|
* Use an object to represent a serverChocobozzz2021-07-201-8/+7
|
* Shorter server command namesChocobozzz2021-07-201-37/+37
|
* Introduce videos commandChocobozzz2021-07-201-13/+8
|
* Introduce user commandChocobozzz2021-07-201-135/+108
|
* Introduce login commandChocobozzz2021-07-201-5/+4
|
* Introduce server commandsChocobozzz2021-07-201-37/+40
|
* Introduce sql commandChocobozzz2021-07-201-1/+1
|
* Introduce channels commandChocobozzz2021-07-201-3/+2
|
* Correctly export misc filesChocobozzz2021-07-201-1/+1
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-5/+7
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-5/+5
|
* Resumable video uploads (#3933)kontrollanten2021-05-101-103/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Refactor auth flowChocobozzz2021-03-241-1/+1
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-6/+6
| | | | | - 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 Kent2020-12-071-66/+144
|
* Fix migration and testChocobozzz2020-11-251-1/+31
|
* Add admin view to manage commentsChocobozzz2020-11-161-12/+0
|
* Don't rely on youtube for testsChocobozzz2020-07-311-7/+6
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* add check-params test for user listRigel Kent2020-07-031-0/+12
| | | | fixes #2918
* Update server dependenciesChocobozzz2020-06-171-7/+0
|
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-1/+1
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* Fix external auth email/password updateChocobozzz2020-05-201-1/+1
| | | | Also check if an actor does not already exist when creating the user
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-1/+47
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Move to eslintcontainChocobozzz2020-02-031-6/+7
|
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | * Start working on autoplay of next video * Ignore changes made by gitpod * Apply changes from PR#1370 * Correct the spelling of recommendations * Fix linting errors * Move boolean check to existing onEnded handler * Pick a random video until the recommendations are improved * Add simple tests for autoPlayNextVideo * Fix lint ...again
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add welcome modalChocobozzz2019-09-051-1/+19
|
* Moderators can only manage usersChocobozzz2019-07-301-30/+136
|
* Add CLI plugins testsChocobozzz2019-07-241-1/+12
|
* Add language filters in user preferencesChocobozzz2019-06-191-0/+23
|
* Add more embed parametersChocobozzz2019-06-111-2/+1
|
* Improve registrationChocobozzz2019-06-071-0/+7
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Multi step registrationChocobozzz2019-05-291-0/+7
|
* Add ability to specify channel on registrationChocobozzz2019-05-281-2/+26
|
* Use test wrapper exit functionChocobozzz2019-04-241-4/+4
|
* Try to fix travisChocobozzz2019-04-241-3/+21
|
* Cleanup testsChocobozzz2019-04-241-11/+4
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-4/+4
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-2/+22
|