aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/server/email.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove low timeoutsChocobozzz2023-05-221-16/+0
* Correctly wait for live segment generationChocobozzz2023-05-111-1/+1
* Add signup approval API testsChocobozzz2023-01-191-10/+67
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-11/+9
* Cleanup tests importsChocobozzz2022-08-171-3/+1
* We don't need to import mochaChocobozzz2022-08-171-1/+0
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+2
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
* Fix testsChocobozzz2021-12-091-1/+1
* Add ability to search by host in serverChocobozzz2021-07-271-4/+5
* Reorganize importsChocobozzz2021-07-201-1/+1
* Refactor requestsChocobozzz2021-07-201-1/+1
* Use an object to represent a serverChocobozzz2021-07-201-3/+3
* Shorter server command namesChocobozzz2021-07-201-21/+21
* Introduce videos commandChocobozzz2021-07-201-17/+7
* Introduce user commandChocobozzz2021-07-201-30/+43
* Introduce login commandChocobozzz2021-07-201-4/+3
* Introduce blacklist commandChocobozzz2021-07-201-4/+2
* Introduce abuse commandChocobozzz2021-07-201-2/+1
* Correctly export misc filesChocobozzz2021-07-201-2/+2
* Only link to crowdfunding pages in creditsChocobozzz2020-12-141-9/+9
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-6/+7
* Fix email footerChocobozzz2020-11-101-0/+5
* Do not reuse reset password linksChocobozzz2020-08-121-0/+4
* Add new abuses testsChocobozzz2020-07-101-1/+1
* Add migrationsChocobozzz2020-07-101-3/+9
* Creating a user with an empty password will send an email to let him set his ...John Livingston2020-02-171-12/+64
* Move to eslintcontainChocobozzz2020-02-031-1/+1
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
* Handle email update on serverChocobozzz2019-06-111-1/+1
* All API tests in parallelChocobozzz2019-05-151-3/+5
* Redundancy and search tests in parallel tooChocobozzz2019-05-141-14/+14
* Use test wrapper exit functionChocobozzz2019-04-241-3/+4
* Cleanup testsChocobozzz2019-04-241-5/+3
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
* Add user adminFlagsChocobozzz2019-04-151-1/+1
* findById -> findByPkChocobozzz2019-02-211-1/+2
* Fix from header in contact formChocobozzz2019-02-151-0/+7
* Fix socket.io websocket connectionChocobozzz2019-01-091-0/+1
* throw error if MailDev doesn't runJosh Morel2018-12-171-2/+2
* Move utils to /sharedbuoyantair2018-10-291-5/+8
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+41
* Add blacklist reason fieldChocobozzz2018-08-141-1/+50
* Add reason when banning a userChocobozzz2018-08-081-1/+47
* Improve tests when waiting pending jobsChocobozzz2018-06-131-9/+3
* Send an email on video abuse reportChocobozzz2018-02-011-3/+33
* Add tests for emailsChocobozzz2018-01-301-0/+94