Commit Graph

43 Commits

Author SHA1 Message Date
Konstantin Tieber
6786915537
feat(core): Make user role provisioning available on enterprise (#22166) 2025-11-24 13:21:35 +01:00
Iván Ovejero
da7b171a19
feat(core): Add instance types option to backend modules (no-changelog) (#21990) 2025-11-18 18:30:34 +01:00
Daria
e3267b257a
feat(core): Enable workflow history to all users (#21240) 2025-11-11 09:05:36 +02:00
Ricardo Espinoza
cd167ac6db
feat(core): Add OAuth to MCP server (#21469)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-11-05 19:26:31 -05:00
Csaba Tuncsik
fa1ae8afd6
fix(core): Disable ANSI colors in production debug logs (#21344) 2025-11-03 13:28:58 +01:00
Guillaume Jacquart
7d4ec363f8
feat(core): Create breaking change audit rule engine (#20918) 2025-10-29 10:58:33 +01:00
Stephen Wright
c40aaa5575
feat: Add GET /sso/provisioning/config endpoint for sso provisioning config (#20850) 2025-10-17 09:04:06 +01:00
Jaakko Husso
cc3a97c044
feat(core): Add new 'chat-hub' module (no-changelog) (#20401) 2025-10-07 13:17:42 +03:00
Milorad FIlipović
ecc23ac553
feat(core): Implement mcp server module (no-changelog) (#19738)
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
2025-09-30 09:04:14 +02:00
Nikhil Kuriakose
948d4492ec
feat: Enabling data tables as a default module (#19687) 2025-09-19 09:04:32 +02:00
Andreas Fitzek
1b5f9b220f
chore(core): Introduce license feature flag for custom roles (#19038) 2025-09-01 17:40:49 +02:00
Suguru Inoue
d64a94753f
chore: Enable ESLint rule consistent-type-exports (#18973) 2025-08-29 19:02:49 +02:00
Charlie Kolb
2dc34b2f17
chore(core): Rename Data Store module to Data Table (no-changelog) (#18675) 2025-08-25 14:57:23 +02:00
Iván Ovejero
0488ea3e8d
feat(core): Enable modules to append to workflow context (#18551) 2025-08-25 11:45:25 +02:00
Iván Ovejero
9e420d15c1
refactor(core): Modularize community packages (#18641) 2025-08-22 12:19:01 +02:00
Iván Ovejero
c6ae71817e
refactor(core): Allow modules to define paths to load nodes from (#18193) 2025-08-14 11:12:08 +02:00
Charlie Kolb
98dc71e6a7
feat(core): Add Data Store Backend API (no-changelog) (#17824) 2025-08-12 15:54:24 +03:00
Marc Littlemore
11dcef36df
feat(core): Add workflow diffs feature to license checks (no-changelog) (#18130) 2025-08-08 16:51:39 +01:00
Iván Ovejero
c001e020b0
fix(core): Address feedback on modules (no-changelog) (#17966) 2025-08-04 15:24:39 +02:00
Iván Ovejero
163565c647
refactor(core): Extract CLI parsing from command registry (#17676) 2025-07-29 14:23:49 +02:00
Guillaume Jacquart
6c0be292b1
fix(core): Check that src folder exists an fallback to dist when loading modules (#17754) 2025-07-28 17:47:24 +02:00
Guillaume Jacquart
01b95a9ee5
fix(core): Make the module loading for local dev more generic (#17547) 2025-07-23 14:13:50 +02:00
Iván Ovejero
320a810b56
refactor(core): Add shutdown method to modules (#17322) 2025-07-16 12:36:11 +02:00
Jaakko Husso
bd6d954253
fix(core): Make our file reads more robust (no-changelog) (#17162) 2025-07-09 21:51:09 +03:00
Iván Ovejero
7d06a89d4d
chore(core): Lintfix modern packages (#17046) 2025-07-07 14:30:57 +02:00
Andreas Fitzek
657e5a3b3a
feat(core): Allow enforcement of MFA usage on instance (#16556)
Co-authored-by: Marc Littlemore <marc@n8n.io>
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2025-07-02 11:03:10 +02:00
Iván Ovejero
06f49c294a
refactor(core): Lint to enforce lazyloading in modules (#16843)
Co-authored-by: Juuso Tapaninen <juuso@n8n.io>
2025-07-01 10:45:30 +02:00
Elias Meire
0775fd859e
build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
Iván Ovejero
aa684afd87
ci: Fix tests on Node 22 (#16730) 2025-06-26 13:49:43 +02:00
Iván Ovejero
892b0d2a82
fix(core): Fix dir in module path resolution for Docker (#16725) 2025-06-26 11:53:31 +02:00
Iván Ovejero
7c33292483
refactor(core): Move integration test utils for insights (#16693) 2025-06-25 17:32:54 +02:00
Iván Ovejero
b5ba655863
fix(core): Fix module path resolution for Docker (#16623) 2025-06-23 12:23:52 +02:00
Iván Ovejero
37efd209c9
refactor(core): Move module logic to @n8n/backend-common (#16528)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-06-20 18:55:07 +02:00
Iván Ovejero
6ba8e0bebe
refactor(core): Decouple module settings from frontend service (#16324)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-06-18 10:00:02 +02:00
Ricardo Espinoza
30148df7f3
feat(core): Add OIDC support for SSO (#15988)
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
2025-06-13 16:18:14 +02:00
Danny Martini
8abd556597
feat(core): Allow logging JSON to stdout (#15766) 2025-06-03 10:42:49 +02:00
Danny Martini
1e5b90571d
fix(core): Honor absolute paths for N8N_LOG_FILE_LOCATION (#15873) 2025-06-02 15:31:01 +02:00
Iván Ovejero
c229e915ea
refactor(core): Move Logger to @n8n/backend-common (#15721) 2025-05-30 12:57:47 +02:00
Eugene
ca8f087a47
feat(editor): Evaluations frontend (no-changelog) (#15550)
Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: JP van Oosten <jp@n8n.io>
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-05-26 12:26:28 +02:00
Iván Ovejero
226f1c73ce
refactor(core): Move isObjectLiteral to @n8n/backend-common (#15414) 2025-05-15 12:31:58 +02:00
Iván Ovejero
3176f6fc89
refactor(core): Move dependencies of Logger to standalone packages (#15338) 2025-05-13 16:55:42 +02:00
Iván Ovejero
ca0e7ffe3b
refactor(core): Separate license state from license service (#15097) 2025-05-06 09:43:08 +02:00
Iván Ovejero
f8ead7d3eb
refactor(core): Set up @n8n/backend-common package (#15051) 2025-05-02 11:34:13 +02:00