Abdullah Atta
|
d81f5dba65
|
refactor: migrate to theme-ui from rebass
|
2022-08-31 07:26:27 +05:00 |
|
Abdullah Atta
|
c317774c8a
|
docs: add license header
|
2022-08-30 16:17:04 +05:00 |
|
Abdullah Atta
|
f6b6a0af06
|
refactor: rename core, theme, and logger
|
2022-08-29 23:30:48 +05:00 |
|
thecodrr
|
e898ef5d86
|
refactor: run prettier on the whole codebase
|
2022-08-26 16:19:39 +05:00 |
|
thecodrr
|
a6a0e995ee
|
chore: move web/packages/ to packages/
|
2022-08-25 16:03:57 +05:00 |
|
thecodrr
|
ccdef9debc
|
feat: add basic logging all over the app
|
2022-07-20 09:20:05 +05:00 |
|
thecodrr
|
8cb974fec8
|
feat: allow creating new NNStorage based databases
|
2022-07-19 16:53:51 +05:00 |
|
thecodrr
|
3a329d7813
|
refactor: install private packages from gh packages
|
2022-07-15 10:29:48 +05:00 |
|
thecodrr
|
c153272401
|
chore: remove unnecessary packages
|
2022-07-13 10:25:20 +05:00 |
|
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 |
|