Commit Graph

1607 Commits

Author SHA1 Message Date
Abdullah Atta
fc270459b0 web: fix notes tests 2024-02-05 22:21:14 +05:00
Abdullah Atta
a51f84c1f4 core: prevent duplicate colors based on color code 2024-02-05 22:21:14 +05:00
Abdullah Atta
c452e1524d core: fix error on locking notes 2024-02-05 22:21:14 +05:00
Abdullah Atta
4b83e7319b core: use porter trigram tokenizer for fts 2024-02-05 22:21:14 +05:00
Abdullah Atta
96f45bf61e core: properly escape fts query 2024-02-05 22:21:14 +05:00
Abdullah Atta
ebf20c31c8 web: add support for assigning tags to notes 2024-02-05 22:21:14 +05:00
Abdullah Atta
16b68aae4f core: fix build error 2024-02-05 22:21:14 +05:00
Ammar Ahmed
3179c0ca2a mobile: migrate to sqlite 2024-02-05 22:21:14 +05:00
Abdullah Atta
905c7cdf31 web: fix note editor properties 2024-02-05 22:21:14 +05:00
Abdullah Atta
72015fcbeb core: return FilteredSelector from attachments.ofNote 2024-02-05 22:21:14 +05:00
Abdullah Atta
d32f3994e8 web: show notebook & tag shortcuts when assigning notes 2024-02-05 22:21:14 +05:00
Abdullah Atta
eb9f99dc4b web: implement virtualized search for all items 2024-02-05 22:21:14 +05:00
Abdullah Atta
803ef1ca36 web: use lazy loading to load attachments 2024-02-05 22:21:14 +05:00
Abdullah Atta
3d202c834a web: add support for nested notebooks 2024-02-05 22:21:14 +05:00
Abdullah Atta
cb376a6144 web: use new virtualized grouping for monographs 2024-02-05 22:21:14 +05:00
Abdullah Atta
254db0fb49 core: add support for fetching trash as grouped 2024-02-05 22:21:14 +05:00
Abdullah Atta
9b31bb8598 core: fix attachment extraction for locked notes 2024-02-05 22:21:14 +05:00
Abdullah Atta
4322559680 core: changes according to client needs 2024-02-05 22:21:14 +05:00
Abdullah Atta
de187ec433 core: fix database migration 2024-02-05 22:21:14 +05:00
Abdullah Atta
9e9a25861d core: add support for incremental grouping 2024-02-05 22:21:14 +05:00
Abdullah Atta
3ecf9eab3b core: fix size of nanoid in benchmarks 2024-02-05 22:21:14 +05:00
Abdullah Atta
a0f8666b7a core: optimize bson objectid generation & add benchmarks 2024-02-05 22:21:14 +05:00
Abdullah Atta
7cf8895b4d core: fix monographs 2024-02-05 22:21:14 +05:00
Abdullah Atta
84b786b5a3 core: fix sync tests 2024-02-05 22:21:14 +05:00
Abdullah Atta
b28ab28f57 core: remove temporary sqlite db 2024-02-05 22:21:14 +05:00
Abdullah Atta
70ef954de5 core: migrate everything to sqlite 2024-02-05 22:21:14 +05:00
Abdullah Atta
608761ee0d core: migrate all database writes to sqlite 2024-02-05 22:21:14 +05:00
Abdullah Atta
58ef5050c4 core: remove outbox 2024-02-05 22:21:14 +05:00
Abdullah Atta
c1594c1687 core: convert everything else to typescript 2024-02-05 22:21:14 +05:00
Abdullah Atta
bcb8c14abf core: remove unnecessary sync tests 2024-02-05 22:21:14 +05:00
Abdullah Atta
adb325af4d core: migrate monographs to typescript 2024-02-05 22:21:14 +05:00
Abdullah Atta
315961eaae core: make migration tests less flaky 2024-02-05 22:21:14 +05:00
Abdullah Atta
65d3ef87d2 core: add tests for migrations 2024-02-05 22:21:14 +05:00
Abdullah Atta
d4d9ebf378 core: migrate settings to its own collection 2024-02-05 22:21:14 +05:00
Abdullah Atta
d90fa07ed8 core: get rid of topics; move to sub notebooks 2024-02-05 22:21:14 +05:00
Abdullah Atta
adae1b6187 core: migrate attachments to use relations for linking to notes 2024-02-05 22:21:14 +05:00
Abdullah Atta
b40f52b12b core: minor updates and fixes 2024-02-05 22:21:14 +05:00
Abdullah Atta
0b8e0f9848 core: fix types & syncing issues 2024-02-05 22:21:14 +05:00
ammarahm-ed
fe2fc26bc0 mobile: migrate to typescript 2024-02-05 22:21:14 +05:00
ammarahm-ed
7b13d064e7 common: fix ts errors 2024-02-05 22:21:14 +05:00
Abdullah Atta
e781273345 core: fix more typings 2024-02-05 22:21:14 +05:00
Abdullah Atta
d28179e0cd core: fix typing errors 2024-02-05 22:21:14 +05:00
Abdullah Atta
ee6a515683 core: convert almost everything to typescript 2024-02-05 22:21:14 +05:00
Abdullah Atta
37263304fa core: fix attachment mime type on read 2024-02-05 22:21:14 +05:00
Abdullah Atta
96b97c4bec core: turn off sync push by default 2024-01-31 12:47:53 +05:00
Abdullah Atta
57452bd0e6 core: allow setting custom date edited 2024-01-29 18:26:44 +05:00
Ammar Ahmed
7c4a6f1e17 global: update deps 2024-01-27 23:06:24 +05:00
Abdullah Atta
9fa904e849 web: fix exporting of single note 2024-01-27 21:23:29 +05:00
Abdullah Atta
05cc947cb4 web: fix pdf exports 2024-01-27 21:23:29 +05:00
Abdullah Atta
0879c3b4d6 core: fix formatting of single spaced paragarphs in markdown exports (#4186)
* core: update showdown library to support single spaced paragraphs

* core: add tests

* core: update showdown library
2024-01-27 18:59:35 +05:00