n8n/packages/editor-ui/src/views
2024-10-21 14:06:24 +03:00
..
__tests__ feat: Add tracking for node errors and update node graph (#11060) 2024-10-15 12:38:17 +02:00
SetupWorkflowFromTemplateView fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
AuthView.vue refactor(editor): Migrate AuthView and associated components to composition api (#10713) 2024-09-18 23:38:45 -04:00
CanvasAddButton.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ChangePasswordView.vue fix(editor): Make submit in ChangePasswordView work again (#11227) 2024-10-11 12:26:43 -04:00
CredentialsView.test.ts feat(editor): Add route for create / edit / share credentials (#11134) 2024-10-08 11:56:48 +02:00
CredentialsView.vue feat(editor): Add route for create / edit / share credentials (#11134) 2024-10-08 11:56:48 +02:00
ErrorView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ExecutionsView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
ForgotMyPasswordView.vue refactor(editor): Migrate AuthView and associated components to composition api (#10713) 2024-09-18 23:38:45 -04:00
LoadingView.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
MfaView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeView.v2.vue fix(editor): Show placeholder nodes when no trigger nodes available on new canvas (no-changelog) (#11106) 2024-10-21 13:09:03 +03:00
NodeView.vue feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
NodeViewSwitcher.vue feat(editor): Create call to action tooltip for trying the new canvas (no-changelog) (#11230) 2024-10-21 14:06:24 +03:00
ProjectSettings.test.ts fix(editor): Allow resources to move between personal and team projects (#10683) 2024-09-27 15:12:31 +02:00
ProjectSettings.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SamlOnboarding.vue refactor(editor): Migrate AuthView and associated components to composition api (#10713) 2024-09-18 23:38:45 -04:00
SettingsApiView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsCommunityNodesView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsExternalSecrets.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsFakeDoorView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
SettingsLdapView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsLogStreamingView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsPersonalView.vue feat: Run mfa.beforeSetup hook before enabling MFA (#11116) 2024-10-17 19:47:10 +02:00
SettingsSourceControl.test.ts fix(editor): Allow custom git repo urls in source control settings (#10849) 2024-09-17 13:39:13 +02:00
SettingsSourceControl.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsSso.test.ts fix(editor): Allow disabling SSO when config request fails (#10635) 2024-09-03 10:06:16 +02:00
SettingsSso.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsUsageAndPlan.test.ts fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
SettingsUsageAndPlan.vue fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
SettingsUsersView.test.ts test(editor): Increase test coverage for users settings page and modal (#10623) 2024-08-30 16:45:18 +02:00
SettingsUsersView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
SettingsView.vue refactor(editor): Migrate SettingsView to composition api (no-changelog) (#9746) 2024-06-17 11:53:40 +03:00
SetupView.vue fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
SigninView.vue fix(editor): Bring back the "Forgot password" link on SigninView (#11216) 2024-10-10 18:58:33 +02:00
SignoutView.vue refactor(editor): Migrate SignoutView.vue to composition API (#10720) 2024-09-10 10:23:57 -04:00
SignupView.vue fix(editor): UX Improvements to RBAC feature set (#9683) 2024-07-18 14:17:27 +02:00
TemplatesCollectionView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
TemplatesSearchView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
TemplatesView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplatesWorkflowView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
VariablesView.spec.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
VariablesView.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
WorkerView.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
WorkflowExecutionsView.vue fix(editor): Fix workflow executions list page redirection (#10981) 2024-09-27 11:09:20 +02:00
WorkflowHistory.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
WorkflowOnboardingView.vue refactor(editor): Fix NodeView/Canvas related TS errors (#9581) 2024-06-03 16:33:20 +02:00
WorkflowsView.test.ts refactor(editor): WorkflowsView to script setup + tests (#11078) 2024-10-03 16:43:08 +02:00
WorkflowsView.vue refactor(editor): WorkflowsView to script setup + tests (#11078) 2024-10-03 16:43:08 +02:00