Commit Graph

10712 Commits

Author SHA1 Message Date
Elian Doran
cae3d14804 chore(core): integrate sync timeout migration 2026-04-13 01:03:02 +03:00
Elian Doran
60540c37f2 Merge remote-tracking branch 'origin/main' into standalone_stabilization 2026-04-13 00:31:44 +03:00
Elian Doran
113a962500 chore(standalone): address second set of requested changes 2026-04-13 00:21:44 +03:00
Elian Doran
4c02d70dae fix(toc): not rendering math the first time 2026-04-13 00:08:40 +03:00
Elian Doran
8c2e2cc9ba chore(standalone): address requested changes 2026-04-12 23:35:50 +03:00
Elian Doran
1fdc623ebc fix(core): corruption caused by encryption 2026-04-12 20:03:41 +03:00
Elian Doran
395c71fa0d fix(standalone): encrypt subtree not working 2026-04-12 19:52:34 +03:00
Elian Doran
de037b3ced feat(standalone): disable LLM features 2026-04-12 19:50:18 +03:00
Elian Doran
8f3f2cc8c1 chore(core): reintroduce encryption and password reset 2026-04-12 19:34:19 +03:00
Elian Doran
4b4ef35272 feat(standalone): start introducing crypto 2026-04-12 19:24:16 +03:00
Elian Doran
262ac05483 fix(standalone): PDFjs not working in prod mode 2026-04-12 19:10:03 +03:00
Elian Doran
f75adfe6a3 fix(standalone): PDFjs not working in dev mode 2026-04-12 19:03:07 +03:00
Elian Doran
b46c1e6d57 feat(standalone): allow downloading backups 2026-04-12 18:47:43 +03:00
Elian Doran
9f24a44e15 fix(standalone): crash in logs due to refresh 2026-04-12 18:43:03 +03:00
Elian Doran
89b3dec84a refactor(backup): pass in options service directly 2026-04-12 18:39:38 +03:00
Elian Doran
f034454ec9 refactor(backup): constructor-based dependency injection for options 2026-04-12 18:36:21 +03:00
Elian Doran
0d5c9986b6 chore(backup): implement standalone regular backup 2026-04-12 18:30:57 +03:00
Elian Doran
745374050e chore(core): reintroduce image routes 2026-04-12 18:23:17 +03:00
Elian Doran
b921c3c587 chore(core): integrate backup routes 2026-04-12 18:20:58 +03:00
Elian Doran
9d4ff506dc feat(standalone): start working on an image service 2026-04-12 18:17:40 +03:00
Elian Doran
065afd0214 chore(standalone): start implementing backup service 2026-04-12 18:17:02 +03:00
Elian Doran
876008ef01 refactor(backup): keep only one implementation in core with abstract methods 2026-04-12 18:01:31 +03:00
Elian Doran
8c61cc88e9 core(standalone): integrate backup management using provider 2026-04-12 17:52:43 +03:00
Elian Doran
24112a9b6f feat(standalone): introduce backend log handling 2026-04-12 17:39:13 +03:00
Elian Doran
9a427f4b9f chore(client): dev server not working due to prefresh bug
See https://github.com/preactjs/prefresh/issues/610
2026-04-12 17:32:03 +03:00
Elian Doran
e7c931d997 chore(core): integrate backend log route 2026-04-12 17:27:07 +03:00
Elian Doran
814a961608 chore(client): dev server not working due to prefresh bug
See https://github.com/preactjs/prefresh/issues/610
2026-04-12 17:23:08 +03:00
Elian Doran
73743b6236 fix(server): reintegrate backend log mechanism 2026-04-12 17:22:27 +03:00
Elian Doran
233c41acc0 fix(deps): update dependency i18next to v26.0.4 (#9388) 2026-04-12 13:13:12 +03:00
Elian Doran
3b0451da9e fix(deps): update dependency ai to v6.0.154 (#9387) 2026-04-12 13:11:26 +03:00
Elian Doran
e217a3146f chore(deps): update dependency @redocly/cli to v2.26.0 (#9389) 2026-04-12 13:10:41 +03:00
Elian Doran
97c42ef1cb fix(deps): update dependency @zumer/snapdom to v2.8.0 (#9391) 2026-04-12 13:09:06 +03:00
Elian Doran
b12a524de8 chore(deps): update dependency electron to v41.2.0 (#9390) 2026-04-12 11:56:45 +03:00
Elian Doran
102cf4c4ad chore(standalone): reintegrate changes from main lost in the merge 2026-04-12 11:43:31 +03:00
Elian Doran
8494e0c08a Merge remote-tracking branch 'origin/main' into standalone 2026-04-12 11:34:56 +03:00
renovate[bot]
5ea615da1e chore(deps): update dependency @prefresh/vite to v3 2026-04-12 00:47:10 +00:00
renovate[bot]
ceb955b72b fix(deps): update dependency @zumer/snapdom to v2.8.0 2026-04-12 00:46:12 +00:00
renovate[bot]
43823bcb37 chore(deps): update dependency electron to v41.2.0 2026-04-12 00:45:14 +00:00
renovate[bot]
7984ada306 chore(deps): update dependency @redocly/cli to v2.26.0 2026-04-12 00:44:11 +00:00
renovate[bot]
d3e0c8d894 fix(deps): update dependency i18next to v26.0.4 2026-04-12 00:43:10 +00:00
renovate[bot]
cee1be11ab fix(deps): update dependency ai to v6.0.154 2026-04-12 00:42:06 +00:00
Elian Doran
a7f9032347 feat(llm): add note mutation tools (rename, delete, move, clone) (#9339) 2026-04-12 01:32:14 +03:00
Elian Doran
175e200d88 fix(llm): stopping a tool call leaves an infinite spinner 2026-04-12 00:48:01 +03:00
Elian Doran
74f951023b Merge remote-tracking branch 'origin/main' into feat/llm-stop-generation 2026-04-12 00:37:27 +03:00
Hosted Weblate
4bffc1c156 Update translation files
Updated by "Cleanup translation files" add-on in Weblate.

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/
2026-04-11 16:38:08 +00:00
green
ac4c5f7d8c Translated using Weblate (Japanese)
Currently translated at 99.9% (1851 of 1852 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
2026-04-11 16:38:04 +00:00
AggelosPnS
ad8aab7b15 Translated using Weblate (Greek)
Currently translated at 96.2% (152 of 158 strings)

Translation: Trilium Notes/Website
Translate-URL: https://hosted.weblate.org/projects/trilium/website/el/
2026-04-11 16:38:00 +00:00
AggelosPnS
7e779669ea Translated using Weblate (Greek)
Currently translated at 2.6% (49 of 1852 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/el/
2026-04-11 16:37:58 +00:00
green
5b01791021 Translated using Weblate (Japanese)
Currently translated at 100.0% (401 of 401 strings)

Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/ja/
2026-04-11 16:37:55 +00:00
Elian Doran
14bb068626 fix(tree): deleting ancestor of the current note doesn't correctly navigate 2026-04-11 19:36:50 +03:00