1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-08 03:22:03 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
b16e652acc rewrite MegolmExportEncryption using async/await
... to make it easier to add exception handling
2017-06-08 14:45:01 +01:00
d9bc8ebc53 de-lint MegolmExportEncryption + test 2017-06-08 14:29:53 +01:00
ba8e37a84e Don't include src in the test resolve root
Don't include src in resolve root for the karma test, as otherwise
modules from react sdk get pulled in instead of npm libraries like
'extend' which breaks everything in really subtle ways.
2017-05-25 23:13:49 +01:00
c5f447260a Megolm import: Fix handling of short files
Make sure we throw a sensible error when the body of the data is too short.
2017-01-31 12:30:30 +00:00
fdc213cbb8 Megolm export: fix test 2017-01-19 10:44:01 +00:00
e37bf6b7be Skip crypto tests on PhantomJS 2017-01-14 01:41:48 +00:00
f8e56778ea Encryption and decryption for megolm backups 2017-01-14 01:34:34 +00:00