n8n/packages/editor-ui/src/components
Alex Grozav 898c25fd7e
feat: Add workflow sharing functionality and permissions (#4370)
* feat(editor): extract credentials view into reusable layout components for workflows view

* feat(editor): add workflow card and start work on empty state

* feat: add hoverable card and finish workflows empty state

* fix: undo workflows response interface changes

* chore: fix linting issues.

* fix: remove enterprise sharing env schema

* fix(editor): fix workflows resource view when sharing is enabled

* fix: change owner tag design and order

* feat: add personalization survey on workflows page

* fix: update component snapshots

* feat: refactored workflow card to use workflow-activator properly

* fix: fix workflow activator and proptypes

* fix: hide owner tag for workflow card until sharing is available

* fix: fixed ownedBy and sharedWith appearing for workflows list

* feat: update tags component design

* refactor: change resource filter select to n8n-user-select

* fix: made telemetry messages reusable

* chore: remove unused import

* refactor: fix component name casing

* refactor: use Vue.set to make workflow property reactive

* feat: add support for clicking on tags for filtering

* chore: fix tags linting issues

* fix: fix resources list layout when title words are very long

* refactor: add active and inactive status text to workflow activator

* fix: fix credentials and workflows sorting when name contains leading whitespace

* fix: remove wrongfully added style tag

* feat: add translations and storybook examples for truncated tags

* fix: remove enterprise sharing env from schema

* refactor: fix workflows module and workflows field store naming conflict

* feat: add workflow share button and open dummy modal

* feat: add workflow sharing modal (in progress)

* feat: add message when sharing disabled

* feat: add sharing messages based on flags

* feat: add workflow sharing api integration and readonly state handling

* fix: change how foreign credentials are handled

* refactor: migrate newly added workflow sharing store methods to pinia

* fix: update foreign credentials handler and add executable prop to node-settings

* fix: fix credentials display issue caused by addCredentials override

* fix: fix various issues when sharing from empty state

* fix: update node duplication credentials

* fix: revert defautl values for sharing env

* feat: hide share button behind feature flag

* chore: add env variable for sharing feature (testing only)

* fix: change enterprise-edition component casing
2022-11-15 14:25:04 +02:00
..
CodeNodeEditor fix(editor): Curb direct item access linting (#4591) 2022-11-14 11:22:55 +01:00
CredentialEdit feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
Error refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExecutionsView fix(editor): Hide pin data in production executions (#4595) 2022-11-14 13:28:26 +01:00
ExpandableInput feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
forms refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
layouts refactor(editor): Add Workflows view e2e tests (#4573) 2022-11-11 09:07:14 +01:00
MainHeader feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
mixins feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
Node refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
ResourceLocator refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
TagsManager refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
transitions feat(editor, core, cli): implement new workflow experience (#4358) 2022-10-18 14:23:22 +02:00
AboutModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ActivationModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Badge.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
Banner.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
BinaryDataDisplay.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
BinaryDataDisplayEmbed.vue refactor(editor): Move all colors to css variables (#3723) 2022-07-26 12:45:55 +02:00
BreakpointsObserver.vue feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
CanvasControls.vue refactor(editor): Encapsulate canvas actions (#4416) 2022-11-07 09:53:27 +01:00
ChangePasswordModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CodeEdit.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CollectionCard.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CollectionParameter.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CollectionsCarousel.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CollectionWorkflowCard.vue feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
CommunityPackageCard.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CommunityPackageInstallModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CommunityPackageManageConfirmModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ContactPromptModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
CopyInput.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
CredentialCard.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
CredentialIcon.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
CredentialsSelect.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
CredentialsSelectModal.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
DeleteUserModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Draggable.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
DraggableTarget.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
DuplicateWorkflowDialog.vue fix(editor): Fix duplicate bug when new workflow is open (#4559) 2022-11-09 16:09:58 +01:00
EnterpriseEdition.ee.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExecutionsList.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExecutionTime.vue 🧹 clean up editor based on #1418 (#2010) 2021-07-23 17:50:47 +02:00
ExpressionEdit.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ExpressionInput.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
FeatureComingSoon.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
FixedCollectionParameter.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
GiftNotificationIcon.vue feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
GoBackButton.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
helpers.ts feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
HoverableNodeIcon.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ImportCurlModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ImportParameter.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
InlineNameEdit.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
InlineTextEdit.vue Implement Wait functionality (#1817) 2021-08-21 14:11:32 +02:00
InputPanel.vue fix(editor): Hide pin data in production executions (#4595) 2022-11-14 13:28:26 +01:00
IntersectionObserved.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
IntersectionObserver.vue Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
InviteUsersModal.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Logo.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
MainSidebar.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Modal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ModalDrawer.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ModalRoot.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Modals.vue feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
MultipleParameter.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
NDVDraggablePanels.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
Node.vue fix(editor): Hide pin data in production executions (#4595) 2022-11-14 13:28:26 +01:00
NodeCredentials.vue feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
NodeDetailsView.vue feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
NodeExecuteButton.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
NodeIcon.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
NodeList.vue refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
NodeSettings.vue feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
NodeSettingsTabs.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
NodeTitle.vue feat(cli): User Management and Credentials sharing (#3602) 2022-09-21 10:20:29 +02:00
NodeWebhooks.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
OnboardingCallSignupModal.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
OutputPanel.vue fix(editor): Hide pin data in production executions (#4595) 2022-11-14 13:28:26 +01:00
PageAlert.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
PageContentWrapper.vue 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
PanelDragButton.vue feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
ParameterInput.vue fix(editor): Tweak dragged mapping state (#4550) 2022-11-09 16:05:42 +01:00
ParameterInputExpanded.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterInputFull.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterInputHint.vue fix(editor): stop rendering expressions as html (#4420) 2022-10-24 10:48:33 +02:00
ParameterInputList.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterInputWrapper.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
ParameterIssues.vue feat(editor): Use i18n component instead od v-html for localization 2022-09-05 16:36:22 +02:00
ParameterOptions.vue feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
PersonalizationModal.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
PushConnectionTracker.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
RunData.vue fix(editor): Hide pin data in production executions (#4595) 2022-11-14 13:28:26 +01:00
RunDataJson.test.ts fix(editor): Showing string numbers and null properly in JSON view (#4513) 2022-11-07 12:27:02 +01:00
RunDataJson.vue fix(editor): Showing string numbers and null properly in JSON view (#4513) 2022-11-07 12:27:02 +01:00
RunDataJsonActions.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
RunDataTable.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
RunInfo.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
SaveButton.vue feat: Add cypress e2e tests for signup and signin (#3490) 2022-11-08 14:21:10 +02:00
ScopesNotice.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
SettingsSidebar.vue fix(editor): Fix workflow back button navigation (#4546) 2022-11-09 09:31:23 +01:00
ShortenName.vue feat(editor): Add drag and drop data mapping (#3708) 2022-07-20 13:32:51 +02:00
Sticky.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
TagsContainer.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
TagsDropdown.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Telemetry.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
TemplateCard.vue feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
TemplateDetails.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
TemplateDetailsBlock.vue Add Templates (#2720) 2022-02-28 10:57:44 +01:00
TemplateFilters.vue Add Templates (#2720) 2022-02-28 10:57:44 +01:00
TemplateList.vue feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
TextEdit.vue feat(editor): add readonly state for nodes (#4299) 2022-10-24 20:17:25 +02:00
TimeAgo.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
TitledList.vue feat(editor): Use i18n component instead od v-html for localization 2022-09-05 16:36:22 +02:00
TriggerIcon.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
TriggerPanel.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
UpdatesPanel.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
ValueSurvey.vue refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
VariableSelector.vue fix(editor): Fix expression editor variable selector filter (#4590) 2022-11-14 11:23:05 +01:00
VariableSelectorItem.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
VersionCard.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
WarningTooltip.vue feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
WireMeUp.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
WorkflowActivator.vue refactor(editor): Add Workflows view e2e tests (#4573) 2022-11-11 09:07:14 +01:00
WorkflowCard.vue feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00
WorkflowPreview.vue fix(editor): Hide pin data in production executions (#4595) 2022-11-14 13:28:26 +01:00
WorkflowSettings.vue refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
WorkflowShareModal.ee.vue feat: Add workflow sharing functionality and permissions (#4370) 2022-11-15 14:25:04 +02:00