1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
Commit graph

28 commits

Author SHA1 Message Date
Michael Kret 643d66c0ae
feat(n8n Form Page Node): New node ()
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-10-17 14:59:53 +01:00
Michael Kret 948edd1a04
fix(n8n Form Trigger Node): When clicking on a multiple choice label, the wrong one is selected () 2024-10-02 15:58:47 +01:00
Elias Meire f92637a9fe
test(n8n Form Trigger Node): Add tests, extract testing util for webhook triggers (no-changelog) () 2024-10-01 10:40:43 +01:00
Iván Ovejero a7ed8ee909
refactor: Remove unused disable directives from nodes-base () 2024-09-16 10:58:32 +02:00
Iván Ovejero 05e609d714
build: Upgrade nodelinter to 1.16.2 (no-changelog) () 2024-09-12 16:53:36 +02:00
Michael Kret 81f4322d45
fix(Wait Node): Append n8n attribution option () 2024-08-30 14:28:25 +01:00
Ricardo Espinoza c4eb3746d7
refactor: Use NodeConnectionType consistently across the code base (no-changelog) () 2024-08-29 09:55:53 -04:00
Michael Kret 0dc3e99b26
fix(n8n Form Trigger Node): Show basic authentication modal on wrong credentials () 2024-08-15 14:03:16 +03:00
Jon 9b647a9837
fix(n8n Form Trigger Node): Fix issue preventing v1 node from working () 2024-08-13 07:34:55 +01:00
Iván Ovejero 74e154b130
refactor(editor): Boost n8n Form Trigger in nodes-panel search results () 2024-08-05 17:52:46 +02:00
Giulio Andreini 785c82cfec
fix(n8n Form Trigger Node): Improve copy and a few tweaks (no-changelog) ()
Co-authored-by: Michael Kret <michael.k@radency.com>
2024-08-01 10:57:05 +02:00
Michael Kret f87854f8db
fix(Wait Node): Authentication fix () 2024-07-30 15:43:05 +03:00
Michael Kret e5dfd7faf9
fix(n8n Form Trigger Node): Remove custom attribution option (no-changelog) () 2024-07-29 17:56:55 +03:00
Michael Kret 711b667ebe
feat(n8n Form Trigger Node): Improvements ()
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
2024-07-29 15:58:03 +03:00
Jon 4d37b9669f
docs: Update add options text (no-changelog) () 2024-07-29 13:27:23 +01:00
Iván Ovejero 44ea4c73eb
refactor: Remove unused lint directives (no-changelog) () 2024-06-24 12:13:18 +02:00
Michael Kret b45f3dc9fb
fix(n8n Form Trigger Node): Error if Respond to Webhook and respond node not in workflow () 2024-06-06 13:12:52 +03:00
Jon 6ab3781570
fix(n8n Form Trigger Node): Fix missing options when using respond to webhook () 2024-05-03 10:02:46 +01:00
Michael Kret 699fd70c24
feat(n8n Form Trigger Node): Option to remove attribution () 2024-04-19 11:26:19 +03:00
Giulio Andreini f4f496ae85
docs(editor): All buttons to sentence case (no-changelog) () 2024-01-22 09:20:02 +01:00
Tomi Turtiainen 9a1cc56806
fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog) ()
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-01-17 17:08:50 +02:00
Iván Ovejero 0ca2759d75
refactor: Optimize SVG icons for nodes ()
Running `svgo` to optimize icon size for nodes.
2024-01-02 17:40:08 +01:00
Michael Kret 953a58f18b
feat(n8n Form Trigger Node): Improvements ()
Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
Co-authored-by: Giulio Andreini <andreini@netseven.it>
2023-12-13 17:00:51 +02:00
Elias Meire 675ec21d33
feat: Data transformation nodes and actions in Nodes Panel ()
- Split Items List node into separate nodes per action
- Review node descriptions
- New icons
- New sections in subcategories

---------

Co-authored-by: Giulio Andreini <andreini@netseven.it>
Co-authored-by: Deborah <deborah@starfallprojects.co.uk>
Co-authored-by: Michael Kret <michael.k@radency.com>
2023-12-08 11:40:05 +01:00
Yoshino-s b72040aa54
feat(n8n Form Trigger Node): Add text area and password input types ()
Signed-off-by: yoshino-s <cy-cui@outlook.com>
2023-11-01 12:23:28 +00:00
कारतोफ्फेलस्क्रिप्ट™ b6de910cbe
refactor(core): Abstract away InstanceSettings and encryptionKey into injectable services (no-changelog) ()
This change ensures that things like `encryptionKey` and `instanceId`
are always available directly where they are needed, instead of passing
them around throughout the code.
2023-10-23 13:39:35 +02:00
Iván Ovejero 34f3f8001e
fix(n8n Form Trigger Node): Fix typos (no-changelog) () 2023-10-20 10:49:58 +02:00
Michael Kret 3ddc176dfa
feat(n8n Form Trigger Node): New node ()
Github issue / Community forum post (link here to close automatically):

based on https://github.com/joffcom/n8n-nodes-form-trigger

---------

Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
2023-10-17 07:09:30 +03:00