ricardo
134215d1cc
⚡ Refactor POST /users
2022-04-04 21:57:18 -04:00
ricardo
b8f03b252e
⚡ Possibility to add custom middleware
2022-04-04 21:56:48 -04:00
ricardo
4066c727b6
👕 Fix linting issue
2022-03-29 07:50:36 -04:00
ricardo
553c94ea2c
⚡ Return error using express native functions
2022-03-28 18:38:25 -04:00
Ricardo Espinoza
554ea4168f
Merge pull request #3063 from n8n-io/n8n-3175-add-delete-usersidentifier-endpoint
...
⚡ Add DELETE /users/:identifier endpoint
2022-03-28 18:11:14 -04:00
ricardo
97603b99ee
⚡ Add DELETE /users/:identifier endpoint
2022-03-28 15:49:18 -04:00
Ricardo Espinoza
1eb5c4dacf
Merge pull request #3055 from n8n-io/n8n-3172-add-post-users-endpoint
...
⚡ Add POST /users endpoint
2022-03-28 14:03:41 -04:00
ricardo
509254782f
⚡ Add POST /users endpoint
2022-03-27 21:41:44 -04:00
Ricardo Espinoza
9ef42372e7
Merge pull request #3052 from n8n-io/n8n-3174-add-get-usersidentifier-endpoint
...
⚡ Add GET /users/:identifier endpoint
2022-03-27 18:35:21 -04:00
ricardo
924773ef5d
⚡ Add GET /users/:identifier endpoint
2022-03-27 18:23:59 -04:00
Ricardo Espinoza
8829684d5b
Merge pull request #3021 from n8n-io/n8n-3173-add-get-users-endpoint
...
⚡ Add GET /users route - public api
2022-03-27 17:23:33 -04:00
ricardo
f5812fd8c7
👕 Fix linting issues
2022-03-27 12:12:28 -04:00
ricardo
86a4eb8042
⚡ Improvements
2022-03-27 12:12:28 -04:00
ricardo
bbab96cacb
⚡ Add GET /users route
2022-03-21 21:49:51 -04:00
Ricardo Espinoza
53d88b33ce
Merge pull request #3019 from n8n-io/n8n-3171-add-authentication-handler
...
⚡ Add authentication handler - public api
2022-03-21 15:20:41 -04:00
ricardo
078325c275
⚡ Add authentication handler
2022-03-21 15:14:06 -04:00
ricardo
e1bd9fc510
Merge branch 'feature/public-api-initial-setup-N8N-3170' into feature/n8n-public-api
2022-03-21 10:06:33 -04:00
ricardo
3ca028b221
✨ Inicial setup
2022-03-21 09:48:18 -04:00
Jan Oberhauser
7a73d8ddb3
🔖 Release n8n@0.169.0
2022-03-20 19:33:10 +00:00
Jan Oberhauser
dbaea80d9c
⬆️ Set n8n-core@0.110.0, n8n-editor-ui@0.136.0, n8n-nodes-base@0.167.0 and n8n-workflow@0.92.0 on n8n
2022-03-20 19:33:10 +00:00
Jan Oberhauser
cd358acd18
🔖 Release n8n-editor-ui@0.136.0
2022-03-20 19:31:41 +00:00
Jan Oberhauser
f453caea30
⬆️ Set n8n-design-system@0.15.0 and n8n-workflow@0.92.0 on n8n-editor-ui
2022-03-20 19:31:41 +00:00
Jan Oberhauser
8db431e94a
🔖 Release n8n-design-system@0.15.0
2022-03-20 19:31:31 +00:00
Jan Oberhauser
0d2d7b2e2b
🔖 Release n8n-nodes-base@0.167.0
2022-03-20 19:30:49 +00:00
Jan Oberhauser
f7775f4d7a
⬆️ Set n8n-core@0.110.0 and n8n-workflow@0.92.0 on n8n-nodes-base
2022-03-20 19:30:49 +00:00
Jan Oberhauser
155a816017
🔖 Release n8n-node-dev@0.49.0
2022-03-20 19:30:42 +00:00
Jan Oberhauser
9bbc023745
⬆️ Set n8n-core@0.110.0 and n8n-workflow@0.92.0 on n8n-node-dev
2022-03-20 19:30:42 +00:00
Jan Oberhauser
93427b9c08
🔖 Release n8n-core@0.110.0
2022-03-20 19:30:34 +00:00
Jan Oberhauser
e0d285e420
⬆️ Set n8n-workflow@0.92.0 on n8n-core
2022-03-20 19:30:33 +00:00
Jan Oberhauser
7608e52eef
🔖 Release n8n-workflow@0.92.0
2022-03-20 19:30:23 +00:00
Jan Oberhauser
b9496ddb29
⬆️ Update package-lock.json file
2022-03-20 20:29:45 +01:00
Ricardo Espinoza
d2756de090
feat(Mailjet Node): Add credential tests and support for sandbox, JSON parameters & variables ( #2987 )
...
* Add Variables JSON to Mailjet Batch send
* ⚡ Improvements
* ⚡ Add credential verification
* ⚡ Small improvement
Co-authored-by: Marcin Koziej <marcin@cahoots.pl>
2022-03-20 20:13:18 +01:00
Jonathan Bennetts
26a7c61175
fix(Telegram Node): Fix sending binary data when disable notification is set ( #2990 )
2022-03-20 20:08:06 +01:00
Jonathan Bennetts
ec618e25bb
fix(GitHub Node): Fix credential tests and File > List operation ( #2999 )
...
* Fixed credential test failing
* Fixed File list operation not working
2022-03-20 10:24:04 +01:00
Ricardo Espinoza
8d04474e30
feat(Linear Node): Add Linear Node ( #2971 )
...
* ✨ Linear node
* ⚡ Improvements
2022-03-20 10:11:06 +01:00
Ricardo Espinoza
1a7f0a4246
feat(KoBoToolbox Node): Add KoBoToolbox Regular and Trigger Node ( #2765 )
...
* First version
* Added hooks
* Added Credentials test
* Add support for downloading attachments
* Slight restructure of downloaded binaries
* Added Trigger node
* Some linting
* Reverting package-lock changes
* Minor GeoJSON parsing fixes
* KoboToolbox: improve GeoJSON format
* Kobo: Support for get/set validation status
* Remove some logs
* [kobo] Fix default attachment options
* Proper debug logging
* Support for hook log status filter
* Kobo: Review fixes
* [kobo]: Add Get All Forms + lookup Form ID
* [kobo] Lookup Form ID in Trigger node
* [kobo] Update branded spelling
* [kobo] Support pagination
* ⚡ fix linting issue
* ⚡ Improvements to #2510
* ⚡ Download files using n8n helper
* ⚡ Improvements
* ⚡ Improvements
* 🐛 Fix filenames
* ⚡ Fix some issues
Co-authored-by: Yann Jouanique <yann.jouanique@oneacrefund.org>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-03-20 09:54:31 +01:00
Justin Halter
8a88f948f2
feat(HTTP Request Node): Allow Delete requests with body ( #2900 )
...
delete request with body parameters
Co-authored-by: Justin Halter <jhalter@weare5stones.com>
2022-03-19 20:09:42 +01:00
Omar Ajoue
846e866daf
bug(EmailReadImap Node): Improve error handling ( #2991 )
...
* Fix: EmailReadImap unhandled promise rejection
Related to #2091 (but only partially)
See https://github.com/n8n-io/n8n/issues/2091#issuecomment-980010289
* Send errors from email read imap to logger
Co-authored-by: Manuel [tennox] <2084639+tennox@users.noreply.github.com>
2022-03-19 20:03:58 +01:00
Matthew Walther
1b993e4022
feat(Mattermost Node): Add support for Channel Search ( #2687 )
...
* Squashed commit of the following:
commit 9f76bdca9b4af4fd3ee429d1c381c3ed5529434c
Author: Matt Walther <matt@mashio.net>
Date: Sun Jan 16 16:40:34 2022 -0600
Mattermost Channel Search
* Add more boilerplate so Search action renders
* Changed order of search to make the operations alphabetical
* ⚡ Add pagination
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-03-19 19:57:53 +01:00
Omar Ajoue
5658593df4
feat: Add support for reading ids from file with executeBatch command ( #3008 )
2022-03-19 08:54:55 +01:00
Omar Ajoue
c0611a0b81
🚨 Temporarily skip some regularly failing tests ( #3002 )
2022-03-17 16:33:23 +01:00
Jan Oberhauser
521cf51e7c
📜 Change to the Sustainable Use License #2932
2022-03-17 10:15:24 +01:00
Jan Oberhauser
c59fad2bce
🔖 Release n8n@0.168.2
2022-03-16 17:04:51 +01:00
Omar Ajoue
17188a63b5
fix: Fix issue with n8n not authenticating oauth requests ( #2998 )
2022-03-16 17:00:04 +01:00
Omar Ajoue
469cbd65dd
👷 Fix test runs on GitHub ( #2997 )
2022-03-16 15:54:43 +01:00
Jan Oberhauser
c6bccca456
👷 Run tests with Node.js v16 and shorten max runtime
2022-03-16 10:32:49 +01:00
Jan Oberhauser
e6236431ef
📚 Update CHANGELOG.md
2022-03-16 09:37:06 +01:00
Jan Oberhauser
eca4c8117a
🚀 Fix cli publish
2022-03-15 17:15:15 +01:00
Jan Oberhauser
07de2ca965
🔖 Release n8n@0.168.1
2022-03-15 10:22:44 +01:00
Jan Oberhauser
a03c368d2c
⚡ Update n8n version in main package.json file
2022-03-14 17:58:00 +01:00