aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Use got instead of requestChocobozzz2021-03-241-8/+8
|
* Optimize remote image processingChocobozzz2021-02-162-0/+60
|
* Move to eslintcontainChocobozzz2020-02-033-4/+4
|
* Update validator dependencyChocobozzz2020-01-071-2/+2
|
* Fix bug with tsconfig pathsChocobozzz2019-10-211-4/+2
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Add request body limitChocobozzz2019-02-212-0/+49
|
* Fix mention helper testChocobozzz2019-02-151-0/+2
|
* Implement contact form on server sideChocobozzz2019-01-101-1/+51
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-092-0/+26
|
* add parseBytes utility function and tests (#1239)BRAINS YUM2018-10-132-0/+49
* add parseBytes utility function and tests make it parse TB MB fix parseBytes; * 1024 test bytes too, and make parseByte to parse quotas add test in travis.sh in misc * fix parseBytes and test to pass linting