Commit Graph

4123 Commits

Author SHA1 Message Date
Konstantin Tieber
4842539aa0
chore: Add environment connection type to telemetry data (#20265) 2025-10-01 18:31:01 +02:00
Michael Kret
2bde2e66cd
fix: Fallback to cli command if http request failed in npm-utils for community packages (#19413) 2025-10-01 16:07:39 +01:00
Konstantin Tieber
16e4c7e16e
fix: Don't allow moving a readonly workflow (#20227) 2025-10-01 16:10:25 +02:00
mfsiega
0681e78eb3
fix(core): Add cancellation reasons (#20238) 2025-10-01 15:52:44 +02:00
Milorad FIlipović
071dcd836d
feat(editor): Improve MCP UX (no-changelog) (#20247) 2025-10-01 13:23:17 +02:00
Stephen Wright
af1391853b
feat: Use SafePathJoin, Raw SQL queries for insertions (#20244) 2025-10-01 11:14:48 +01:00
Andreas Fitzek
02df05e3aa
chore(core): Add access control tests (#19636) 2025-10-01 11:41:39 +02:00
Iván Ovejero
cd8926e851
fix(core): Prevent race condition on job processing handler registration (#20219) 2025-10-01 09:09:35 +02:00
Andreas Fitzek
291a39c87e
chore(core): Hide OIDC warning for default configuration (#20212) 2025-09-30 16:55:44 +02:00
Iván Ovejero
5ca781fc42
fix(core): Support log streaming in webhook processors (#20215) 2025-09-30 16:48:43 +02:00
Irénée
5c398e4f2c
feat: Export projects as json files in source control folder (#20196) 2025-09-30 15:25:34 +01:00
Stephen Wright
6e39a0d3b8
feat: GCP secrets with no latest version no longer breaks secret sync (#20203) 2025-09-30 14:51:17 +01:00
Jaakko Husso
496312d437
fix(core): Prefer safer joins at directory paths (no-changelog) (#20209) 2025-09-30 16:17:04 +03:00
Suguru Inoue
723b9b8578
perf(editor): Omit execution data from executionFinished event (#20001) 2025-09-30 15:07:52 +02:00
Stephen Wright
41bf7beba4
feat: PAY-3859 encrypt decrypt (#20155) 2025-09-30 11:35:07 +01:00
Irénée
10d2bfc654
test: Fix insights service integration test race condition (#20194) 2025-09-30 11:17:25 +01:00
Konstantin Tieber
737a928f50
chore: Avoid command injection in https environment (#20182) 2025-09-30 10:37:14 +02:00
Konstantin Tieber
0a7a638422
chore: Add local development docs for environments feature (#20165) 2025-09-30 09:44:09 +02:00
Daria
c62892ce62
feat(core): Add dryRun to Data Table delete rows (no-changelog) (#20070) 2025-09-30 10:42:45 +03:00
Svetoslav Dekov
27e0320e41
feat(editor): Update workflows list endpoint to support filter by node type (no-changelog) (#20158) 2025-09-30 10:26:38 +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
Jaakko Husso
f72b9fa130
refactor(core): Unify transaction handling at data table (#20024) 2025-09-29 17:24:58 +03:00
mfsiega
4d024ecb9d
fix(core): Only print deprecation notices on start command (#19987) 2025-09-29 11:51:09 +02:00
Irénée
24ea97a77f
feat(core): Add custom data range query to insights endpoints (#20009) 2025-09-29 09:35:05 +01:00
Csaba Tuncsik
b59f97631d
feat: Make project member updates immediate (#19837) 2025-09-26 16:03:17 +02:00
Andreas Fitzek
0e3bfa9232
chore(core): Log error when listen address is not available (#20066) 2025-09-26 15:32:54 +02:00
Milorad FIlipović
9fef8c19c4
feat(core): Add RootLevelController decorator (no-changelog) (#19972) 2025-09-26 15:14:27 +02:00
Idir Ouhab Meskine
9806e6fc72
feat(core): Add HTTPS protocol support for environments (#19482)
Co-authored-by: konstantintieber <konstantin.tieber@n8n.io>
2025-09-25 18:11:04 +02:00
Stephen Wright
2160c550f9
feat: PAY-3855 ensure latest migrations run (#19917)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-25 14:18:45 +01:00
Andreas Fitzek
1c4728aed2
chore(core): Add support for persisting and synchronizing credential overwrites (#19919) 2025-09-25 14:26:08 +02:00
Juuso Tapaninen
dbf328452c
feat(core): Adjust n8n email template styling (#19969) 2025-09-25 14:43:59 +03:00
Andreas Fitzek
3aae96482f
chore(core): Allow OIDC prompt parameter to be configured (#19967) 2025-09-25 13:30:50 +02:00
Iván Ovejero
fac005b165
fix(core): Ensure cancellation interrupts runner tasks in worker (#19864) 2025-09-25 11:24:03 +02:00
yehorkardash
a26810b8ae
fix(core): Allow accessing nodes.json in preview mode (#19920) 2025-09-25 07:48:27 +00:00
Mutasem Aldmour
c449e9e9c8
feat: Add metering for builder (no-changelog) (#19842) 2025-09-25 09:40:55 +02:00
Eugene
0b7db24070
fix(core): Iterate over all main output branches when extracting response (#19963)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-25 09:31:03 +02:00
RomanDavydchuk
74963c5333
fix: Disable warning about bare repositories in Git node on cloud (no-changelog) (#19958)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-09-25 10:18:55 +03:00
Charlie Kolb
7273d41500
fix(core): Remove Data Table experimental warning log (#19978) 2025-09-25 09:00:05 +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
42d8ae92bc
chore(core): Only allow owners to log in during oidc SSO (#19974) 2025-09-24 17:30:58 +02:00
Ricardo Espinoza
002f380934
fix: Only show AI assistant when AI service URL is setup (#18774) 2025-09-24 11:20:44 -04:00
Tomi Turtiainen
7f2aaa7a7a
test: Fix webhook-request-handler test (#19973) 2025-09-24 17:31:20 +03:00
Stephen Wright
560c95126a
feat: PAY-3774 entities import logic (#19770)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-24 14:23:54 +01:00
Tomi Turtiainen
68e00955ec
Merge commit from fork 2025-09-24 15:39:39 +03:00
Guillaume Jacquart
a01e5a5bc2
feat(core): Throw customized error on assigned custom role deletion (#19900) 2025-09-23 11:28:13 +02:00
mfsiega
83272570e4
fix(core): Surface workflow config errors to the webhook caller (#19858)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-09-23 11:15:29 +02:00
Andreas Fitzek
24a6a325a6
chore(core): Add authentication for credential overwrite endpoint (#19836) 2025-09-23 10:56:23 +02:00
Jaakko Husso
24f08e12f0
fix(core): Use different query to get sqlite data table sizes (#19878) 2025-09-22 22:12:31 +03:00
Guillaume Jacquart
2d7990920d
chore(core): Split source control service (#18784)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-22 16:55:54 +02:00
github-actions[bot]
2a0e38a8dc
🚀 Release 1.113.0 (#19866)
Co-authored-by: burivuhster <3273843+burivuhster@users.noreply.github.com>
2025-09-22 17:21:10 +03:00