n8n/packages/cli/src/controllers
Ricardo Espinoza 725393dae6
feat(editor): Add user activation survey (#5677)
*  Add user activation survey

* Fix typo

* Avoid showing the modal when there is a modal view

* Allow to redirect to specific execution

* Improve structure

* Handle errors when sharing feedback

* update withFeatureFlag function

* Fix linting issue

* Set user activation flag on workflowExecutionCompleted event

* Revert update user settings functionality

* Remove unnecessary changes

* fix linting issue

* account for new functionality in tests

* Small improvements

* keep once instace of the model open between tabs

* Add sorting to GET /executions

* type parameters for GET /executions


a

* Add constant for local store key

* Add execution mode filtering

* fix linting issue

* Do not override settings when setting isOnboarded true

* Add update user settings endpoint

* improvements

* revert changes to /GET executions

* Fix typo

* Add userActivated flag to user store

* Add E2E test

* Fix linting issue

* Update pnpm-lock

* Revert unnecessary change

* Centralize user's settings update

* Remove unused ref in userActivationSurvey modal

* Use aliased imports

* Use createEventBus function in component

* Fix tests
2023-04-11 12:43:47 -04:00
..
auth.controller.ts feat(core): Improve ldap/saml toggle and tests (#5771) 2023-03-24 17:46:06 +01:00
index.ts refactor(core): Convert more routes to use the decorator pattern (no-changelog) (#5611) 2023-03-09 14:42:13 +01:00
ldap.controller.ts refactor(core): Convert more routes to use the decorator pattern (no-changelog) (#5611) 2023-03-09 14:42:13 +01:00
me.controller.ts feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00
nodes.controller.ts fix(core): Improve community nodes loading (#5608) 2023-03-24 17:04:26 +01:00
nodeTypes.controller.ts refactor(core): Convert more routes to use the decorator pattern (no-changelog) (#5611) 2023-03-09 14:42:13 +01:00
owner.controller.ts refactor(core): Improve instance owner setup and add unit tests (no-changelog) (#5499) 2023-02-17 10:59:09 +01:00
passwordReset.controller.ts fix(core): Password reset should pass in the correct values to external hooks (#5842) 2023-03-30 16:44:39 +02:00
tags.controller.ts refactor(core): Switch Tags queries from QueryBuilder to Repository API (no-changelog) (#5819) 2023-03-30 16:25:51 +02:00
translation.controller.ts refactor: catch doesn't need to have a param (no-changelog) (#5614) 2023-03-03 18:18:49 +01:00
users.controller.ts feat(core): Limit user invites when SAML is enabled (#5761) 2023-03-23 15:12:19 +01:00