Commit Graph

256 Commits

Author SHA1 Message Date
Michael Drury
b24276cf22
feat(editor): T2W loading state improvements (no-changelog) (#20295)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-10-02 19:07:47 +02:00
Robert Squires
574a7b8052
refactor(editor): Remove element ui from sidebar and fix scrolling issue (#20068) 2025-10-02 13:23:20 +01: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
Romeo Balta
5e5d342752
feat(editor): Change default sidebar state to collapsed (#19692) 2025-09-19 10:46:49 +01:00
Csaba Tuncsik
bcedf5c76f
fix(editor): Reintroduce user deletion actions in the members table in Users and Project settings page (#19604) 2025-09-18 17:15:05 +02:00
Konstantin Tieber
f0388aae7e
feat(core): Prompt user to confirm password when changing email and mfa is disabled (#19408)
Co-authored-by: Marc Littlemore <MarcL@users.noreply.github.com>
2025-09-16 14:00:14 +02:00
yehorkardash
18cccb29ea
fix(editor): Add debounce to text parameter input (#19339) 2025-09-11 08:56:18 +00:00
Iván Ovejero
38f25d74eb
feat(editor): Add Python to Code actions (#18668) 2025-08-26 14:29:50 +02:00
Charlie Kolb
94526b9975
feat(editor): Add Alt+Meta+O keyboard shortcut for the About modal (#18530) 2025-08-19 15:10:40 +02:00
Raúl Gómez Morales
62f4361f46
fix(editor): Revert changes from PRs #16059, #17959, #17759, and #17585 (#18382) 2025-08-15 12:46:09 +03:00
Michael Kret
4395b8f71f
fix: Community update/uninstall e2e test fix (no-changelog) (#17884) 2025-08-01 10:44:23 +03:00
Nikhil Kuriakose
e18ffe809c
feat(editor): Add follow up question nps (#17459) 2025-07-25 17:26:40 +02:00
Raúl Gómez Morales
d6ac924b3b
fix(editor): Fix error when there is no path back to referenced node (#16059)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2025-07-22 10:04:22 +02:00
Daria
2294c3d71b
feat(editor): Move AI Assistant button to canvas action buttons (#16879) 2025-07-10 13:33:30 +03:00
Csaba Tuncsik
19ac32659f
refactor(editor): Update users list on user settings page (#16244)
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
2025-07-03 13:57:14 +02:00
Jaakko Husso
0b7bca29f8
feat(editor): Add 'Whats new' section and modal (#16664) 2025-06-26 16:41:49 +03:00
Daria
4d211a0794
feat(editor): Improve style of Canvas action buttons (#16724) 2025-06-26 15:36:19 +03: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
Charlie Kolb
21b84ef4e7
chore: Add e2e tests for Subworkflow Conversion (no-changelog) (#16220) 2025-06-11 14:30:35 +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
Charlie Kolb
c92701cbdf
feat(editor): Change default node names depending on node operation and resource (#15954) 2025-06-10 08:50:46 +02:00
Robert Squires
92cf3cedbb
refactor(editor): Reka UI inline text edit component (#15752) 2025-06-04 08:56:25 +01:00
Raúl Gómez Morales
5bc4e5d846
feat(editor): Add "Change owner" option to editor (#15792) 2025-06-03 09:59:07 +02:00
Jaakko Husso
e860dd6d2e
feat(editor): Combine 'Move to Folder' and 'Change owner' modals (#15756)
This new modal also allows transferring entire folders to other projects and users.
2025-05-28 23:41:07 +03:00
कारतोफ्फेलस्क्रिप्ट™
e9dc66b3ff
ci: Remove unused canvas v1 related code from e2e tests (#15704) 2025-05-26 17:32:02 +02:00
Nikhil Kuriakose
d14fb4dde3
fix(editor): Close Workflow URL Import Modal after import (#15177)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-05-09 14:06:41 +02:00
Jaakko Husso
3a13139f78
feat(core): Change workflow deletions to soft deletes (#14894)
Adds soft‑deletion support for workflows through a new boolean column `isArchived`.

When a workflow is archived we now set `isArchived` flag to true and the workflows
stays in the database and is omitted from the default workflow listing query.

Archived workflows can be viewed in read-only mode, but they cannot be activated.

Archived workflows are still available by ID and can be invoked as sub-executions,
so existing Execute Workflow nodes continue to work. Execution engine doesn't
care about isArchived flag.

Users can restore workflows via Unarchive action at the UI.
2025-05-06 17:48:24 +03:00
Elias Meire
022f4755c2
fix(editor): Fix schema view bugs (#14734)
Co-authored-by: Michael Kret <michael.k@radency.com>
2025-04-24 08:53:02 +02:00
Jaakko Husso
ce5a237d0d
chore: Remove AI assistant experiment's feature flag. (no-chanelog) (#14430) 2025-04-07 11:15:29 +03:00
Jaakko Husso
2dfd4205eb
chore: Remove template credential experiment's feature flag. (no-changelog) (#14429) 2025-04-07 11:14:14 +03:00
Milorad FIlipović
1f56a24bbd
fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997) 2025-03-20 15:48:10 +01:00
Milorad FIlipović
31493a0cac
fix(editor): Address folders feature feedback (no-changelog) (#13859) 2025-03-13 17:29:15 +01:00
Ricardo Espinoza
17738c5096
fix(core): Do not validate email when LDAP is enabled (#13605) 2025-03-03 19:15:52 +01:00
Milorad FIlipović
c4f3293778
fix(editor): Add workflows to the store when fetching current page (#13583) 2025-02-28 11:53:42 +01:00
Csaba Tuncsik
1c5f1cab37
fix(editor): Fix and re-enable e2e test (no-changelog) (#13535) 2025-02-28 07:10:09 +01:00
Csaba Tuncsik
c021a7e4b2
fix(editor): Show scrollbar in Element UI popup (#13259) 2025-02-26 11:53:37 +01:00
Raúl Gómez Morales
b2293b7ad5
feat(editor): Evaluation feature Phase one readiness (no-changelog) (#13383)
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
2025-02-21 12:58:28 +01:00
Csaba Tuncsik
073b05b10c
fix(editor): Fix workflow moving E2E tests (#13396)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-02-20 16:35:15 +01:00
Milorad FIlipović
d1e65a1cd5
fix(editor): Prevent pagination setting from being overwritten in URL (#13266) 2025-02-17 11:38:35 +01:00
Elias Meire
8f25a06e6c
fix(editor): Fix '=' handling in expressions (#13129) 2025-02-10 16:41:55 +01:00
Elias Meire
00e3ebc9e2
fix(editor): Code node overwrites code when switching nodes after edits (#13078) 2025-02-05 17:07:32 +01:00
Alex Grozav
afbbfa3a90
feat: Update e2e tests to run on new canvas (no-changelog) (#12784) 2025-01-24 14:38:54 +02:00
Alex Grozav
2d3b643f6e
test: Update e2e tests for canvas specific actions (no-changelog) (#12614) 2025-01-21 10:30:27 +02:00
Raúl Gómez Morales
1eeb788d32
feat(editor): VariablesView Reskin - Add Filters for missing values (#12611) 2025-01-20 10:59:15 +01:00
Alex Grozav
980d0bcb5e
test: Update node creator e2e tests to work with new canvas (no-changelog) (#12530) 2025-01-09 18:06:55 +02:00
oleg
803960e092
test(editor): Add deprecation warnings for e2e page classes (no-changelog) (#12489) 2025-01-08 09:36:44 +01:00
Alex Grozav
f7eb901489
test: Update template credentials setup e2e test for new canvas (no-changelog) (#12487) 2025-01-07 17:02:06 +02:00
Eugene
30f9c033db
feat(Google Vertex Chat Model Node): Add an option to specify GCP region (#12300) 2025-01-07 15:09:59 +01:00
Ivan Atanasov
d4116630a6
feat: (Execute Workflow Node): Inputs for Sub-workflows (#11830) (#11837)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-12-20 17:01:22 +01:00
Milorad FIlipović
3af93b945f
test(editor): Update templates tests for new canvas (no-changelog) (#12246) 2024-12-16 16:58:43 +01:00