Elian Doran
|
79db638bf4
|
chore(standalone): get bootstrap to report not initialized state
|
2026-03-23 18:54:44 +02:00 |
|
Elian Doran
|
794dab2894
|
chore(standalone): port most of sql_init
|
2026-03-23 18:49:06 +02:00 |
|
Elian Doran
|
97b303aea6
|
chore(standalone): remove default seed
|
2026-03-23 18:34:16 +02:00 |
|
Elian Doran
|
a259b65085
|
feat(core): port image route
|
2026-03-23 17:11:09 +02:00 |
|
Elian Doran
|
5ea014cc37
|
fix(standalone): component ID not preserved in WS
|
2026-03-23 16:47:28 +02:00 |
|
Elian Doran
|
3210dbb6d8
|
feat(core): integrate similar_notes route
|
2026-03-23 16:29:59 +02:00 |
|
Elian Doran
|
64cbb2c7d2
|
Revert "chore(client): bypass autocomplete count for now"
This reverts commit b19bf62d7e.
|
2026-03-23 16:20:44 +02:00 |
|
Elian Doran
|
3b35dc50c5
|
feat(core): integrate autocomplete route
|
2026-03-23 16:20:18 +02:00 |
|
Elian Doran
|
ccc0038d4e
|
chore(server): fix type issue
|
2026-03-22 23:04:51 +02:00 |
|
Elian Doran
|
b49912bf71
|
fix(standalone): sync failing due to credentials
|
2026-03-22 21:23:05 +02:00 |
|
Elian Doran
|
a8ea40b2e1
|
fix(standalone): missing hmac implementation
|
2026-03-22 21:00:15 +02:00 |
|
Elian Doran
|
308bab8a3c
|
fix(server): CORS for syncing with standalone
|
2026-03-22 20:53:19 +02:00 |
|
Elian Doran
|
ef8c4cef8a
|
fix(server): web socket initialization not working
|
2026-03-22 20:44:07 +02:00 |
|
Elian Doran
|
63198a03ab
|
fix(server): imports after moving to core
|
2026-03-22 20:38:41 +02:00 |
|
Elian Doran
|
ed808abd22
|
fix(core): sync-related issues
|
2026-03-22 20:17:48 +02:00 |
|
Elian Doran
|
9fe23442f5
|
chore(core): integrate content_hash
|
2026-03-22 20:10:59 +02:00 |
|
Elian Doran
|
0e2e86e7d3
|
chore(core): integrate consistency_checks
|
2026-03-22 20:09:18 +02:00 |
|
Elian Doran
|
ea0e3fd248
|
chore(core): integrate sync service and route
|
2026-03-22 20:02:08 +02:00 |
|
Elian Doran
|
2ac85a1d1c
|
chore(core): add provider for requests
|
2026-03-22 19:32:51 +02:00 |
|
Elian Doran
|
cb71dc4202
|
chore(standalone): wrap requests
|
2026-03-22 19:17:38 +02:00 |
|
Elian Doran
|
971ce09811
|
chore(standalone): remove superfluos log for requests
|
2026-03-22 19:14:39 +02:00 |
|
Elian Doran
|
04826074f4
|
fix(standalone): error in WS initialization
|
2026-03-22 19:13:40 +02:00 |
|
Elian Doran
|
bcd4baff3d
|
feat(standalone): basic WS functionality
|
2026-03-22 19:11:08 +02:00 |
|
Elian Doran
|
ee8c54bdd3
|
chore(core): integrate sync mutex
|
2026-03-22 19:00:04 +02:00 |
|
Elian Doran
|
1af8699fc0
|
chore(core): integrate CLS getAndClearEntityChangeIds
|
2026-03-22 18:56:22 +02:00 |
|
Elian Doran
|
5bc1fc71ef
|
chore(standalone/wasm): different client-side subscriber
|
2026-03-22 16:12:27 +02:00 |
|
Elian Doran
|
0b5ce95093
|
fix(standalone): some sql queries not executing properly
|
2026-03-22 15:48:40 +02:00 |
|
Elian Doran
|
77971a10d1
|
feat(core): integrate special notes with route
|
2026-03-22 14:30:33 +02:00 |
|
Elian Doran
|
28a56ff7bf
|
feat(core): integrate search with route
|
2026-03-22 14:03:48 +02:00 |
|
Elian Doran
|
d7d28bcf58
|
chore(standalone): align version with the rest
|
2026-03-22 13:37:52 +02:00 |
|
Elian Doran
|
d7d2b21935
|
feat(standalone): improve error handling on initialization
|
2026-03-22 13:02:50 +02:00 |
|
Elian Doran
|
1b7d2da6cb
|
Merge remote-tracking branch 'origin/main' into standalone
; Conflicts:
; apps/client/src/layouts/mobile_layout.tsx
; apps/client/src/services/promoted_attribute_definition_parser.ts
; apps/server/package.json
; apps/server/src/becca/entities/bnote.ts
; apps/server/src/etapi/etapi_utils.ts
; apps/server/src/etapi/notes.ts
; apps/server/src/routes/api/clipper.ts
; apps/server/src/routes/api/export.ts
; apps/server/src/routes/api/files.ts
; apps/server/src/routes/api/image.ts
; apps/server/src/routes/api/import.ts
; apps/server/src/routes/api/note_map.ts
; apps/server/src/routes/api/search.ts
; apps/server/src/routes/api/similar_notes.ts
; apps/server/src/routes/api/sync.ts
; apps/server/src/routes/error_handlers.ts
; apps/server/src/routes/index.ts
; apps/server/src/routes/route_api.ts
; apps/server/src/routes/routes.ts
; apps/server/src/services/anonymization.ts
; apps/server/src/services/app_info.ts
; apps/server/src/services/builtin_attributes.ts
; apps/server/src/services/export/zip.ts
; apps/server/src/services/hidden_subtree.ts
; apps/server/src/services/llm/ai_service_manager.ts
; apps/server/src/services/llm/context/modules/context_formatter.ts
; apps/server/src/services/llm/context/note_content.ts
; apps/server/src/services/llm/formatters/base_formatter.ts
; apps/server/src/services/llm/formatters/ollama_formatter.ts
; apps/server/src/services/llm/formatters/openai_formatter.ts
; apps/server/src/services/llm/tools/read_note_tool.ts
; apps/server/src/services/note_types.ts
; apps/server/src/services/notes.ts
; apps/server/src/services/options.ts
; apps/server/src/services/options_init.ts
; apps/server/src/services/search/expressions/note_content_fulltext.ts
; apps/server/src/services/utils.ts
; apps/server/src/services/ws.ts
; apps/server/src/share/content_renderer.ts
; packages/commons/src/lib/builtin_attributes.ts
; packages/commons/src/lib/rows.ts
; packages/trilium-core/src/routes/api/attachments.ts
; packages/trilium-core/src/routes/api/attributes.ts
; packages/trilium-core/src/routes/api/branches.ts
; packages/trilium-core/src/routes/api/notes.ts
; packages/trilium-core/src/routes/api/recent_changes.ts
; packages/trilium-core/src/routes/api/revisions.ts
; packages/trilium-core/src/routes/api/sql.ts
; packages/trilium-core/src/routes/api/stats.ts
; packages/trilium-core/src/services/attributes.ts
; packages/trilium-core/src/services/builtin_attributes.ts
; packages/trilium-core/src/services/promoted_attribute_definition_parser.ts
; pnpm-lock.yaml
|
2026-03-22 12:56:14 +02:00 |
|
Elian Doran
|
76fc9eaeb0
|
chore(deps): update dependency ws to v8.20.0 (#9136)
|
2026-03-22 11:40:00 +02:00 |
|
renovate[bot]
|
6113bfc57f
|
fix(deps): update dependency i18next to v25.10.3
|
2026-03-22 08:49:05 +00:00 |
|
renovate[bot]
|
79788937b9
|
fix(deps): update dependency react-i18next to v16.6.0
|
2026-03-22 01:08:10 +00:00 |
|
renovate[bot]
|
66873f16f2
|
chore(deps): update dependency ws to v8.20.0
|
2026-03-22 01:07:33 +00:00 |
|
Elian Doran
|
17991bf31f
|
chore(deps): update dependency @preact/preset-vite to v2.10.5 (#9125)
|
2026-03-21 19:28:47 +02:00 |
|
renovate[bot]
|
2b21b1f75e
|
chore(deps): update dependency @preact/preset-vite to v2.10.5
|
2026-03-21 17:28:07 +00:00 |
|
Elian Doran
|
dae1f9302c
|
chore(deps): update dependency @redocly/cli to v2.24.1 (#9126)
|
2026-03-21 19:27:55 +02:00 |
|
green
|
3ac66ffe72
|
Translated using Weblate (Japanese)
Currently translated at 100.0% (1719 of 1719 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/
|
2026-03-21 18:24:53 +01:00 |
|
Francis C.
|
81baf13720
|
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (1719 of 1719 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hant/
|
2026-03-21 18:24:52 +01:00 |
|
AggelosPnS
|
e0e96350d6
|
Translated using Weblate (Greek)
Currently translated at 2.8% (49 of 1719 strings)
Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/el/
|
2026-03-21 18:24:52 +01:00 |
|
Elian Doran
|
c539c21ced
|
chore(deps): update dependency eslint to v10.1.0 (#9130)
|
2026-03-21 19:24:44 +02:00 |
|
Elian Doran
|
3f7f6cf982
|
fix(deps): update dependency i18next to v25.10.2 (#9113)
|
2026-03-21 19:23:13 +02:00 |
|
Elian Doran
|
271d87ae33
|
fix(deps): update dependency katex to v0.16.40 (#9127)
|
2026-03-21 19:22:03 +02:00 |
|
Elian Doran
|
533a77e606
|
fix(deps): update dependency marked to v17.0.5 (#9128)
|
2026-03-21 19:21:19 +02:00 |
|
Elian Doran
|
77cf2d4dd9
|
fix(deps): update dependency sanitize-filename to v1.6.4 (#9129)
|
2026-03-21 19:20:42 +02:00 |
|
renovate[bot]
|
8d7f4dd0fa
|
fix(deps): update dependency i18next to v25.10.2
|
2026-03-21 16:55:05 +00:00 |
|
Elian Doran
|
00c4933344
|
fix(collections/grid): full-width images are too small in preview (closes #9116)
|
2026-03-21 09:15:13 +02:00 |
|
Elian Doran
|
cd9b46e1c7
|
fix(attributes): attribute detail not showing up for first item (closes #6948)
|
2026-03-21 09:06:21 +02:00 |
|