Elian Doran
4458d5b8f7
chore(core): fix more errors related to export
2026-03-27 22:27:18 +02:00
Elian Doran
f81369d643
feat(core): support md5 hash
2026-03-27 14:33:52 +02:00
Elian Doran
ecb467f2b7
chore(import): fix a few type errors
2026-03-27 11:40:48 +02:00
Elian Doran
ce25bd10ff
chore(core): fix meta types
2026-03-26 20:12:24 +02:00
Elian Doran
9c5bac5741
refactor(core): integrate more utils into core
2026-03-26 19:58:29 +02:00
Elian Doran
afe597c811
feat(core): unified crash system using platform provider
2026-03-26 18:17:24 +02:00
Elian Doran
ed808abd22
fix(core): sync-related issues
2026-03-22 20:17:48 +02:00
Elian Doran
ea0e3fd248
chore(core): integrate sync service and route
2026-03-22 20:02:08 +02:00
Elian Doran
28a56ff7bf
feat(core): integrate search with route
2026-03-22 14:03:48 +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
4d86c6c4f1
feat(import/single): trim extension for audio files + default icon
2026-03-03 16:19:44 +02:00
Elian Doran
4fd68bf12d
feat(import/single): trim extension for video files
2026-03-03 14:29:18 +02:00
Wael Nasreddine
07f273fda4
feat: enhance build-docs utility with pnpm and Nix support
...
This enhances the `build-docs` utility to allow running it via pnpm and
packaging it as a Nix application. Changes include:
- Added `build` and `cli` scripts to `apps/build-docs/package.json`.
- Implemented a standalone CLI wrapper for documentation generation.
- Added a `trilium-build-docs` package to the Nix flake for use in other projects.
- Integrated `apps/build-docs` into the Nix workspace and build pipeline.
These changes make the documentation build process more portable and easier
to integrate into CI/CD pipelines outside of the main repository.
2026-02-01 00:32:51 -08:00
Elian Doran
da7a61a8b6
Merge remote-tracking branch 'origin/main' into HEAD
...
; Conflicts:
; apps/client/src/index.ts
; apps/client/src/widgets/sql_table_schemas.tsx
; apps/server/package.json
; apps/server/src/app.ts
; apps/server/src/becca/entities/bnote.ts
; apps/server/src/services/import/single.ts
; apps/server/src/services/import/zip.ts
; apps/server/src/services/note-interface.ts
; apps/server/src/services/notes.ts
; apps/server/src/services/tree.ts
; apps/server/src/services/utils.ts
; apps/server/src/share/shaca/entities/snote.ts
; pnpm-lock.yaml
; scripts/update-nightly-version.ts
; scripts/update-version.ts
2026-01-29 21:47:06 +02:00
Elian Doran
f6924d7fda
feat(import/zip): remove extension from title for PDF imports
2026-01-16 16:25:15 +02:00
Elian Doran
0c52b56e02
chore(core): integrate branches service and route
2026-01-12 19:25:45 +02:00
Elian Doran
f05fda871c
chore(core): integrate icon_packs service
2026-01-07 11:45:40 +02:00
Elian Doran
8399600e79
chore(core): address some missing methods in utils
2026-01-06 16:29:30 +02:00
Elian Doran
78262e55ec
chore(core): integrate escape/unescape & toMap
2026-01-06 15:43:36 +02:00
Elian Doran
c6197e520d
chore(core): integrate some more utils
2026-01-06 15:41:34 +02:00
Elian Doran
bd45c32251
chore(core): integrate utils partially
2026-01-06 13:06:14 +02:00
perfectra1n
6fdd418edd
fix(comparison): also fix string comparison hashes in recovery codes
2025-12-21 09:22:53 -08:00
perfectra1n
409ecb84a8
feat(login): implement better time comparison management across several features
2025-12-21 08:58:38 -08:00
Elian Doran
3ee8e7b755
fix(server): note type not changed for webview template ( closes #7557 )
2025-11-19 22:37:41 +02:00
Elian Doran
1257e46852
chore(client): review from Gemini
2025-11-09 15:10:40 +02:00
Elian Doran
aae90ede19
chore(share): keep diacritics in slug instead of stripping them in
2025-10-23 14:29:47 +03:00
Elian Doran
0fa1c0f5c4
chore(share): improve slugification to strip diacritics cleanly
2025-10-23 14:26:15 +03:00
Elian Doran
d2b6014b49
fix(share): HTML tags displayed escaped in headings
2025-10-23 14:19:54 +03:00
Elian Doran
94d62f810a
fix(share): heading and navigation not supporting CJK ( closes #6430 )
2025-10-23 14:06:13 +03:00
Elian Doran
08a600167a
chore(server): integrate DB size into startup info
2025-09-12 12:27:41 +03:00
Elian Doran
9779e706c5
chore(server): improve the display of the start-up information
2025-09-12 12:17:22 +03:00
Elian Doran
5d8f789791
fix(desktop): background effects causing issues on Win10
2025-09-06 17:47:13 +03:00
Elian Doran
43fd0924a1
feat(log): read from config.ini instead of options
2025-08-13 15:10:19 +03:00
perf3ct
2704b1546b
feat(server): fix lint type errors for normalizing server URLs
2025-06-18 21:07:12 +00:00
perf3ct
b47180a219
feat(server): create unit tests for normalizing server URL, and fix logic based on feedback
2025-06-17 21:32:27 +00:00
perf3ct
0fe89115d1
feat(server): lint for trailing slashes in sync URL and extra slashes in customRequestHandler
2025-06-17 19:37:40 +00:00
Elian Doran
43d9f77518
fix(desktop/esbuild): asset path not working at runtime
2025-05-23 17:56:44 +03:00
Elian Doran
7aaa94d01b
refactor(server): missing exports causing hidden types
2025-05-21 15:34:31 +03:00
Elian Doran
ebb78e4ce5
fix(nx/forge): serve assets from ASAR
2025-04-26 03:25:07 +03:00
Elian Doran
aab545b82e
chore(nx/server): set proper resource dir when run from dist
2025-04-24 16:08:02 +03:00
Elian Doran
cd14d8eee5
fix(nx/server): access to highlight.js styles
2025-04-24 14:55:11 +03:00
Elian Doran
28ce71a203
fix(monorepo/server): get translations to work
2025-04-24 11:38:50 +03:00
Elian Doran
b2af043110
chore(nx/server): move source code
2025-04-22 17:16:41 +03:00
Elian Doran
62dbcc0a2e
chore(nx): move all monorepo-style in subfolder for processing
2025-04-22 10:06:06 +03:00
Elian Doran
5058891af8
chore(monorepo/server): move server-side source code
2025-04-18 12:09:56 +03:00