Commit Graph

19 Commits

Author SHA1 Message Date
Peter Sanderson
55d663ca2d chore: add recommanded checks from eslint-plugin-jest
chore: use jest/valid-describe-callback as it has only 2 places that fails, so I ignored them in-code
2024-11-06 14:18:07 +01:00
Peter Sanderson
8d8beba862 chore: add 'import/no-duplicates' ESLint rule 2024-11-01 10:47:27 +01:00
Martin Varmuza
011d0d12b6 feat(node-utils): looser request body parsing (allow empty) 2024-10-29 18:14:50 +01:00
Peter Sanderson
77576f5bea chore: remove prettier-eslint dependency, upgrade @typescript-eslint 2024-09-12 13:43:42 +02:00
Martin Varmuza
348788411e feat(transport-bridge): it should work with suite web onion 2024-08-30 14:18:57 +02:00
Szymon Lesisz
ad4737e3b3 chore(transport-bridge): RequestHandlers with validation and generic types 2024-08-07 10:44:00 +02:00
Carlos Garcia Ortiz karliatto
786007e6ae feat(node-utils): create checkFileExists util 2024-08-03 07:46:17 +02:00
Martin Varmuza
0da49eef60 chore(node-utils): export http sever types 2024-07-15 13:58:12 +02:00
Martin Varmuza
738f054611 chore(suite-desktop): create facade over ILogger to make it compatible with Log 2024-05-24 14:56:54 +02:00
Martin Varmuza
4051bf5bc1 feat(node-utils): add getLog method to http util 2024-04-11 12:12:01 +02:00
MiroslavProchazka
ac03c1e0ae fix(suite): EACCESS error message handling
fix(suite): Adjusted formating
2024-04-09 15:40:36 +02:00
Martin Varmuza
caca785e63 chore(node-utils): split referer and origin check middlewares 2024-04-09 13:15:08 +02:00
Peter Sanderson
c82455e746 chore(suite): autofix newlines 2024-02-20 14:54:29 +01:00
Daniel Suchý
6cd3d3c819 chore(utils): remove build step requirement from @trezor/utils (#11176)
* chore: remove build step requirement from utils

* chore: dissalow imports from utils/lib

* chore: remove outdated comment from TypedEmitter

* chore: enable tree shaking for connect-iframe build

* chore: bring back usage example comment
2024-02-20 11:08:45 +01:00
Martin Varmuza
ecda2db609 feat(node-utils): additional features to http server (json parsing, route matching,..) 2024-02-08 09:27:14 +01:00
Martin Varmuza
a051deae37 feat(node-utils): add express like http server util 2024-01-29 08:29:27 +01:00
Martin Varmuza
7fdee4b502 chore: move getFreePort to @trezor/node-utils 2023-04-27 15:49:27 +02:00
Matej Kriz
a54c397c85 fix(node-utils): dir path can't be dasherized as a whole
There could be existing path that contains spaces and you need to create just a subfolder of that existing folder.
2023-04-04 17:39:57 +02:00
Carlos Garcia Ortiz karliatto
69f95a43cb feat(node-utils): new package for node utililites 2023-03-24 12:29:34 +01:00