trilium/apps/server
Giovi 1f15a9d194
Translated using Weblate (Italian)
Currently translated at 100.0% (459 of 459 strings)

Translation: Trilium Notes/Server
Translate-URL: https://hosted.weblate.org/projects/trilium/server/it/
2026-09-11 17:49:13 +02:00
..
docker fix(docker): pin the legacy image to the last pnpm that runs on 32-bit ARM 2026-09-10 19:26:43 +02:00
e2e perf(server): bundle to ESM with code splitting 2026-08-25 11:00:55 +03:00
scripts feat(ocr): rasterize scanned PDF pages with PDFium instead of pulling their images 2026-09-09 00:21:05 +02:00
spec Merge remote-tracking branch 'origin/main' into feat/search-overhaul 2026-09-04 20:01:33 +02:00
src Translated using Weblate (Italian) 2026-09-11 17:49:13 +02:00
.gitignore chore(server): add opt-in CPU profiling for import analysis 2026-06-28 12:01:30 +03:00
docker_healthcheck.sh perf(healthcheck): probe with a shell script instead of starting node 2026-08-23 19:31:36 +03:00
Dockerfile fix(docker): move the legacy image off end-of-life bullseye 2026-09-10 19:10:01 +02:00
Dockerfile.alpine Update Node.js to v24.20.0 2026-08-31 00:29:59 +00:00
Dockerfile.alpine.rootless Update Node.js to v24.20.0 2026-08-31 00:29:59 +00:00
Dockerfile.legacy fix(docker): move the legacy image off end-of-life bullseye 2026-09-10 19:10:01 +02:00
Dockerfile.rootless fix(docker): move the legacy image off end-of-life bullseye 2026-09-10 19:10:01 +02:00
internal.openapi.yaml docs(api): describe the inbox-target route and the inbox fallback 2026-09-06 22:06:46 +02:00
package.json Merge remote-tracking branch 'origin/main' into feat/ocr-scanned-pdfs 2026-09-10 17:53:03 +02:00
playwright.config.ts fix(e2e): run server E2E tests with a single worker 2026-07-12 17:56:43 +03:00
rootless-entrypoint.sh perf(server): bundle to ESM with code splitting 2026-08-25 11:00:55 +03:00
start-docker.sh perf(server): bundle to ESM with code splitting 2026-08-25 11:00:55 +03:00
test_search_integration.js
tsconfig.app.json chore: remove the express-partial-content package 2026-08-07 19:17:58 +03:00
tsconfig.json chore: remove the express-partial-content package 2026-08-07 19:17:58 +03:00
tsconfig.spec.json test(server): basic coverage of some core routes 2026-05-29 20:56:53 +03:00
vite.config.mts docs(user): update sidebar, table documentation 2026-07-30 15:24:28 +03:00
vitest.build.config.mts