Ricardo Espinoza
|
66f6b7dfeb
|
🐛 Add back missing field parents id on Google Drive (#1487)
|
2021-02-24 23:33:06 +01:00 |
|
dali
|
ac9b743233
|
🐛 Fix typescript issues
|
2021-02-23 15:33:43 +01:00 |
|
dali
|
256711737c
|
Remove executeSingle from Edit Image node
|
2021-02-22 16:36:54 +01:00 |
|
dali
|
4bf7ea3e26
|
🐛 Fix Empty buffer error in ImageEdit node
|
2021-02-22 16:10:01 +01:00 |
|
dali
|
5cce827d6f
|
Remove executeSingle from Mailgun node
|
2021-02-22 15:07:53 +01:00 |
|
Jan Oberhauser
|
6fe6680088
|
🔖 Release n8n-nodes-base@0.106.1
|
2021-02-22 14:23:38 +01:00 |
|
Jan Oberhauser
|
cc118c24d5
|
🐛 Fix GoToWebinar node name
|
2021-02-22 14:22:54 +01:00 |
|
Jan Oberhauser
|
31d5333192
|
🔖 Release n8n@0.109.0
|
2021-02-22 13:51:20 +01:00 |
|
Jan Oberhauser
|
3eb7ee9561
|
⬆️ Set n8n-core@0.64.0, n8n-editor-ui@0.79.0, n8n-nodes-base@0.106.0 and n8n-workflow@0.53.0 on n8n
|
2021-02-22 13:48:12 +01:00 |
|
Jan Oberhauser
|
a215dff56c
|
🔖 Release n8n-editor-ui@0.79.0
|
2021-02-22 13:44:37 +01:00 |
|
Jan Oberhauser
|
9079bb3f75
|
⬆️ Set n8n-workflow@0.53.0 on n8n-editor-ui
|
2021-02-22 13:42:23 +01:00 |
|
Jan Oberhauser
|
49c893cab4
|
🔖 Release n8n-nodes-base@0.106.0
|
2021-02-22 13:40:44 +01:00 |
|
Jan Oberhauser
|
bd8339a55a
|
⬆️ Set n8n-core@0.64.0 and n8n-workflow@0.53.0 on n8n-nodes-base
|
2021-02-22 13:40:17 +01:00 |
|
Jan Oberhauser
|
9d8d4a720a
|
🔖 Release n8n-core@0.64.0
|
2021-02-22 13:38:32 +01:00 |
|
Jan Oberhauser
|
f0e4e649db
|
⬆️ Set n8n-workflow@0.53.0 on n8n-core
|
2021-02-22 13:38:05 +01:00 |
|
Jan Oberhauser
|
3c1e3557ec
|
🔖 Release n8n-workflow@0.53.0
|
2021-02-22 13:37:04 +01:00 |
|
Iván Ovejero
|
9dba8b866a
|
✨ Add Raindrop node (#1464)
* ⚡ Register node and credentials
* ✨ Implement OAuth2 flow
* 🎨 Add SVG icon
* ⚡ Add preliminary node stub
* ⚡ Add preliminary generic functions
* ⚡ Add resource description stubs
* ✨ Implement collection:getAll
* ✨ Implement collection:get
* ✨ Implement collection:create
* ✨ Implement collection:delete
* ✨ Implement collection:update
* ✨ Implement raindrop:create
* ✨ Implement raindrop:delete and update
* ✨ Implement user:get
* ⚡ Improvements
* 🎨 Touch up resource descriptions
* 🎨 Rename resource description files
* ⚡ Remove params for uneditable properties
* ⚡ Remove unneeded success response assignment
* ⚡ Update raindrop params
* ⚡ Minor improvements
* ⚡ Small improvement
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-02-22 13:11:51 +01:00 |
|
Iván Ovejero
|
0dcaccefa7
|
✨ GoToWebinar node (#1422)
* Create scaffolding for node
* Add SVG logo
* Create scaffolding for generic functions
* Add index for descriptions
* Simplify retrieval of details
* Introduce minor fixes in generic functions
* Add attendee description
* Fix attendee description operation
* Add coorganizer description
* Add panelist description
* Add registrant description
* Add session description
* Add webinar description
* Register node and credentials
* Add scaffolding for credentials
* Minor creds fixes
* Fix SVG icon size and position
* Fix capitalization in description
* Fix credentials connection
* Add attendee fields
* Populate webinar description
* Remove organizer key from params
* Add timezones array constant
* Implement webinar:create
* Implement webinar:delete
* Convert times to fixed collection
* Add missing segments to endpoints
* Fix webinar:update operation
* Implement all-items request
* Add params for session:getAll
* Add params for webinar:getAll
* Implement session:getAll and webinar:getAll
* Implement session:get and session:getDetails
* Implement coorganizer:create
* Implement coorganizer:delete
* Implement coorganizer:getAll
* Implement coorganizer:delete
* Refactor time range for getAll operations
* Implement coorganizer:reinvite
* Implement panelist:create and panelist:getAll
* Implement panelist:delete and panelist:reinvite
* Remove array body helper types
* Implement registrant:create and registrant:getAll
* Implement registrant:delete
* Prettify error handling
* Add returnAll toggle and limit for all operations
* Preload webinars
* Preload webinar key in more fields
* Refactor getAll as handler
* Add descriptions for session
* Add descriptions for attendee
* Add descriptions for co-organizer
* Add descriptions for panelist
* Add descriptions for registrant
* Add descriptions for webinar
* Add 403 check for refresh token
* Fix defaults for webinar loader
* Add descriptions for webinar types
* ⚡ Improvements
* Remove unneeded return type annotation
* Add handler for continue on fail
* Remove 403 check in error handler
The Go To Webinar API returns 403 for a range of various errors, so this check ended up overriding more specific error messages not related to 403 Forbidden errors.
* Remove logging
* ⚡ Small improvement
* ⚡ Minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-02-22 08:49:00 +01:00 |
|
Jan Oberhauser
|
1cb117d38a
|
🔀 Merge branch 'AllanDaemon-export_plain'
|
2021-02-21 22:38:58 +01:00 |
|
Jan Oberhauser
|
802808a9ad
|
⚡ Minor improvement
|
2021-02-21 22:37:39 +01:00 |
|
Jan Oberhauser
|
4b0776d85a
|
🔀 Merge branch 'export_plain' of https://github.com/AllanDaemon/n8n into AllanDaemon-export_plain
|
2021-02-21 22:07:11 +01:00 |
|
Ricardo Espinoza
|
25dffd9904
|
✨ Add rrule parameter to Google Calendar Node (#1460)
|
2021-02-21 22:04:00 +01:00 |
|
Jan Oberhauser
|
a94703804f
|
🔀 Merge branch 'maxdanilov-telegram-send-location'
|
2021-02-21 21:52:05 +01:00 |
|
Jan Oberhauser
|
5e923eb002
|
👕 Fix lint issue
|
2021-02-21 21:51:39 +01:00 |
|
Jan Oberhauser
|
a678968193
|
🔀 Merge branch 'telegram-send-location' of https://github.com/maxdanilov/n8n into maxdanilov-telegram-send-location
|
2021-02-21 21:45:59 +01:00 |
|
Harshil Agrawal
|
a51975c11f
|
✨ Add node codex files (#1465)
|
2021-02-21 21:42:15 +01:00 |
|
Iván Ovejero
|
b655153431
|
✨ Add user resource and operations to Jira (#1448)
* Add user resource and operations
* Update user resource description
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
|
2021-02-21 11:00:27 +01:00 |
|
Ricardo Espinoza
|
13e76e33e8
|
⚡ Add text detection operation to AWS Rekognition (#1417)
|
2021-02-21 10:47:34 +01:00 |
|
Iván Ovejero
|
4d4ab7943b
|
✨ Add Emelia nodes (#1455)
* Emelia node added
* Minor improvements on Emelia nodes
* Fix nodes and credentials listing
* Fix multi-line imports
* Apply cosmetic changes to node description
* Apply cosmetic changes to node execute method
* Fix linting details
* Apply cosmetic changes to trigger node
* Replace PNG with SVG icon
* Bring generic functions in line with codebase
* Refactor resources and add operations
* Fix typo in GraphQL call function
* Add campaign description
* Add contact list description
* ⚡ Improvements
* ⚡ Minor improvements to Emelia Nodes
Co-authored-by: Charles LECALIER <clecalie@student.42.fr>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-02-20 21:12:55 +01:00 |
|
Iván Ovejero
|
4dce9e2cd1
|
✨ Add Bitwarden node (#1401)
* Update package.json
* Add first implementation of credentials
* Add Bitwarden SVG file
* Add first implementation of generic functions
* Add scaffolding for resources and operations
* Fill in events, groups and members
* Fill in organizations and policies
* Add collection description
* Clean up credentials params
* Implement collection:update
* Add event description
* Add group description
* Add member description
* Complete all descriptions
* Remove OAuth2 from credentials name
* Prevent excessive access token retrievals
* Complete collection:update
* Refactor getAll operations
* Add group:getAll
* Add group:create
* Add group:update
* Add group:updateMembers
* Add user:create
* Add member:updateGroups
* Remove organization resource
* Remove policy resource
* Add member:update
* Reposition divider comments
* Refactor resource loaders
* Document generic functions
* Refactor returnAll and limit
* Introduce minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
* ⚡ Remove not needed code
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-02-20 18:55:57 +01:00 |
|
Omar Ajoue
|
6ee9501d16
|
🐛 Fixing execution history for integrated workflows. (#1469)
* Fixing execution history for integrated workflows.
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-02-20 13:51:06 +01:00 |
|
Jan
|
7df9694b3c
|
🐛 Fixes error responses & replaced executeSingle in Rocketchat node (#1367) (#1369)
* 🐛 Fixes issue handling error responses in Rocketchat node (#1367)
* ⚡ Minor improvements on Rocketchat Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-02-19 13:34:46 +01:00 |
|
Jan Oberhauser
|
58353d6b8c
|
👕 Fix lint issue
|
2021-02-19 13:33:47 +01:00 |
|
Maxim Danilov
|
c26d0ae407
|
✨ Add send location functionality to Telegram Node
|
2021-02-19 12:33:20 +01:00 |
|
Iván Ovejero
|
bbf2baf58e
|
✨ Add Reddit post search (#1453)
* Make execute method dividers consistent
* Implement post:search
* Add params for post:search
* ⚡ Small improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
|
2021-02-18 12:46:22 +01:00 |
|
Jan Oberhauser
|
59a3997af2
|
⚡ Hardcode mongodb@3.6.4 because warning message in higher versions
Can be opened up again after release of version 3.6.6
https://github.com/mongodb/node-mongodb-native/pull/2734
|
2021-02-18 12:26:40 +01:00 |
|
Allan Daemon
|
7eb849b9f7
|
CLI import credentials supports decrypted data
|
2021-02-18 07:52:05 -03:00 |
|
Allan Daemon
|
873e566489
|
CLI command export credentials: export decrypted option
|
2021-02-18 07:42:21 -03:00 |
|
Omar Ajoue
|
91b715025d
|
🐛 Fix auto refresh on executions list (#1457)
|
2021-02-18 00:09:39 +01:00 |
|
dali
|
81f33b4c04
|
Remove executeSingle from FunctionItem node
|
2021-02-17 08:51:02 +01:00 |
|
Jan Oberhauser
|
c811294612
|
🐛 Execute node also if it is a sibling but does not receive data
from parent
|
2021-02-17 00:16:10 +01:00 |
|
dali
|
735a7e6812
|
Remove executeSingle from WriteBinaryFile node
|
2021-02-16 10:42:46 +01:00 |
|
dali
|
b0664d2aa0
|
Remove executeSingle from ReadPdf node
|
2021-02-16 09:51:48 +01:00 |
|
dali
|
8d119852f6
|
Remove executeSingle from ReadBinaryFile node
|
2021-02-16 08:09:10 +01:00 |
|
dali
|
46d1a5fe58
|
Remove executeSingle from EmailSend node
|
2021-02-16 07:23:37 +01:00 |
|
lublak
|
cb9f31c49d
|
add dir to different positions
|
2021-02-15 13:25:30 +01:00 |
|
Jan Oberhauser
|
caad6d1c8d
|
🔖 Release n8n@0.108.0
|
2021-02-15 13:06:25 +01:00 |
|
Jan Oberhauser
|
4dc6bee957
|
⬆️ Set n8n-core@0.63.0, n8n-editor-ui@0.78.0, n8n-nodes-base@0.105.0 and n8n-workflow@0.52.0 on n8n
|
2021-02-15 13:06:09 +01:00 |
|
Jan Oberhauser
|
4181ec428d
|
🔖 Release n8n-editor-ui@0.78.0
|
2021-02-15 13:04:03 +01:00 |
|
Jan Oberhauser
|
29b3609db9
|
⬆️ Set n8n-workflow@0.52.0 on n8n-editor-ui
|
2021-02-15 13:03:32 +01:00 |
|