Elian Doran
8994f537dc
fix(migration): use bundleable migrations
...
This fixes TypeScript migrations, which were not being run correctly
even in previous versions.
On the ESBuild version, neither SQL migrations worked due to the fact
that they were not being bundled.
2025-05-30 21:32:35 +03:00
Elian Doran
b88f07c202
refactor(server): add missing override
2025-05-29 13:34:42 +03:00
Elian Doran
ff106e21cf
chore(server): fix more type errors
2025-05-28 19:57:55 +03:00
Elian Doran
ba7c93967e
chore(server): fix some type errors
2025-05-28 19:03:53 +03:00
Elian Doran
79422da733
Merge pull request #2014 from FliegendeWurst/demo-mode
...
feat(server): add option to mount database read-only
2025-05-26 16:47:10 +03:00
Elian Doran
82f94ff3e6
fix(server): wrong import for dayjs
2025-05-25 16:33:34 +03:00
Elian Doran
fa9d0be651
refactor(server): async import without side effects
2025-05-25 14:09:51 +03:00
FliegendeWurst
5acdb698bb
fix(server): don't optimize database in read-only mode
2025-05-24 17:35:52 +02:00
FliegendeWurst
bd0cb91171
feat(server): log ignored DB changes in wrapper
2025-05-24 17:35:52 +02:00
Elian Doran
43d9f77518
fix(desktop/esbuild): asset path not working at runtime
2025-05-23 17:56:44 +03:00
Elian Doran
1abf1d3f60
chore(server/esbuild): switch to cjs to embed deps
2025-05-23 11:58:36 +03:00
Elian Doran
5501733498
refactor(server): unnecessary usage of fs-extra
2025-05-22 23:06:04 +03:00
Elian Doran
edc180189c
Merge remote-tracking branch 'origin/develop' into feature/server_esbuild
2025-05-22 12:24:02 +03:00
Elian Doran
100184121c
Merge pull request #1984 from TriliumNext/markdown-math
...
fix(import): Unable to handle multi line mathematical formulas when i…
2025-05-21 23:55:51 +03:00
Elian Doran
b59af770c2
fix(server): server not starting due to dependency on electron remote
2025-05-21 18:06:09 +03:00
FliegendeWurst
fd0f0196cc
feat(server): add option to mount database read-only
2025-05-21 17:00:08 +02:00
Elian Doran
9d6758b315
refactor(server); electron imports causing issues in bundle
2025-05-21 16:32:51 +03:00
Elian Doran
fe8b905922
refactor(serve): unnecessary export causing issues with types
2025-05-21 16:32:30 +03:00
Elian Doran
3b6679a744
refactor(serve): solve some more type errors
2025-05-21 16:00:57 +03:00
Elian Doran
de83029c3a
refactor(server): various type errors
2025-05-21 15:42:53 +03:00
Elian Doran
6414dd71ab
refactor(server): more unaccessible types
2025-05-21 15:42:35 +03:00
Elian Doran
7aaa94d01b
refactor(server): missing exports causing hidden types
2025-05-21 15:34:31 +03:00
Elian Doran
b9df707369
refactor(server): type errors due to change in API
2025-05-21 15:34:16 +03:00
SiriusXT
04bd541542
fix(markdown): Make the math formula conversion ignore formulas inside code blocks
2025-05-21 17:15:54 +08:00
Elian Doran
d06b2c4c00
fix(server): @fs proxy not working correctly
2025-05-20 18:23:02 +03:00
SiriusXT
6a9b44e4a1
Fixed indentation
2025-05-20 22:14:30 +08:00
SiriusXT
6e8e343301
fix(import): Unable to handle multi line mathematical formulas when importing markdown
2025-05-20 22:03:40 +08:00
Elian Doran
e536ec4cbf
fix(vite): use base path
2025-05-19 19:51:33 +03:00
Elian Doran
a5f0b3b9b2
Merge remote-tracking branch 'origin/develop' into client_vite
2025-05-19 16:50:00 +03:00
Elian Doran
41533598fd
Merge remote-tracking branch 'origin/develop' into client_vite
2025-05-19 16:42:11 +03:00
Elian Doran
f92047bcac
refactor(common): rename highlightjs to markdown language code
2025-05-18 20:22:32 +03:00
Elian Doran
1a4d1bc791
refactor(commons): deduplicate mime_type_definitions
2025-05-18 19:33:11 +03:00
Elian Doran
4537dfa660
chore(highlightjs): reintroduce grouping of themes
2025-05-18 18:58:46 +03:00
Elian Doran
8b11f25f0c
chore(highlightjs): introduce client-level list of themes
2025-05-18 17:12:45 +03:00
Elian Doran
b0ebeb22d5
fix(highlightjs): unable to match due to init normalization
2025-05-18 16:05:50 +03:00
Elian Doran
a564a0df86
Merge branch 'develop' into feature/db_session_store
2025-05-17 09:51:18 +03:00
Elian Doran
a5952b76d2
fix(test/server): dayjs initialization issue
2025-05-17 09:45:53 +03:00
Elian Doran
278cdf64f2
feat(server): serve client directly instead of proxying
2025-05-17 00:51:06 +03:00
Elian Doran
43ab13e126
refactor(server/session): better error management
2025-05-16 23:36:56 +03:00
Elian Doran
ec39667cba
feat(server/session): update database to hold session information
2025-05-16 23:07:23 +03:00
Elian Doran
1d58b285de
fix(server): week notes broken due to misuse of transactions
2025-05-16 19:09:54 +03:00
Elian Doran
00a9908907
Merge remote-tracking branch 'origin/develop' into feature/codemirror6
2025-05-12 10:04:30 +03:00
Elian Doran
bd26e1a578
feat(code): provide sensible theme defaults
2025-05-11 22:22:35 +03:00
Elian Doran
92dcfb3304
feat(server): define code note theme option
2025-05-11 20:52:26 +03:00
Elian Doran
cf7c5d3cb4
feat(text): add Nix language
2025-05-11 19:45:56 +03:00
Elian Doran
2b192eb1b9
feat(code): add Nix language
2025-05-11 19:44:10 +03:00
Elian Doran
7cd4bce5b0
feat(code): support gdscript (godot)
2025-05-11 11:18:19 +03:00
SiriusXT
58e53fc8ce
add test case for multiple inline math expressions in imported Markdown
2025-05-11 00:09:15 +08:00
SiriusXT
047109f821
Fix incorrect import of multiple inline math.
2025-05-10 22:56:36 +08:00
Elian Doran
a0fac8b6d9
fix(server): export not working due to content CSS
2025-05-09 10:31:37 +03:00