n8n/packages/cli/src/services
Andreas Fitzek 2a0e2fb47a
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
fix(core): Restore peer project discovery in share dropdowns (#29537)
2026-04-29 19:45:07 +00:00
..
__tests__ feat(core): Fix user access control logic (#29481) 2026-04-29 15:42:09 +00:00
cache fix(core): Apply empty-hash placeholder fix to getHash cache method (#26593) 2026-03-05 14:06:23 +00:00
pruning fix(core): Decrease workflow history compaction retention periods (#27763) 2026-04-07 07:21:46 +00:00
ssrf fix: Improve SSRF blocked IP error message (#26837) 2026-03-11 08:06:46 +00:00
access.service.ts feat: Autosave workflows (#23036) 2026-01-09 18:40:24 +00:00
active-workflows.service.ts refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
ai-gateway.service.ts feat: In the n8n Connect table on row click open execution related to that usage row (#29075) 2026-04-27 09:03:17 +00:00
ai-usage.service.ts feat(editor): Add AI Usage settings page (#20926) 2026-02-02 08:20:54 +00:00
ai-workflow-builder.service.ts refactor(core): Remove multi-agent architecture entry point from AI workflow builder (no-changelog) (#27925) 2026-04-02 16:32:19 +00:00
ai.service.ts feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
annotation-tag.service.ee.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
api-key-auth.strategy.ts feat(core): Accept token-exchanged scoped JWTs on the instance MCP server (#28909) 2026-04-27 07:22:29 +00:00
auth-strategy.registry.ts feat(core): Accept token-exchanged scoped JWTs on the instance MCP server (#28909) 2026-04-27 07:22:29 +00:00
auth-strategy.types.ts feat(core): Accept token-exchanged scoped JWTs on the instance MCP server (#28909) 2026-04-27 07:22:29 +00:00
banner.service.ts refactor(core): Move settings repository to @n8n/db (#15310) 2025-05-12 15:21:13 +02:00
cors-service.ts chore(core): Introduce CORS settings for dynamic credential interface (#24324) 2026-01-14 17:17:58 +00:00
credentials-tester.service.ts feat(core): Add isolate pooling for VM expression engine (#27573) 2026-03-31 14:54:11 +00:00
cta.service.ts refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00
dynamic-node-parameters.service.ts chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
dynamic-templates.service.ts feat(editor): Add dynamic templates experiment (no-changelog) (#25030) 2026-01-30 15:43:08 +00:00
execution-metadata.service.ts refactor(core): Move first batch of repositories to @n8n/db (#15130) 2025-05-06 11:22:43 +02:00
export.service.ts refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
folder.service.ts feat(core): Add public API endpoints for folder management (folderId) (#28790) 2026-04-24 11:10:28 +00:00
frontend.service.ts feat: Add instance-level JWKS URI endpoint for JWE public key distribution (#29498) 2026-04-29 13:12:43 +00:00
hooks.service.ts fix(core): Allow accessing nodes.json in preview mode (#19920) 2025-09-25 07:48:27 +00:00
import.service.ts refactor: Migrate all cipher call sites to encryptV2/decryptV2 (#29096) 2026-04-28 09:24:01 +00:00
instance-registry-proxy.service.ts feat(core): Expose instance registry via proxy service (no-changelog) (#28691) 2026-04-22 10:00:24 +00:00
jwt.service.ts feat(core): Persist deployment_key entries for stability across restarts and key rotation (#28518) 2026-04-16 19:49:11 +00:00
last-active-at.service.ts chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
naming.service.ts refactor(core): Move workflow repository to @n8n/db (#15260) 2025-05-13 14:21:59 +02:00
ownership.service.ts feat(core): Enable instance owner setup via environment variables (#27859) 2026-04-08 13:03:50 +00:00
password.utility.ts chore(core): Hide invite URL in users list if not an admin (#17101) 2025-07-09 15:58:20 +02:00
project.service.ee.ts fix(core): Restore peer project discovery in share dropdowns (#29537) 2026-04-29 19:45:07 +00:00
public-api-key.service.ts chore: Add tokengrant for JWT permission context (no-changelog) (#28295) 2026-04-10 10:40:06 +00:00
rate-limit.service.ts chore(core): Enable TypeScript strict mode in packages/cli (no-changelog) (#27876) 2026-04-27 14:21:31 +00:00
redis-client.service.ts fix(core): Reset Redis retry counter on successful reconnect (#29377) 2026-04-28 12:07:54 +00:00
role-cache.service.ts feat: External secrets access based on system roles (no-changelog) (#26646) 2026-03-16 09:43:06 +00:00
role.service.ts feat: Update existing MCP tools (#26248) 2026-03-02 14:07:16 +00:00
security-settings.service.ts chore(core): Show counts for published/shared workflows/credentials (#25442) 2026-02-06 14:06:53 +00:00
static-auth-service.ts chore(core): Add static authentication for new API endpoints (#24346) 2026-01-20 13:23:46 +00:00
tag.service.ts refactor(core): Move third batch of repositories to @n8n/db (#15166) 2025-05-09 09:57:54 +02:00
url.service.ts refactor(core): Port some legacy top-level schema keys (#16636) 2025-06-24 12:19:19 +02:00
user.service.ts feat(core): Fix user access control logic (#29481) 2026-04-29 15:42:09 +00:00
workflow-loader.service.ts chore(core): Stop reporting RLC workflow ID error (#16659) 2025-06-24 12:14:14 +02:00
workflow-statistics.service.ts fix(editor): Store statistics only when wf succeeded or failed (#25988) 2026-03-04 13:42:12 +00:00