9900 Commits

Author SHA1 Message Date
Jon Fuller
91c31d279b
Potential fix for code scanning alert no. 64: Double escaping or unescaping
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-04-11 13:36:41 -07:00
Jon Fuller
6cc4b7e226
Potential fix for code scanning alert no. 55: Useless regular-expression character escape
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-04-11 13:31:43 -07:00
Jon Fuller
8b2176344a
Potential fix for code scanning alert no. 62: Double escaping or unescaping
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-04-11 13:31:32 -07:00
Jon Fuller
50f4f822b3
Potential fix for code scanning alert no. 60: Double escaping or unescaping
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-04-11 13:30:43 -07:00
Jon Fuller
3cda253d61
Potential fix for code scanning alert no. 61: Double escaping or unescaping
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-04-11 13:30:25 -07:00
Jon Fuller
8727ff95f1
Merge branch 'develop' into ai-llm-integration 2025-04-11 13:27:51 -07:00
perf3ct
681e8bb1ce
streaming works for ollama :) 2025-04-11 20:26:47 +00:00
perf3ct
451e5ea31f
getting closer to streaming?
even closer?

closer streaming...

this is darn close
2025-04-11 20:18:20 +00:00
Elian Doran
0ddc1265d2
Merge pull request #1681 from TriliumNext/revert-1626-deps_express5
Revert "deps: manual upgrade to express 5.1.0"
2025-04-11 17:03:28 +03:00
Elian Doran
d8964aee28
Revert "deps: manual upgrade to express 5.1.0" 2025-04-11 16:51:42 +03:00
Elian Doran
6231ac59d6
chore(edit-docs): change import mechanism 2025-04-11 14:02:55 +03:00
Jin
998abb35be fix: 🐛 fix calendar unit test error 2025-04-10 21:12:56 +02:00
Jin
a554085681 fix: 🐛 fix tray.ts build error 2025-04-10 21:01:00 +02:00
Jin
7f381cb733 fix: 🐛 fix sender.ts build error 2025-04-10 20:59:18 +02:00
Jin
6322f8473c fix: 🐛 fix clipper build error 2025-04-10 20:58:04 +02:00
Elian Doran
32a6aed93b
Merge remote-tracking branch 'origin/develop' into calendar 2025-04-10 21:25:58 +03:00
Elian Doran
9cfc08389c
Merge pull request #1626 from TriliumNext/deps_express5
deps: manual upgrade to express 5.1.0
2025-04-10 21:14:10 +03:00
Elian Doran
64869f80ee
chore(release): 0.92.7 2025-04-10 21:06:20 +03:00
Panagiotis Papadopoulos
1979affa8a refactor(auth): simplify hasRedirectBareDomain
following change suggestion requested here
https://github.com/TriliumNext/Notes/pull/1668#pullrequestreview-2755816018
2025-04-10 19:49:00 +02:00
Panagiotis Papadopoulos
a819166ae5 fix(auth): avoid "Error: Option 'redirectBareDomain' doesn't exist" on new installations
fixes #1667
2025-04-10 19:49:00 +02:00
Elian Doran
279b6fcf14
fix(mobile): bring back bar positioning on iOS 2025-04-10 18:21:36 +03:00
Elian Doran
83fb6f44c2
feat(mobile): hide global menu & tabs when keyboard is opened 2025-04-10 17:45:52 +03:00
Elian Doran
7a1e775de2
feat(mobile): detect presence of the virtual keyboard 2025-04-10 17:41:31 +03:00
Elian Doran
1aa69ba268
fix(mobile): remove vertical scrollbar for editing toolbar 2025-04-10 16:58:30 +03:00
Elian Doran
830285c866
fix(mobile): remove scrollbar for editing toolbar 2025-04-10 16:20:37 +03:00
Elian Doran
4f09f1a266
feat(mobile): flatten editing toolbar 2025-04-10 15:06:33 +03:00
Elian Doran
326c409e47
feat(mobile): reposition dropdowns to point up instead of down 2025-04-10 14:44:27 +03:00
Elian Doran
e23b2f3ddd
fix(mobile): bring back scrolling to toolbar 2025-04-10 14:07:44 +03:00
Elian Doran
0f2bc529bf
feat(mobile): improve editing toolbar positioning on Android 2025-04-10 12:10:56 +03:00
Elian Doran
fbba76bbb3
refactor(components): split editor toolbar for mobile 2025-04-10 11:50:28 +03:00
Elian Doran
c422c3e5b9
fix(mobile): detection when authentication is disabled (closes #1660) 2025-04-10 10:35:24 +03:00
Elian Doran
ce4b5b8193
fix(desktop): missing </body> 2025-04-10 09:45:05 +03:00
perf3ct
b68ff88840
some more docstrings 2025-04-09 21:33:30 +00:00
perf3ct
6fe2b87901
rip out openai custom implementation in favor of sdk 2025-04-09 21:16:29 +00:00
perf3ct
f71351db6a
also rip out our custom anthropic implementation 2025-04-09 21:08:30 +00:00
perf3ct
53223b5750
well, we ripped out our custom ollama implementation in favor of the SDK 2025-04-09 20:33:55 +00:00
perf3ct
7f92dfc3f1
okay I can call tools? 2025-04-09 20:15:21 +00:00
perf3ct
b05b88dd76
yes, this finally does set streaming to true 2025-04-09 19:53:45 +00:00
perf3ct
59a358a3ee
use this new providerMetadata approach 2025-04-09 19:21:34 +00:00
perf3ct
1dfbabc1d1
try using a new ProviderOptions approach 2025-04-09 19:11:27 +00:00
perf3ct
4f812cd2ce
require that ChatCompletionOptions be defined 2025-04-09 17:39:47 +00:00
perf3ct
8ff3f4f269
handle streaming responses better in Chat UI 2025-04-09 17:35:53 +00:00
Elian Doran
2e48837c89
feat(docs): document basic search functionality 2025-04-09 17:06:45 +03:00
Elian Doran
feb43193b1
feat(docs): document search in note functionality 2025-04-09 16:47:07 +03:00
Elian Doran
475c3bdde8
chore(docs): add rewritten links for navigation (closes #1643) 2025-04-09 15:57:19 +03:00
Elian Doran
a88a92d490
feat(edit-docs): rewrite links to allow navigation in help 2025-04-09 15:48:03 +03:00
Elian Doran
652fc48a86
chore(docs): sync 2025-04-09 15:13:10 +03:00
Elian Doran
27ad451bd8
feat(electron): support transparency on Linux if background effects are enabled 2025-04-09 14:10:11 +03:00
Panagiotis Papadopoulos
c494cca229
Merge branch 'develop' into type_sql-transactional 2025-04-09 09:44:47 +02:00
Panagiotis Papadopoulos
da649d75c0 refactor(routes/api/recovery_codes): use Array.from with mapFn in generateRecoveryCodes
gives us the identical result as before, but a lot more concise and "DRY"
2025-04-09 09:43:38 +02:00