Commit Graph

456 Commits

Author SHA1 Message Date
Andreas Fitzek
c0d1ff6e4c feat(core): Extend user list to allow expanding the user list to projects (#16314)
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2025-06-18 22:26:50 +02:00
Charlie Kolb
701c31cfbc feat(editor): Propagate targetNodeParameterContext throughout expression resolution logic (no-changelog) (#16476) 2025-06-18 17:05:32 +02:00
Jaakko Husso
8e083b3c56 fix(editor): Add link to docs on the RAG starter template (no-changelog) (#16468) 2025-06-18 12:36:27 +03: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
Raúl Gómez Morales
49b9439ec0 feat(editor): Add Support for Granular Push of Credentials and Workflows (#16439) 2025-06-18 09:42:52 +02:00
luka
c64ccf74a2 refactor(editor): Optimize the logic of replacing illegal characters in download workflow naming (#16260) 2025-06-17 17:15:16 +02:00
Jaakko Husso
db93873d33 fix(editor): Add a sticky note explaining embeddings on the RAG starter template (no-changelog) (#16440) 2025-06-17 17:29:00 +03:00
Raúl Gómez Morales
1da3c70507 feat(editor): Add OIDC paywall (#16347) 2025-06-17 15:21:34 +02:00
Alex Grozav
5caf7a2660 refactor(editor): Detangle ui store from settings store (no-changelog) (#16384) 2025-06-17 12:07:46 +02:00
Suguru Inoue
4acebabb4f fix(editor): Fix keyboard shortcut bugs in the log view (#16393) 2025-06-17 11:38:32 +02:00
Alex Grozav
f9f0fdf40d fix(editor): Fix and enable copying to clipboard in PiP (#15632)
Co-authored-by: autologie <suguru@n8n.io>
2025-06-17 11:24:48 +03:00
Tomi Turtiainen
2aa017331a Merge tag 'n8n@1.99.0' 2025-06-16 16:35:17 +03:00
Guillaume Jacquart
62a33e8074 feat(editor): Add tracking on oidc save setting (#16378) 2025-06-16 15:10:37 +02:00
Suguru Inoue
58a556430c fix(editor): Fix log view style bugs (#16312) 2025-06-16 14:50:57 +02:00
github-actions[bot]
84a5cc67f7 🚀 Release 1.99.0 (#16381)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-16 15:44:12 +03:00
Alex Grozav
c22ca2cb4a refactor(editor): Extract SAML, OIDC, and LDAP from Settings Store into SSO Store (no-changelog) (#16276) 2025-06-16 14:54:31 +03:00
Suguru Inoue
e93fd1a689 fix(editor): Fix inaccurate message in log view when input data is empty (#16234) 2025-06-16 12:09:57 +02:00
Suguru Inoue
3fcabd40b3 fix(editor): Cannot expand sub execution log if it finished with an error (#16236)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
2025-06-16 12:09:45 +02:00
Giulio Andreini
701816aae1 fix(editor): Fix tags in dar mode and spacing in workflow card (no-changelog) (#16271) 2025-06-16 10:09:51 +02:00
Jaakko Husso
d0a313aa1c feat(editor): Add RAG starter template callouts experiment (#16282)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
2025-06-13 17:45:30 +03: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
Raúl Gómez Morales
80a784a50c feat(editor): Add access control and not found entity views (#15860) 2025-06-13 14:17:05 +02:00
Alex Grozav
e6e607f83e refactor(editor): Detangle users store from ui store (no-changelog) (#16322) 2025-06-13 14:51:14 +03:00
Charlie Kolb
396da25c62 feat(editor): Show node type on hover over node icon in NDV (#16278) 2025-06-13 10:22:49 +02:00
Suguru Inoue
b2eb33351f fix(editor): Logs not shown when tools are partially executed (#16274) 2025-06-13 10:09:52 +02:00
Guillaume Jacquart
84c51b1bd9 fix(editor): Fix pagination and sorting issue for insights (#16288) 2025-06-13 10:08:08 +02:00
oleg
ecfb6674ef fix(editor): Prevent node renaming to restricted JS method names (#16270) 2025-06-12 16:11:36 +02:00
Charlie Kolb
4e94488622 feat(editor): Change default node names depending on node operation and resource (#16188) 2025-06-12 13:57:26 +02:00
Cornelius Suermann
ecd9a1e53e Merge tag 'n8n@1.98.0' 2025-06-12 13:22:03 +02:00
Daria
1ddbb78909 feat(core): Add description to projects (#15611) 2025-06-12 13:57:23 +03:00
Csaba Tuncsik
e681e6b477 refactor: Add common DTOs and schemas for the redesigned users list (#16097) 2025-06-11 14:55:04 +02:00
Suguru Inoue
b9e03515bd feat(editor): Remember different panel state for sub nodes (#16189) 2025-06-11 14:46:19 +02:00
github-actions[bot]
2b51ad8cab 🚀 Release 1.98.0 (#16225)
Co-authored-by: tomi <10324676+tomi@users.noreply.github.com>
2025-06-11 11:35:19 +02:00
Alex Grozav
2a3fa5088e refactor(editor): Move settings api to @n8n/rest-api-client (no-changelog) (#16186) 2025-06-11 10:57:59 +03:00
luka
cdab4c1bc6 fix(editor): Fix the issue that the content of json, html, csv, md, txt, and css files contained garbled Chinese characters when clicking the view button (#16118)
Co-authored-by: luka <zhoupf@seirobotics.net>
2025-06-11 09:36:54 +02:00
Alex Grozav
a54f0c8af7 refactor(editor): Move cloudPlans api to @n8n/rest-api-client (no-changelog) (#16182) 2025-06-10 18:03:24 +02:00
Suguru Inoue
aa03110f2e fix(editor): Adjust time format for negative numbers (no-changelog) (#16194) 2025-06-10 17:25:22 +02:00
Alex Grozav
023aa156b3 refactor(editor): Move workflowHistory api to @n8n/rest-api-client (no-changelog) (#16183) 2025-06-10 15:50:18 +03:00
Suguru Inoue
670355420d fix(editor): Log view is missing in debug mode (#16170) 2025-06-10 12:47:54 +02:00
Charlie Kolb
60bae8ddf9 chore: Add tests for useCanvasOperations replaceNodeParameters and replaceNodeConnections (no-changelog) (#16173) 2025-06-10 12:13:26 +02:00
Charlie Kolb
d17a15ef9a Revert "feat(editor): Change default node names depending on node ope… (#16169) 2025-06-10 11:34:08 +02:00
Alex Grozav
9d12b741ff refactor(editor): Migrate ldap to @n8n/rest-api-client (no-changelog) (#16144) 2025-06-10 12:01:09 +03:00
Suguru Inoue
d68a776e5c refactor(editor): Clean up feature flag for the log view (#15606) 2025-06-10 10:15:22 +02:00
Alex Grozav
07ed01d9fc refactor(editor): Migrate versions api to @n8n/rest-client-api (no-changelog) (#16147) 2025-06-10 10:47:51 +03:00
Alex Grozav
5deab75c7d fix(editor): Add visual-only waitingForNext execution state for slow networks (#16143) 2025-06-10 10:32:08 +03:00
Alex Grozav
00083d5ed6 refactor(editor): Migrate sso to @n8n/rest-api-client (no-changelog) (#16145) 2025-06-10 10:02:54 +03:00
Charlie Kolb
9cf7293990 fix(editor): Mark workflow as unsaved when reverting deletion of a node (#15959) 2025-06-10 08:54:23 +02:00
Charlie Kolb
c92701cbdf feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
Jaakko Husso
4426249950 fix(editor): Prevent Ask Assistant button overlapping other buttons (#16066) 2025-06-09 12:28:35 +03:00
Shireen Missi
b92d8ad1e1 fix(editor): Hide the Github stars button when telemetry is disabled (#16108) 2025-06-09 09:25:26 +01:00