thecodrr
|
9aa7a13189
|
fix: resolve all warnings
|
2022-07-02 11:33:10 +05:00 |
|
thecodrr
|
f45ed3d37b
|
fix: base64 images getting saved as null bytes
|
2022-06-22 18:47:06 +05:00 |
|
thecodrr
|
250de16ff9
|
feat: add sync progress
|
2022-04-01 20:07:57 +05:00 |
|
thecodrr
|
0b2e43d88d
|
feat: improve account recovery
|
2022-04-01 19:01:06 +05:00 |
|
thecodrr
|
d7ffeca32e
|
fix: e.response is not defined
|
2022-03-23 15:38:22 +05:00 |
|
thecodrr
|
fde86db58d
|
fix: improve note saving — make it faster and resilient
|
2022-03-16 20:45:16 +05:00 |
|
thecodrr
|
ade4ec5491
|
feat: add support for getting att. size
|
2022-03-09 19:14:22 +05:00 |
|
thecodrr
|
47b2c0e43c
|
refactor: fix typings for getCryptoKey
|
2022-02-17 07:50:22 +05:00 |
|
thecodrr
|
3c6b689c6c
|
refactor: port storage module to typescript
|
2022-02-08 15:47:02 +05:00 |
|
thecodrr
|
df9fe90d62
|
chore: migrate to @notesnook/crypto package
|
2022-02-02 10:39:09 +05:00 |
|
thecodrr
|
6e344fbdac
|
fix: only delete att. file if att. is uploaded
|
2022-01-17 14:04:49 +05:00 |
|
thecodrr
|
fa4161db1f
|
fix: improve upload/download att. error handling
|
2022-01-17 13:58:45 +05:00 |
|
thecodrr
|
9d8f7bca6d
|
refactor: move appeventmanager to its own file
|
2022-01-08 14:28:49 +05:00 |
|
thecodrr
|
9be9116aef
|
feat: cleanup backup loading dialog
|
2021-12-23 13:28:13 +05:00 |
|
thecodrr
|
170aeada1e
|
fix: update progress immediately on download
|
2021-11-20 16:36:51 +05:00 |
|
thecodrr
|
179fcb1b29
|
fix: remove integrity check
|
2021-11-20 16:36:51 +05:00 |
|
thecodrr
|
321c0135a0
|
fix: perform dm5 integirty check on att. download
|
2021-11-20 16:36:51 +05:00 |
|
thecodrr
|
674c178301
|
fix: perform integrity check on attachment download
|
2021-11-20 16:36:22 +05:00 |
|
thecodrr
|
1f6899afb6
|
fix: handle case where attachment length = 0
|
2021-11-13 12:06:03 +05:00 |
|
thecodrr
|
1bbd617907
|
fix: do not use Blob for uploading chunks
|
2021-11-03 20:16:31 +05:00 |
|
thecodrr
|
1ddbbcdc89
|
feat: export file storage clear function
|
2021-11-02 14:35:24 +05:00 |
|
thecodrr
|
bd2f88cad1
|
feat: refactor attachment downloading & send chunksize
|
2021-10-30 13:59:11 +05:00 |
|
thecodrr
|
f252edbeb8
|
fix: incorrect chunk calculation on upload
|
2021-10-29 11:16:42 +05:00 |
|
thecodrr
|
0b7ddcbc38
|
fix: all images being empty
|
2021-10-28 21:38:51 +05:00 |
|
thecodrr
|
ae350d96cd
|
fix: offset out of bounds on decrypt stream
|
2021-10-28 21:17:09 +05:00 |
|
thecodrr
|
36121bba64
|
fix: remove file attachments after upload
|
2021-10-28 13:39:16 +05:00 |
|
thecodrr
|
449fcbf41e
|
fix: get signed url before starting download
|
2021-10-28 12:54:06 +05:00 |
|
thecodrr
|
75f56f07f4
|
fix: ensure only 1 worker is created per app instance
|
2021-10-26 12:26:45 +05:00 |
|
thecodrr
|
781e7d3a8d
|
fix: properly write embedded encrypted data to file
|
2021-10-26 12:16:13 +05:00 |
|
thecodrr
|
052bf34618
|
fix: use hard navigate for auth pages navigation
|
2021-10-26 09:37:01 +05:00 |
|
thecodrr
|
657416478e
|
feat: add support for 3-layer attachment encryption
|
2021-10-26 09:31:21 +05:00 |
|
thecodrr
|
45d33d90f6
|
refactor: improve app startup perf many times
|
2021-10-23 10:58:44 +05:00 |
|
thecodrr
|
30f6530c1c
|
chore: improve bundle size
|
2021-10-21 12:44:34 +05:00 |
|
thecodrr
|
f07f5718ce
|
refactor: use a single crypto worker path
|
2021-10-21 10:49:26 +05:00 |
|
thecodrr
|
d8339b09b7
|
fix: use file-saver instead of stream-saver for downloads
|
2021-10-21 09:51:03 +05:00 |
|
thecodrr
|
961fc95379
|
feat: improve attachment progress in properties
|
2021-10-20 11:46:52 +05:00 |
|
thecodrr
|
37fa6f4d29
|
fix: <5mb files could not be uploaded due to s3 policies
|
2021-10-18 14:03:23 +05:00 |
|
thecodrr
|
0089208adc
|
Merge branch 'master' into attachments
|
2021-10-18 09:49:43 +05:00 |
|
thecodrr
|
3252725b12
|
feat: reduce chunk size to 512KB
|
2021-10-16 14:06:46 +05:00 |
|
thecodrr
|
60da72a276
|
fix: app doesn't work in firefox private mode
|
2021-10-16 11:04:27 +05:00 |
|
thecodrr
|
bed1cf9564
|
feat: show progress when encrypting files
|
2021-10-16 09:07:54 +05:00 |
|
thecodrr
|
e035947c1b
|
feat: migrate to new streamable-fs
|
2021-10-15 11:16:03 +05:00 |
|
thecodrr
|
81cae7ea93
|
feat: add support for encrypting large files safely
|
2021-10-10 18:56:05 +05:00 |
|
thecodrr
|
2fa455fc55
|
fix: check attachment hash before insertion
|
2021-10-04 14:04:29 +05:00 |
|
thecodrr
|
7142d9f604
|
feat: add upload/download cancellation support
|
2021-09-29 09:54:36 +05:00 |
|
thecodrr
|
638b3a7c06
|
feat: add upload/download attachment progress
|
2021-09-26 11:46:50 +05:00 |
|
thecodrr
|
8a75890da9
|
fix: make xxh3 work
|
2021-09-23 15:18:11 +05:00 |
|
thecodrr
|
4b2f943c8a
|
feat: add hash-wash for hashing and add deleteFile
|
2021-09-21 12:28:11 +05:00 |
|
thecodrr
|
0dd2cf3595
|
feat: add attachment upload & download
|
2021-09-20 12:10:08 +05:00 |
|
thecodrr
|
7dfb12d2e1
|
feat: initial work
|
2021-09-15 02:16:27 +05:00 |
|