Commit Graph

9733 Commits

Author SHA1 Message Date
perf3ct
fde644a432 remove commented imports 2025-04-02 17:26:32 +00:00
Elian Doran
86433e4c51 feat(launch_bar): improve look on small windows 2025-04-02 20:22:10 +03:00
Elian Doran
69b2824f9c fix(client): note context not correctly define (closes #1193) 2025-04-02 20:08:18 +03:00
Elian Doran
db66d86bc2 fix(in-app-help): help not rendering in other languages (fixes #1600) 2025-04-02 16:39:16 +03:00
JYC333
df328d576f Merge pull request #1598 from TriliumNext/autoComplete1
Forced to trigger search after compositionend
2025-04-02 11:46:33 +02:00
JYC333
4b64c34cbb Merge pull request #1595 from TriliumNext/fix/logout-headers-sent-error
Fix "Cannot set headers after they are sent" error in logout function
2025-04-02 11:44:19 +02:00
SiriusXT
cc87ff44a5 Forced to trigger search after compositionend 2025-04-02 15:44:47 +08:00
SiriusXT
30056e7ffe Forced to trigger search after compositionend 2025-04-02 15:19:19 +08:00
Nriver
30fb754a5f hotfix(auth): fix TOTP validation bypass issue 2025-04-02 14:29:37 +08:00
Nriver
dab65a6364 Fix "Cannot set headers after they are sent" error in logout function 2025-04-02 14:13:38 +08:00
perf3ct
bdcbc2558a add two missing options into the UI 2025-04-01 22:19:11 +00:00
perf3ct
c500300267 this can be much faster 2025-04-01 21:44:54 +00:00
perf3ct
ed52d71729 do a better job at centralizing json extraction, and query "enhancer" search queries 2025-04-01 21:42:09 +00:00
perf3ct
5b3dca88d9 fix interface issues 2025-04-01 20:55:58 +00:00
Elian Doran
9a5793dfdd fix(pdf): hide title bar buttons when exporting to PDF (closes #1587) 2025-04-01 23:53:38 +03:00
Elian Doran
2a68c28f2e fix(pdf): hide center pane widgets when exporting to PDF 2025-04-01 23:48:08 +03:00
perf3ct
49076e3cf6 clean up unused options 2025-04-01 20:38:03 +00:00
Elian Doran
ba506c9c10 refactor(dev): use es6-string-html for some of the SQL statements (closes #274) 2025-04-01 23:30:21 +03:00
Elian Doran
815078168f refactor(dev): use es6-string-html for templates 2025-04-01 23:24:34 +03:00
perf3ct
afe1de5ed3 get rid of silly ollamaIsEnabled 2025-04-01 19:41:30 +00:00
perf3ct
9719859a39 centralize constants for message formatting 2025-04-01 19:33:53 +00:00
Elian Doran
d7fef36b46 Merge pull request #1589 from TriliumNext/autoComplete
To prevent search lag when there are a large number of notes
2025-04-01 22:08:39 +03:00
Elian Doran
b94bda6670 chore(note_autocomplete): remove logging 2025-04-01 22:07:59 +03:00
perf3ct
154d2905fa actually undo translations in hierarchy.ts for now 2025-04-01 18:51:37 +00:00
perf3ct
2db0ff2462 move prompt constants from JS to TS 2025-04-01 18:49:37 +00:00
perf3ct
afd16c22b7 make all hierarchy.ts strings translateable, and centralize them 2025-04-01 18:48:39 +00:00
perf3ct
7ae55de8b1 move the embeddings api endpoint to underneath llm 2025-04-01 18:44:10 +00:00
perf3ct
b13a6ec905 add missing translation 2025-04-01 10:56:00 -07:00
perf3ct
1690217797 update LLM API endpoints 2025-04-01 10:55:20 -07:00
perf3ct
b7f2a9663e swap route for apiRoute in LLM routes 2025-04-01 10:47:05 -07:00
Panagiotis Papadopoulos
a6206d2bd6 fix(electron_context_menu): fix disabled search engine context menu on readonly notes
fixes #543
2025-04-01 19:25:10 +02:00
SiriusXT
adcb803caa To prevent search lag when there are a large number of notes 2025-04-01 21:07:15 +08:00
SiriusXT
a7799d32b0 To prevent search lag when there are a large number of notes 2025-04-01 18:47:07 +08:00
Elian Doran
8c6dbb4446 feat(docs): preserve note IDs 2025-03-31 23:20:14 +03:00
Jin
ff43537942 fix: 🐛 fix redirect url with reverse proxy 2025-03-31 21:08:22 +02:00
JYC333
d665a4c611 Merge branch 'develop' into theme 2025-03-31 20:57:34 +02:00
perf3ct
ee9c4cb23b fix the model selection setting to not be overridden by loading available model list 2025-03-31 18:28:21 +00:00
Elian Doran
6976c9555e fix(mermaid): bypass security issue when generating PNG 2025-03-31 21:18:40 +03:00
Elian Doran
3d0ec27038 fix(mermaid): fix export to PNG for some diagram types 2025-03-31 20:57:39 +03:00
perf3ct
bfa4c87076 add missing options 2025-03-31 16:01:38 +00:00
perf3ct
edeebc77be add missing options? 2025-03-31 16:01:22 +00:00
perf3ct
4c720818f0 add MFA branch to ai-llm-integ 2025-03-31 15:55:54 +00:00
perf3ct
435e7cdd4f Merge branch 'develop' into ai-llm-integration 2025-03-31 15:55:41 +00:00
Elian Doran
3cdbc76fff feat(mermaid): display an error when PNG export could not occur 2025-03-31 18:37:05 +03:00
kliu
4ca296894d Use --link-color as the color of links 2025-03-31 18:01:52 +08:00
perf3ct
f2cb013e14 dynamically adjust context window sizes based on conversation context 2025-03-30 22:13:40 +00:00
Elian Doran
f3b866fa7b fix(import/zip): remove nesting of ck-content divs 2025-03-31 00:58:35 +03:00
perf3ct
29845c343c move translation strings for AI Chat Note type 2025-03-30 21:28:34 +00:00
Elian Doran
f32b76d047 refactor(import/zip): extract method and test it 2025-03-31 00:27:36 +03:00
perf3ct
c046343349 fix voyage.ts typescript issues 2025-03-30 21:03:27 +00:00