aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/users.ts
Commit message (Expand)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
* Refactor auth flowChocobozzz2021-03-241-1/+1
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-6/+6
* 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
* add check-params test for user listRigel Kent2020-07-031-0/+12
* 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
* Fix external auth email/password updateChocobozzz2020-05-201-1/+1
* Creating a user with an empty password will send an email to let him set his ...John Livingston2020-02-171-1/+47
* Move to eslintcontainChocobozzz2020-02-031-6/+7
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+8
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
* 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
* 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
* Add user adminFlagsChocobozzz2019-04-151-2/+22