aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/contact-form.ts
Commit message (Collapse)AuthorAgeFilesLines
* Increase contact form tests timeoutChocobozzz2021-09-021-2/+2
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-5/+5
|
* Shorter server command namesChocobozzz2021-07-201-1/+1
|
* Introduce notifications commandChocobozzz2021-07-201-1/+1
|
* Introduce sql commandChocobozzz2021-07-201-2/+2
|
* Introduce contact form commandChocobozzz2021-07-201-52/+17
|
* Correctly export misc filesChocobozzz2021-07-201-3/+2
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-11/+48
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Move to eslintcontainChocobozzz2020-02-031-16/+2
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-0/+1
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Fix overview endpointChocobozzz2019-04-241-1/+1
|
* Use test wrapper exit functionChocobozzz2019-04-241-6/+8
|
* Cleanup testsChocobozzz2019-04-241-9/+3
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-5/+5
| | | | Because they need dev dependencies
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-0/+4
| | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
* Implement contact form on server sideChocobozzz2019-01-101-0/+92