Commit Graph

19 Commits

Author SHA1 Message Date
Alex Grozav
f58c1ce083 refactor(editor): Move frontend permissions code to @n8n/permissions (no-changelog) (#16656) 2025-06-24 14:41:29 +03:00
Alex Grozav
20c63436d2 fix(editor): Fix broken types for globally defined components (no-changelog) (#16505)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
2025-06-24 13:01:23 +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
Alex Grozav
e704077864 refactor(editor): Extract @n8n/i18n package for internationalization (no-changelog) (#15466) 2025-05-30 12:44:33 +03: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
Jaakko Husso
374b2cf882 feat(editor): Don't confirm archiving nonactive workflows (no-changelog) (#15182) 2025-05-08 21:33:50 +03:00
Jaakko Husso
b6055c5fe9 feat(editor): Change WorkflowCard archived styles (no-changelog) (#15214) 2025-05-08 17:20:30 +03: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
Ricardo Espinoza
eb465763cf feat: Only show workflows shared with you in the overview page (#14773) 2025-04-28 13:42:05 -04:00
Jaakko Husso
6c91e7e1b7 fix(editor): Place duplicated WFs always to correct parent folders (#14713) 2025-04-22 15:41:12 +03:00
Ricardo Espinoza
cade309d3b feat: Add nested search in folders (#14372)
Co-authored-by: Milorad FIlipović <milorad@n8n.io>
2025-04-11 19:17:28 -04:00
Milorad FIlipović
2a5c3d4990 fix(editor): Prevent moving non owned workflows to folders (#14474) 2025-04-09 08:58:13 +02:00
Milorad FIlipović
bfe3d469ea feat(editor): Add breadcrumbs to project card badges (no-changelog) (#14256) 2025-03-31 11:48:11 +02:00
Milorad FIlipović
1f56a24bbd fix(editor): Addressing internal testing feedback for folders (no-changelog) (#13997) 2025-03-20 15:48:10 +01:00
Tuukka Kantola
eb91111ddf refactor(editor): Change UI and monospace fonts (#13839) 2025-03-17 21:13:57 +01:00
Milorad FIlipović
1c17d12209 feat(editor): Implement folder move functionality (no-changelog) (#13922) 2025-03-17 12:46:21 +01:00
Milorad FIlipović
31493a0cac fix(editor): Address folders feature feedback (no-changelog) (#13859) 2025-03-13 17:29:15 +01:00
Milorad FIlipović
2cb9d9e29f feat(editor): Add functionality to create folders (#13473) 2025-02-28 15:50:50 +01:00
Alex Grozav
f5743176e5 refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00