Raúl Gómez Morales
d6ac924b3b
fix(editor): Fix error when there is no path back to referenced node ( #16059 )
...
Co-authored-by: Csaba Tuncsik <csaba@n8n.io >
2025-07-22 10:04:22 +02:00
Ricardo Espinoza
aa4607e7b5
fix(editor): Only prompt for MFA code when email is updated ( #15065 )
2025-05-05 07:59:18 -04:00
Ricardo Espinoza
95d56fee8d
fix: Allow disabling MFA with recovery codes ( #12014 )
...
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com >
2024-12-04 10:02:06 -05:00
Ricardo Espinoza
70706d81e1
refactor: Standardize MFA code and recovery code naming across code base ( #12011 )
2024-12-03 07:15:29 -05:00
Tomi Turtiainen
4f0a1a953f
refactor: Enable import/order for design-system, workflow and @n8n packages ( #10847 )
2024-09-18 10:19:33 +03:00
कारतोफ्फेलस्क्रिप्ट™
3d0393c739
ci: Refactor e2e tests to be less flaky (no-changelog) ( #9695 )
2024-06-11 14:45:15 +02:00
Iván Ovejero
af3ac2db28
refactor: Set up Cypress as pnpm workspace (no-changelog) ( #6049 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2024-06-10 15:49:50 +02:00
Csaba Tuncsik
c461025f70
test: Add user type of admin to E2E tests ( #7935 )
...
## Summary
Extend existing user types in the E2E database. Currently, we have only
owner and member but we need also admin
---------
Co-authored-by: Val <68596159+valya@users.noreply.github.com >
2023-12-06 14:31:06 +01:00
Ricardo Espinoza
ab647b231d
fix: Flaky mfa e2e tests (no-changelog) ( #7192 )
...
Github issue / Community forum post (link here to close automatically):
2023-10-06 11:06:38 +02:00
Iván Ovejero
bb215bd12a
ci: Disable intermittently failing MFA e2e tests (no-changelog) ( #7106 )
...
MFA e2e tests keep intermittently failing, creating distractions
<img width="917" alt="Capture 2023-09-05 at 09 36 45@2x"
src="https://github.com/n8n-io/n8n/assets/44588767/baed58bf-7871-4c84-a9c1-60109f13bb93 ">
Followup story to fix them: https://linear.app/n8n/issue/N8N-6896
2023-09-15 11:33:10 +02:00
कारतोफ्फेलस्क्रिप्ट™
a693b29134
ci: Fix prettier auto-formatting (no-changelog) ( #7063 )
2023-09-01 13:29:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
92d4befea6
fix(core): Fix AddMfaColumns migration for sqlite (no-changelog) ( #7006 )
...
When ever we have migrations that use `.addColumn` or `.dropColumn`,
typeorm recreates tables for sqlite. so, we need to disable foreign key
enforcement for sqlite, or else data in some tables can get deleted
because of `ON DELETE CASCADE`
[This has happened in the
past](https://github.com/n8n-io/n8n/pull/6739 ), and we should really
come up with a way to prevent this from happening again.
---------
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com >
Co-authored-by: Oleg Ivaniv <me@olegivaniv.com >
2023-08-24 09:31:37 -04:00
Ricardo Espinoza
2b7ba6fdf1
feat(core): Add MFA ( #4767 )
...
https://linear.app/n8n/issue/ADO-947/sync-branch-with-master-and-fix-fe-e2e-tets
---------
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2023-08-23 22:59:16 -04:00