..
api
fix(core): Fixes issue with workflow lastUpdated field ( #5015 )
2023-01-05 12:16:40 +00:00
audit
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +01:00
commands
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +01:00
CommunityNodes
feat(core): Lazy-load nodes and credentials to reduce baseline memory usage ( #4577 )
2022-11-23 16:20:28 +01:00
config
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +01:00
credentials
feat: Add global event bus ( #4860 )
2023-01-04 09:47:48 +01:00
databases
refactor: On workflow deletion, cascade delete all entities associated with it ( #5102 )
2023-01-10 09:23:44 +01:00
eventbus
fix(core): Fixes event msg confirmations if no subscribers present ( #5118 )
2023-01-11 14:09:09 +01:00
events
fix: Do not attempt to save statistics data for unsaved workflows ( #5106 )
2023-01-09 12:49:27 +01:00
executions
fix: Fix executions bulk deletion ( #5074 )
2023-01-03 10:58:34 +01:00
license
ci: Break most of the circular dependencies in code (no-changelog) ( #4990 )
2022-12-21 10:46:26 +01:00
middlewares
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00
PublicApi
refactor: On workflow deletion, cascade delete all entities associated with it ( #5102 )
2023-01-10 09:23:44 +01:00
role
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +01:00
telemetry
fix: Remove anonymous ID from tracking calls ( #5099 )
2023-01-06 15:35:30 +01:00
user
refactor: Workflow sharing bug bash fixes ( #4888 )
2022-12-21 16:42:07 +01:00
UserManagement
feat: Add user management invite links without SMTP set up ( #5084 )
2023-01-05 17:10:08 +02:00
workflows
refactor: On workflow deletion, cascade delete all entities associated with it ( #5102 )
2023-01-10 09:23:44 +01:00
AbstractServer.ts
fix: Pass in the correct server reference to external hooks (no-changelog) ( #5094 )
2023-01-05 16:56:27 +01:00
ActiveExecutions.ts
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +01:00
ActiveWorkflowRunner.ts
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00
constants.ts
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +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
fix(core): Fix OAuth credential creation via API ( #5064 )
2023-01-05 07:06:37 -06:00
CredentialsOverwrites.ts
fix: Apply credential overwrites recursively ( #5072 )
2023-01-04 18:16:48 +01:00
CredentialTypes.ts
fix: Apply credential overwrites recursively ( #5072 )
2023-01-04 18:16:48 +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(core): fix for no-uncaught-json-parse warnings
2022-10-21 21:52:43 +03:00
Db.ts
feat: Add global event bus ( #4860 )
2023-01-04 09:47:48 +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: Setup typescript project references across workflow, core, and cli ( #4519 )
2022-11-09 15:25:00 +01:00
GenericHelpers.ts
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00
index.ts
fix(core): Fixes issue with workflow lastUpdated field ( #5015 )
2023-01-05 12:16:40 +00:00
Interfaces.ts
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00
InternalHooks.ts
feat: Add user management invite links without SMTP set up ( #5084 )
2023-01-05 17:10:08 +02:00
InternalHooksManager.ts
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00
jest.d.ts
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +01:00
License.ts
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00
LoadNodesAndCredentials.ts
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +01:00
Logger.ts
refactor: Setup typescript project references across workflow, core, and cli ( #4519 )
2022-11-09 15:25:00 +01:00
NodeTypes.ts
fix: Lazy load nodes for credentials testing ( #4760 )
2022-11-30 10:28:18 +01:00
Push.ts
refactor: Lint for no unneeded backticks ( #5057 ) (no-changelog)
2022-12-29 12:20:43 +01:00
Queue.ts
perf: Lazy-load queue-mode and analytics dependencies ( #5061 )
2023-01-02 12:14:39 +01:00
requests.d.ts
feat: Add user management invite links without SMTP set up ( #5084 )
2023-01-05 17:10:08 +02:00
ResponseHelper.ts
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +01:00
Server.ts
fix(core): Fixes issue with workflow lastUpdated field ( #5015 )
2023-01-05 12:16:40 +00:00
sse-channel.d.ts
fix: Upgrade sse-channel to mitigate CVE-2019-10744 ( #4835 )
2022-12-07 15:13:36 +01:00
TagHelpers.ts
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +01:00
TestWebhooks.ts
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +01:00
TranslationHelpers.ts
refactor: Setup typescript project references across workflow, core, and cli ( #4519 )
2022-11-09 15:25:00 +01:00
utils.ts
feat(core): Security audit ( #5034 )
2023-01-05 13:28:40 +01:00
WaitingWebhooks.ts
refactor: Improve error logging/reporting for cli ( #4691 )
2022-11-22 14:00:36 +01:00
WaitTracker.ts
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +01:00
WebhookHelpers.ts
refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities ( #5041 )
2023-01-02 17:42:32 +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: Setup typescript project references across workflow, core, and cli ( #4519 )
2022-11-09 15:25:00 +01:00
WorkflowExecuteAdditionalData.ts
fix: Stop OOM crashes in Execution Data pruning ( #5095 )
2023-01-06 11:42:58 +01:00
WorkflowHelpers.ts
feat: Add global event bus ( #4860 )
2023-01-04 09:47:48 +01:00
WorkflowRunner.ts
feat: Add global event bus ( #4860 )
2023-01-04 09:47:48 +01:00
WorkflowRunnerProcess.ts
refactor: Delete a lot of unused and duplicate code in Server and WebhookServer ( #5080 )
2023-01-04 11:38:48 +01:00