Commit graph

4 commits

Author SHA1 Message Date
ivk
2e93b24af2
Improve how models are generated
The idea is to reduce number of separate files and imports for them to
make it easier on compiler. Unfortunately so far the gains are not as
big as we hoped but this change can be a base towards reducing direct
dependency on typeModels to that we can avoid recompiling them.
Because of that we try to avoid importing them directly and
theoretically we could reduce it even more.
2022-04-25 15:50:51 +02:00
ivk
88fd8b417d Fix displaying QR-code for TOTP, fix #3789
After HtmlSanitizer refactoring we started to actually enforce SVG
namespace. This led to an issue because we didn't provide correct
parameters for QR-code generator and it wrapped generated content in
SVG. Trying to parse XML as svg didn't work and we didn't see QR-code
2022-01-14 14:48:01 +01:00
ivk
253441b9ac Convert codebase to Typescript, close #3746 close #3594
Co-authored-by: jom <jom@tutao.de>
Co-authored-by: thp <thp@tutao.de>
Co-authored-by: vis <vis@tutao.de>
2022-01-07 16:21:07 +01:00
jom
06bf683733 WIP convert flow to typescript 2022-01-07 16:21:07 +01:00