n8n/packages/cli/src
Michael Auerswald 57748b71e5
feat(core): Limit user invites when SAML is enabled (#5761)
limit user invites when saml is enabled
2023-03-23 15:12:19 +01:00
..
api refactor(core): Convert more routes to use the decorator pattern (no-changelog) (#5611) 2023-03-09 14:42:13 +01:00
audit refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
auth refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
commands refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
CommunityNodes ci: Fix linting issues on master (no-changelog) (#5740) 2023-03-21 12:11:59 +01:00
config fix(core): Upgrade convict to address CVE-2023-0163 (#5729) 2023-03-21 09:47:50 +01:00
controllers feat(core): Limit user invites when SAML is enabled (#5761) 2023-03-23 15:12:19 +01:00
credentials feat(core): Make OAuth2 error handling consistent with success handling (#5555) 2023-03-22 12:53:49 +01:00
databases refactor: catch doesn't need to have a param (no-changelog) (#5614) 2023-03-03 18:18:49 +01:00
decorators feat(core): Allow using middlewares with decorators on a per-route basis (no-changelog) (#5656) 2023-03-09 15:08:48 +01:00
eventbus ci: Fix linting issues on master (no-changelog) (#5740) 2023-03-21 12:11:59 +01:00
events refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
executions fix(editor): Fix execution list item selection (#5606) 2023-03-17 06:18:23 +01:00
Ldap refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
license refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
metrics refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
middlewares feat(core): Limit user invites when SAML is enabled (#5761) 2023-03-23 15:12:19 +01:00
posthog refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
PublicApi refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
push fix(core): Remove circular refs from Code and push msg (#5741) 2023-03-21 15:34:30 +01:00
role refactor: Upgrade typeorm to 0.3.x (#5151) 2023-01-13 18:12:22 +01:00
sso fix(core): Return SAML service provider urls with config (#5759) 2023-03-23 10:42:19 +01:00
telemetry refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
user refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
UserManagement refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
workflows fix(core): Fix Filtering of Workflow by Tags (#5570) 2023-02-27 12:25:45 +01:00
AbstractServer.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
ActiveExecutions.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
ActiveWebhooks.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
ActiveWorkflowRunner.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
constants.ts fix(core): Rename advancedFilters to advancedExecutionFilters (#5643) 2023-03-07 18:35:52 +01:00
CrashJournal.ts fix: Enable crash journal only in production mode (no-changelog) (#4948) 2022-12-16 15:27:49 +01:00
CredentialsHelper.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
CredentialsOverwrites.ts refactor(core): Load and validate all config at startup (no-changelog) (#5283) 2023-01-30 14:42:30 +01:00
CredentialTypes.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
curlconverter.d.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
CurlConverterHelper.ts refactor: catch doesn't need to have a param (no-changelog) (#5614) 2023-03-03 18:18:49 +01:00
Db.ts refactor(core): Load and validate all config at startup (no-changelog) (#5283) 2023-01-30 14:42:30 +01:00
ErrorReporting.ts refactor: Delete a lot of unused and duplicate code in Server and WebhookServer (#5080) 2023-01-04 11:38:48 +01:00
ExternalHooks.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
GenericHelpers.ts fix(core): User update endpoint should only allow updating email, firstName, and lastName (#5526) 2023-02-21 11:22:54 +01:00
index.ts ci: Refactor cli tests to speed up CI (no-changelog) (#5718) 2023-03-17 17:24:05 +01:00
Interfaces.ts fix(core): Rename advancedFilters to advancedExecutionFilters (#5643) 2023-03-07 18:35:52 +01:00
InternalHooks.ts fix(core): Fix telemetry execution status for manual workflows executions (#5712) 2023-03-17 11:02:48 +01:00
jest.d.ts feat(core): Security audit (#5034) 2023-01-05 13:28:40 +01:00
License.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
LoadNodesAndCredentials.ts refactor: catch doesn't need to have a param (no-changelog) (#5614) 2023-03-03 18:18:49 +01:00
Logger.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
NodeTypes.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
Queue.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
ReloadNodesAndCredentials.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
requests.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
ResponseHelper.ts feat(core): Add SAML login setup (#5515) 2023-02-24 20:37:19 +01:00
Server.ts fix(core): Require Auth on icons and nodes/credentials types static files (no-changelog) (#5745) 2023-03-22 14:22:50 +01:00
sse-channel.d.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
TagHelpers.ts refactor: Upgrade typeorm to 0.3.x (#5151) 2023-01-13 18:12:22 +01:00
TestWebhooks.ts refactor(core): Use an IoC container to manage singleton classes [Part-1] (no-changelog) (#5509) 2023-02-21 19:21:56 +01:00
TranslationHelpers.ts fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522) 2023-02-21 11:21:04 +01:00
utils.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
WaitingWebhooks.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
WaitTracker.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
WebhookHelpers.ts refactor: Remove n8n-core dependency in nodes-base (no-changelog) (#5649) 2023-03-09 18:13:15 +01:00
WebhookServer.ts refactor: Delete a lot of unused and duplicate code in Server and WebhookServer (#5080) 2023-01-04 11:38:48 +01:00
WorkflowCredentials.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
WorkflowExecuteAdditionalData.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
WorkflowHelpers.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
WorkflowRunner.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00
WorkflowRunnerProcess.ts refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690) 2023-03-16 15:34:13 +01:00