438 Commits

Author SHA1 Message Date
Elian Doran
df6bb7e6bf
fix(deps): broken types after major update 2025-10-01 19:21:51 +03:00
Kevin Leutzinger
0a25d4db0d shareHTML to shareHtml 2025-10-01 03:30:16 -04:00
Kevin Leutzinger
d483b6e840 add shareHTML relation 2025-09-30 23:06:20 -04:00
Elian Doran
4cc55b02ab
feat(client/text): provide a way to disable slash commands 2025-09-23 20:24:55 +03:00
Elian Doran
effe0a4f51
chore(options_init): disable bold & italic as default highlight options 2025-09-22 18:33:15 +03:00
Elian Doran
06254442c9
chore(desktop): use different mechanism for second instance 2025-09-16 18:22:32 +03:00
Elian Doran
b394fb1e86
fix(demo): geomap incorrect 2025-09-15 19:29:00 +03:00
Elian Doran
ec5e7607f0
Merge branch 'main' into react/collections 2025-09-14 19:01:18 +03:00
Elian Doran
970f4b028d
chore(server): fix a few more type errors 2025-09-14 10:58:11 +03:00
Elian Doran
9c8b0611ea
refactor: add typesafety to TaskContext 2025-09-13 13:44:23 +03:00
Elian Doran
39fecb3ffe
refactor: further improve task context types 2025-09-13 13:06:28 +03:00
Elian Doran
4cd0702cbb
refactor: proper websocket message types 2025-09-13 12:59:00 +03:00
Elian Doran
998688573d
refactor(server): integrate entity types changes into commons 2025-09-13 12:00:20 +03:00
Judging28
c79c21e965 (fix)check redirectBareDomain option first 2025-09-12 23:49:32 +08:00
Elian Doran
d6e6e78acc
chore(server): improve & translate DB not initialized message 2025-09-12 12:49:25 +03:00
Elian Doran
0e5e439f69
docs(help): remove clone causing small issues in hidden subtree 2025-09-12 12:43:54 +03:00
Elian Doran
08a600167a
chore(server): integrate DB size into startup info 2025-09-12 12:27:41 +03:00
Elian Doran
9779e706c5
chore(server): improve the display of the start-up information 2025-09-12 12:17:22 +03:00
Adorian Doran
97aa00e18b electron app: add an option to disable smooth scrolling 2025-09-06 19:00:45 +03:00
Elian Doran
5d8f789791
fix(desktop): background effects causing issues on Win10 2025-09-06 17:47:13 +03:00
Elian Doran
534113b303
fix(dx/share): ckcontent for share theme not preserved 2025-09-03 21:09:56 +03:00
Elian Doran
53df7835d3
Revert "chore(dx/server): remove dependency on CKEditor for now"
This reverts commit 4739e2e3b265bd2e6f7e603bb0e380f613186d7e.
2025-09-03 20:24:23 +03:00
Elian Doran
a56d622df7
chore(dx): address self-review 2025-09-03 10:55:40 +03:00
Elian Doran
7fdea613ff
feat(dx/desktop): perfect way to override bettersqlite native 2025-09-02 11:50:58 +03:00
Elian Doran
793102f3ad
chore(dx/electron): fix tray icons 2025-09-01 22:55:53 +03:00
Elian Doran
6f29bdf355
chore(dx/electron): different window icon 2025-09-01 22:25:06 +03:00
Elian Doran
ebcf4315f7
chore(dx/desktop): remote main not working in dist build 2025-09-01 21:15:17 +03:00
Elian Doran
1b25275b2e
fix(dx/electron): web contents not working 2025-08-31 20:43:48 +03:00
Elian Doran
91ae9d75f7
Revert "chore(dx/server): improve asset management for DB init"
This reverts commit 42559364e46830b52093d1b6306e44ea03a0c2c7.
2025-08-31 20:31:51 +03:00
Elian Doran
42559364e4
chore(dx/server): improve asset management for DB init 2025-08-31 20:28:21 +03:00
Elian Doran
46cb869237
chore(dx/server): client paths not correct 2025-08-31 19:21:36 +03:00
Elian Doran
cc474f39d8
chore(dx/server): basic middleware integration for vite 2025-08-31 18:24:02 +03:00
Elian Doran
4739e2e3b2
chore(dx/server): remove dependency on CKEditor for now 2025-08-31 16:52:32 +03:00
Elian Doran
aa316091e6
chore(dx): fix cannot read properties of undefined if DB dir is missing 2025-08-31 16:41:03 +03:00
Elian Doran
a7a94789e6
chore(server/tree): improve type safety 2025-08-30 14:06:35 +03:00
Romain DEP.
7c490d8b72 fix(tree): defend against stray null values that may occur when multiple sorting overrides are defined
fixes #6820
2025-08-29 01:57:18 +02:00
Elian Doran
2085d1bbba
feat(react/floating_buttons): port save to note button 2025-08-27 23:14:25 +03:00
Elian Doran
399c7435ac
Merge remote-tracking branch 'origin/main' into react/note_context_aware 2025-08-26 23:49:00 +03:00
hulmgulm
21504d1417 Logout same error message on api 401 as on login error 2025-08-25 21:18:01 +02:00
Elian Doran
df6447e3ad
feat(quick_search): also allow for the equals operator in note title's quick search (#6769) 2025-08-25 20:49:45 +03:00
Elian Doran
4dbc76790a
Merge remote-tracking branch 'origin/main' into react/note_context_aware 2025-08-25 19:33:14 +03:00
Elian Doran
e793b2f661
feat(config): fix previously documented env var formula not working (#6726) 2025-08-25 19:23:35 +03:00
Jon Fuller
b0b788b7dc
Merge branch 'main' into fix/quick-search-equals-operator 2025-08-24 14:47:31 -07:00
Sky Swimmer
9a08f6534b
Fix casing and formatting in i18n.ts which was causing compile errors 2025-08-24 23:14:45 +02:00
perf3ct
93c5413790
feat(quick_search): also allow for the equals operator in note title's quick search 2025-08-24 18:53:05 +00:00
Elian Doran
6b28fd405e
chore(react/ribbon): port fast search 2025-08-24 18:07:16 +03:00
Elian Doran
04fbc82d7c
chore(react/ribbon): save search to note 2025-08-24 16:58:10 +03:00
Elian Doran
5a767dae34
feat(i18n): add support for Brazilian Portuguese 2025-08-24 11:05:52 +03:00
Elian Doran
9f93d30b99
feat(i18n): add support for Ukrainian 2025-08-24 10:53:21 +03:00
Adorian Doran
94ddad3c49 client/settings/disable backdrop effects: add an option to enable or disable backdrop effects 2025-08-23 01:15:00 +03:00