Commit Graph

1092 Commits

Author SHA1 Message Date
Mutasem Aldmour
76f52b0988
feat(ai-builder): Add code-base workflow builder and related changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 07:32:04 +01:00
Daria
50b8764cb9
feat(core): Add workflow-version-updated event to log streaming (#25429) 2026-02-09 08:09:51 +00:00
Stephen Wright
4eb0079f46
feat: Add new scope for workflow:unpublish, assignable to personal projects and regular project roles (#25228) 2026-02-06 15:04:40 +00:00
Tomi Turtiainen
474d9b7e2f
feat(core): Add tracing to workflow indexing (#25437)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 14:51:37 +00:00
Andreas Fitzek
6ab0bbbf52
chore(core): Show counts for published/shared workflows/credentials (#25442) 2026-02-06 14:06:53 +00:00
Iván Ovejero
483c8210ee
feat(core): Add drain timeout for runners (#24290) 2026-02-06 13:34:53 +00:00
Stephen Wright
fb3fe5fb35
feat: Add projects to credentials list response (#25384) 2026-02-06 11:43:29 +00:00
Irénée
7a4436eda5
feat: Add project-scoped secrets provider list endpoint (no-changelog) (#25372)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-06 09:08:59 +00:00
Nikhil Kuriakose
5e7983f08d
fix(editor): Ensure personal project is used when a user is picked in workflow filter (#25077)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2026-02-05 19:11:14 +00:00
James Gee
aa41df63f8
feat(core): Redact/Unredact settings on GET / PATCH of secret providers (#25366)
Co-authored-by: Irénée <irenee.ajeneza@n8n.io>
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
2026-02-05 16:36:41 +00:00
Charlie Kolb
30e6d274cd
fix(core): Avoid fetching workflows unpaginated if getWorkflows API is used with projectId (#25370) 2026-02-05 14:48:33 +00:00
Stephen Wright
5e573bfa30
feat: Add credentials list endpoint + new scopes (#25309) 2026-02-05 13:15:10 +00:00
Guillaume Jacquart
a70b2ea379
fix(core): Prevent SSO enforcement bypass via self-service settings API (#25330) 2026-02-05 12:58:39 +00:00
phyllis-noester
112d0eb6b3
feat(core): Support disabling sharing from personal space (#25259)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-02-04 19:19:05 +00:00
Daria
0ddfb60a95
feat(core): Add workflow history update endpoint (no-changelog) (#25043) 2026-02-04 17:06:44 +00:00
James Gee
3842dadf10
feat(core): Test connection & refresh secrets (#25294) 2026-02-04 14:58:14 +00:00
Svetoslav Dekov
8cdd9bd9fe
fix(editor): Add checksum validation when archive/unpublish workflow from canvas (#25302) 2026-02-04 13:58:35 +00:00
Guillaume Jacquart
a7ebe7746e
chore(core): Run migration tests on PRs (#25181) 2026-02-04 13:29:54 +00:00
Konstantin Tieber
f6db13a858
fix(core): Wrong pagination argument order for sqlite in copyTables helper (#25301)
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
2026-02-04 13:11:29 +00:00
Stephen Wright
a5f84ec040
feat: Project users public endpoint (#25189) 2026-02-04 09:16:46 +00:00
Tomi Turtiainen
a3ff1841af
fix(core): Prevent SQL syntax error when filtering users with empty ids array (#25284)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 07:32:58 +00:00
Guillaume Jacquart
642cb061ed
chore(core): Add auth handler registry to reverse control of the ldap call (#25078) 2026-02-03 13:23:06 +00:00
Irénée
b351d8dd1e
feat(core): Add secrets completions API endpoints for global and project scopes (#25205) 2026-02-03 11:19:12 +00:00
Irénée
9e24f5b099
feat: Implement Secret Providers Types API endpoints (no-changelog) (#25200) 2026-02-03 10:30:55 +00:00
James Gee
aaf69b8254
feat(core): Support disabling publishing workflows in personal space (no-changelog) (#24111)
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
2026-02-02 13:49:51 +00:00
Irénée
638d3f87a7
feat(core): Add project-scoped support to external secrets manager (no-changelog) (#25090)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 13:28:55 +00:00
Daria
18487d0459
feat(core): Add auto-publish on Environments Feature Pull (#24701) 2026-02-02 09:45:27 +00:00
Andreas Fitzek
038a399ada
chore(core): Change db column type to TEXT for subject_id (#25044) 2026-02-02 09:34:37 +00:00
Guillaume Jacquart
40f670562e
fix(core): Update ownership cache update on folder transfer (#24974) 2026-02-02 09:27:00 +00:00
mfsiega
754386247c
feat(core): Index both draft and published workflow versions (no-changelog) (#25009) 2026-02-02 08:41:24 +00:00
Iván Ovejero
075ffd05f1
perf(core): Optimize saving execution progress (#25089) 2026-02-02 08:12:49 +00:00
Andreas Fitzek
e91edc794f
chore(core): Support cookie for auth token extraction in dynamic credential endpoints (#25036) 2026-01-30 14:35:15 +00:00
Iván Ovejero
c4ce0fbfbb
refactor(core): Route execution creation through ExecutionPersistence (#24912) 2026-01-30 12:46:53 +00:00
Guillaume Jacquart
a4a9234a39
chore(editor): Remove all calls to fetch all users and replace with targeted filtering (#25024) 2026-01-30 10:53:37 +00:00
Guillaume Jacquart
252c5a6c3c
feat(core): Allow changing the oauth token data for oauth2 credentials on public API PATCH (#25042) 2026-01-29 16:23:06 +00:00
Tomi Turtiainen
39df0d5ff1
chore(core): Remove mysql and mariadb specfic code (#24908)
Co-authored-by: Danny Martini <danny@n8n.io>
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-29 15:57:33 +00:00
James Gee
386979a27c
feat(core): Fill out external secret provider endpoints for CRUD operations (#24862) 2026-01-29 10:01:00 +00:00
Declan Carroll
8474689a49
test: Add testcontainers infrastructure and MySQL integration tests (#24603) 2026-01-28 09:33:43 +00:00
mfsiega
0e1b2a870e
feat(core): Index both latest published and draft workflow versions (#24861) 2026-01-27 16:00:58 +00:00
Iván Ovejero
1522df3712
refactor(core): Introduce ExecutionPersistence service (#24857) 2026-01-27 09:59:51 +00:00
Ricardo Espinoza
6b474e4141
feat(core): Add data table resources to the public API (#23610)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 15:18:39 +00:00
Charlie Kolb
83181d7eec
chore(core): Add telemetry to workflow history compaction (#24771)
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
2026-01-26 11:45:31 +00:00
Csaba Tuncsik
56220709da
fix(editor): Add support for dynamic credentials and credential resolver indicators in UI (#24733) 2026-01-26 09:49:41 +00:00
Ricardo Espinoza
f4406c26d2
fix(core): Check license when updating scopes (no-changelog) (#24394)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-23 13:38:21 +00:00
Ricardo Espinoza
0b316d8eb2
fix(core): Handle JSON parsing errors gracefully in ActivateExecuteWorkflowTriggerWorkflows migration (#24410) 2026-01-23 13:16:35 +00:00
Guillaume Jacquart
6ccffed46d
chore(core): Extract ldap into module, and introduce auth handler for registering it (#24494) 2026-01-23 09:39:52 +00:00
Filipe Tavares
4dedbdde4e
chore(API): Adds jitter middleware and swallow forgot password errors to prevent user enumeration (no-changelog) (#24553)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 16:11:02 +00:00
Guillaume Jacquart
c223f8cba7
feat(core): Check if dynamic credentials auth token is set, return 400 otherwise (#24647) 2026-01-22 10:12:27 +00:00
James Gee
ee1a77cd46
fix(core): Workflow tag removal syncing (#24557) 2026-01-22 09:44:59 +00:00
Stephen Wright
8864bc5136
feat: Remove stub resolver for dynamic credentials (#24637) 2026-01-21 14:22:35 +00:00