Ammar Ahmed
cc75f6588a
core: fix fallback key encryption
2024-12-21 14:14:24 +05:00
Abdullah Atta
ee8701eff8
core: add support for fallback hashing
...
on ios some users using passwords with multi byte characters
generates the wrong hash. This commit adds support for fallback
to allow those users to continue to login once the fix has been applied.
2024-12-21 14:14:24 +05:00
01zulfi
1d78402d5d
web: fix tags not showing in locked note ( #7061 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2024-12-10 09:58:13 +05:00
01zulfi
69504a150e
core: handle error in parseInternalLink ( #7065 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2024-12-10 09:56:47 +05:00
dyw770
a78a2e4ae2
core: fix object-id is sometimes less than 24 chars in length ( #6991 ) ( #6994 )
...
Signed-off-by: dyw770 <dyw770@qq.com >
2024-12-06 10:11:57 +05:00
Ammar Ahmed
4ee2923181
mobile: fix attachment downloads failing on mobile
2024-11-23 22:15:57 +05:00
Abdullah Atta
af3fba5176
core: lazily use db in config & kv stores
2024-11-23 13:28:55 +05:00
Abdullah Atta
175c6cdba0
core: send db name with migration events
2024-11-19 17:01:24 +05:00
Abdullah Atta
3150eafb89
core: workaround for tokens shorter than 3 chars
2024-11-19 15:45:40 +05:00
Abdullah Atta
a315473ea4
core: add migration start/finished events
2024-11-18 13:45:52 +05:00
Abdullah Atta
89ee0f8d27
core: fix sync tests and remove obsolete snapshots
2024-11-16 15:16:18 +05:00
Abdullah Atta
b32f6b2460
core: remove special handling for queries < 3 in length
2024-11-16 14:16:01 +05:00
Abdullah Atta
1f24fd4758
core: use better_trigram for improved content tokenization
2024-11-16 14:16:01 +05:00
Abdullah Atta
3f82a4ebd4
core: fix using wrong encryption key shows incorrect password error
2024-11-15 16:02:55 +05:00
Abdullah Atta
59e06ef938
core: fix sync not running on app startup
2024-11-13 18:12:54 +05:00
Abdullah Atta
b388a550a5
core: remove unneeded packages
2024-11-13 15:48:33 +05:00
Abdullah Atta
f0c5f6b949
core: lazy init compressor
2024-11-13 15:48:33 +05:00
Abdullah Atta
459cd70c32
core: lazy load signalr
2024-11-13 15:48:33 +05:00
Abdullah Atta
ece142e8d8
core: lazy load content-type
2024-11-13 15:48:33 +05:00
Abdullah Atta
5f1f308540
core: replace mime-db with mime and lazy load it
2024-11-13 15:48:33 +05:00
Abdullah Atta
7437b29518
core: fix type errors in migrations
2024-11-13 15:48:33 +05:00
Abdullah Atta
02008ad098
core: use tsc instead of tsup for builds
2024-11-13 15:48:33 +05:00
Abdullah Atta
0bb2345ccb
core: add host for monograph server
2024-11-08 12:21:07 +05:00
01zulfi
55b441d14e
web: fix restore notebooks over limit for free users ( #6812 )
...
Signed-off-by: Zulfiqar Ali <85733202+01zulfi@users.noreply.github.com >
2024-11-06 14:22:30 +05:00
01zulfi
8722524c98
web: show vault unlock indication in status bar ( #6830 )
...
* web: add vault in status bar
* add vault lock functionality for user
* add new vault EVENTS
Signed-off-by: Zulfiqar Ali <85733202+01zulfi@users.noreply.github.com >
2024-11-05 15:35:02 +05:00
Abdullah Atta
b7ddae6950
core: fix invalid object-ids generated on desktop
2024-10-28 15:58:45 +05:00
Abdullah Atta
f42155ca5d
core: use math.random instead of crypto random in object-id
2024-10-01 16:17:36 +05:00
Abdullah Atta
b881023e7b
core: update @streetwriters/showdown
2024-09-24 13:25:37 +05:00
Abdullah Atta
69468487c2
core: note title reset on updating a note
2024-09-23 17:26:50 +05:00
Abdullah Atta
0a2af0ec7d
global: publish packages
2024-09-23 15:47:09 +05:00
Abdullah Atta
de40285e21
core: create languages directory if it doesn't exist
2024-09-23 15:37:58 +05:00
Abdullah Atta
a7fa0bde00
global: publish packages
2024-09-23 15:32:14 +05:00
Abdullah Atta
19c2d2007f
core: fix imports in tests
2024-09-23 15:32:13 +05:00
Abdullah Atta
7f31066e8f
core: include cjs and esm variants in build
2024-09-23 15:32:12 +05:00
Abdullah Atta
50e418dc53
core: use language grammars directly from refractor
2024-09-23 15:32:12 +05:00
Abdullah Atta
59739067b6
core: make imports compatible with esm
2024-09-23 15:32:12 +05:00
Abdullah Atta
7683d8fa5b
core: fix crash when searching
2024-09-16 11:49:49 +05:00
Abdullah Atta
3fe5352b56
core: resort date formats and add DD.MM.YYYY format ( fixes #4744 )
2024-09-13 15:39:09 +05:00
Ammar Ahmed
a68f74bc1b
core: fix locking notes with empty content ( #6545 )
...
* core: fix locking notes with empty content
* core: lock note and return if rawContent already locked
* core: update comment
* core: allow locking an empty note
* core: updates
* core: updates
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2024-09-13 12:18:55 +05:00
Abdullah Atta
020244231f
desktop: update electron to v30 ( #6498 )
2024-09-13 08:39:18 +05:00
Abdullah Atta
7e88ec88ee
core: search query should be AND by default instead of OR
2024-09-12 12:54:16 +05:00
Abdullah Atta
9ef07f22af
core: ignore diacritics when searching (requires rebuilding search index)
2024-09-12 12:54:16 +05:00
Abdullah Atta
e06192c5b4
core: update @streetwriters/showdown ( fixes #4470 )
2024-09-11 14:59:07 +05:00
Ammar Ahmed
2e4a87abd9
core: fix export title has appended Notesnook to end ( #6529 )
2024-09-11 13:26:20 +05:00
Abdullah Atta
2293866c61
core: fix note title can be set to empty
2024-09-10 09:27:38 +05:00
Abdullah Atta
ac7c88218b
core: fix custom server urls not working in production
2024-09-04 11:06:38 +05:00
Ammar Ahmed
d93ec27c9e
mobile: release v3.0.16
2024-09-02 16:29:13 +05:00
Abdullah Atta
15329597a5
core: fix notes search for queries less than 3 letters ( #6489 )
2024-09-02 15:29:18 +05:00
Abdullah Atta
11a5e8c180
core: delete all relations with fromId/toId set to null
2024-09-02 14:20:58 +05:00
Abdullah Atta
5bd7a081c1
core: do not allow invalid reference to be added in relations
2024-09-02 14:20:58 +05:00