Commit Graph

133 Commits

Author SHA1 Message Date
n8n-assistant[bot]
506cd5858e
feat: Environment var to disable forms pages sandboxing (backport to 1.x) (#28158)
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.13.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
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2026-04-08 13:04:49 +03:00
n8n-assistant[bot]
6e66377074
fix(core): Support reconnecting on Redis failover (backport to 1.x) (#28106)
Co-authored-by: mfsiega <93014743+mfsiega@users.noreply.github.com>
2026-04-07 15:22:04 +03:00
n8n-assistant[bot]
88264ed350
chore: Bundle 2026-W9 (backport to 1.x) (#27538)
Co-authored-by: n8n-assistant[bot] <100856346+n8n-assistant[bot]@users.noreply.github.com>
Co-authored-by: Matsu <matias.huhta@n8n.io>
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
Co-authored-by: Dawid Myslak <dawid.myslak@gmail.com>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
Co-authored-by: Sandra Zollner <sandra.zollner@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2026-03-25 14:27:48 +02:00
Shireen Missi
97365caf25
fix: Limit access to files based on regex pattern (#23528)
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
2025-12-22 13:37:00 +00:00
Shireen Missi
5102991310
fix: Only support specified git config keys in Git node (#23346)
Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
2025-12-17 11:45:32 +00:00
Tomi Turtiainen
573a0a34aa chore: Revert "chore: Initial V2 changes (#22553)"
This reverts commit a4757cf009.
2025-12-03 12:51:33 +02:00
Tomi Turtiainen
a4757cf009
chore: Initial V2 changes (#22553)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Daria <daria.staferova@n8n.io>
Co-authored-by: Svetoslav Dekov <svetoslav.dekov@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhilkuria@gmail.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-12-01 20:44:59 +02:00
Frank Prößdorf
710a6548d4
feat(core): Deactivate crashed workflows (#21888)
Co-authored-by: Artem Sorokin <artem@n8n.io>
2025-12-01 16:05:28 +02:00
Daria
b56a87337c
feat(core): Add new internal endpoints for draft/publish (no-changelog) (#22105) 2025-11-21 15:27:38 +02:00
Ricardo Espinoza
2830665f7a
feat(core): Allow creating data tables from csv files (#21051) 2025-11-18 11:32:38 -05:00
mi1os
a896417300
feat(core): Configurable workflow statistics metrics (#18241)
Co-authored-by: Dávid Mikuš (Dasio) <david.mikus@kiwi.com>
2025-11-18 08:22:24 +01:00
RomanDavydchuk
4dd853b2d5
fix(Git Node): Disable git hooks by default (#21797)
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
2025-11-14 16:55:46 +02:00
Iván Ovejero
e9d8757010
fix(core): Enforce timeout for task requests (#21493) 2025-11-11 10:50:41 +01:00
Daria
e3267b257a
feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00
Konstantin Tieber
2eb1de6c82
feat(core): Just in time role provisioning for SAML login (#21387)
Co-authored-by: Stephen <sjw948@gmail.com>
2025-11-03 14:34:06 +00:00
mfsiega
6df508fa1d
feat(core): Build workflow index on server start and workflow updates (#21441) 2025-11-03 11:01:12 +01:00
Michael Kret
f65b6a82a9
feat: AWS Assume role credentials (#20626) 2025-10-31 14:05:27 +00:00
Svetoslav Dekov
2cb8e84358
feat(editor): Dynamic banners support (#21045)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Svetoslav Dekov <scdekov@users.noreply.github.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-10-29 10:36:28 +02:00
Iván Ovejero
870036820f
refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
Michael Drury
b2cd23b7f7
fix(ai-builder): Allow Anthropic key to be used in local development (no-changelog) (#20772) 2025-10-16 09:00:50 +01:00
Stephen Wright
28a4e2c418
feat: Add new env vars for sso provisioning configuration (#20749) 2025-10-14 10:18:32 +01:00
Andreas Fitzek
64ad7586c6
chore(core): Exposure of invite url configurable (#20735) 2025-10-14 11:04:00 +02:00
Nikhil Kuriakose
fb94b779c8
fix(editor): Set warning limit to 80% of max limit for data tables (#20613)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-10-10 14:53:21 +02:00
Ricardo Espinoza
9458084de8
feat: Proxy Posthog events through the backend (no-changelog) (#19824) 2025-10-08 08:22:34 -04:00
Andreas Fitzek
1c4728aed2
chore(core): Add support for persisting and synchronizing credential overwrites (#19919) 2025-09-25 14:26:08 +02:00
Suguru Inoue
e25131613b
refactor: Clean up partial exec version flag (#19598)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-09-24 19:07:10 +02:00
Andreas Fitzek
24a6a325a6
chore(core): Add authentication for credential overwrite endpoint (#19836) 2025-09-23 10:56:23 +02:00
Jaakko Husso
71cf58473b
fix(editor): Make the data table size cache longer by default (#19875) 2025-09-22 21:31:45 +03:00
RomanDavydchuk
5bf3db5ba8
feat: Add N8N_GIT_NODE_DISABLE_BARE_REPOS environment variable to allow users to disable bare repositories in Git Node (#19559) 2025-09-18 18:33:32 +03:00
Ricardo Espinoza
5713cb2a38
fix(core): Update N8N_DATA_TABLES_MAX_SIZE_BYTES default to 50mb (no-changelog) (#19570) 2025-09-18 07:58:17 -04:00
Iván Ovejero
052e24ef0e
refactor: Replace Pyodide with native Python with env flag is enabled (#19403) 2025-09-11 11:28:12 +02:00
Daria
12f12da288
feat(core): Add mysql pool size and increase it for CI (no-changelog) (#19347) 2025-09-11 11:14:02 +03:00
Ricardo Espinoza
eb389a787b
feat: Enforce data-stores limits (no-changelog) (#19116)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-09-10 09:39:41 -04:00
Tomi Turtiainen
35e4772210
fix(core): Set more reasonable defaults for scaling mode queue lock (#19059) 2025-09-02 09:54:18 +03:00
Iván Ovejero
85e3bfd3e4
refactor(core): Port timeout config (#18722) 2025-08-26 11:31:11 +02:00
Tomi Turtiainen
667656e8f3
fix(core)!: Use CSP header to sandbox html webhooks instead of iframe (#18602) 2025-08-21 11:39:57 +03:00
Iván Ovejero
c4abc45ddb
refactor(core): Port save settings (#18557) 2025-08-20 09:49:54 +02:00
Iván Ovejero
58aad35592
refactor(core): Port queue recovery config (#18396) 2025-08-18 09:08:03 +02:00
Iván Ovejero
9cc1b11f7f
refactor(core): Port concurrency config (#18324) 2025-08-15 10:47:11 +02:00
Iván Ovejero
71f51519de
fix(core): Normalize quotes in strings in env vars (#18219) 2025-08-12 13:31:30 +02:00
Iván Ovejero
f69d8efa04
refactor(core): Port user management config (#18205) 2025-08-11 16:10:58 +02:00
Iván Ovejero
1d31e6a0c4
refactor(core): Start modularizing the community packages feature (#17757) 2025-07-31 13:55:38 +02:00
Michael Kret
1ed8239625
feat: Env to disable webhook response iframe sandboxing (#17851) 2025-07-31 14:37:25 +03:00
Iván Ovejero
08c38a76f3
feat(core): Increase Cron observability (#17626) 2025-07-28 11:54:33 +02:00
Iván Ovejero
c41e1257f7
refactor(core): Port config for frontend hooks, Redis and AI features (#17728) 2025-07-28 10:55:16 +02:00
Iván Ovejero
5cc3b31b81
refactor(core): Add env var to disable Python execution (#17414) 2025-07-17 15:10:52 +02:00
Israel Shenkar
0cc54ecf6d
feat(core): Add workflow name label to workflow metrics (#16837)
Co-authored-by: Marc Littlemore <marc@n8n.io>
2025-07-08 09:11:03 +01:00
Iván Ovejero
982a7a11f5
refactor(core): Port SSO config (#17044) 2025-07-07 16:59:35 +02:00
Iván Ovejero
7317f67797
feat(core)!: Introduce insecure mode in task runner (#16911) 2025-07-04 08:32:49 +02:00
Jaakko Husso
0b7bca29f8
feat(editor): Add 'Whats new' section and modal (#16664) 2025-06-26 16:41:49 +03:00