Commit Graph

6249 Commits

Author SHA1 Message Date
Ricardo Espinoza
d417ea7ffa fix(core): Fix issue that some predefined credentials do not show up on HTTP Request Node (#3556)
* 🐛 Fix issue with credentials that define authenticate method

*  Small improvement

*  Fix typo

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-06-18 14:37:37 -07:00
Ricardo Espinoza
c4b63fa999 test(API): Fix issues with Public API tests (#3515) 2022-06-17 22:20:21 -07:00
Iván Ovejero
189009a8b7 refactor(core): Improve DB directory setup (#3502) 2022-06-17 22:15:03 -07:00
Alex Grozav
d18a29d588 fix(core): Updated expressions allowlist and denylist. (#3424)
* feat: Updated expressions allowlist and denylist.

* test: Added unit tests for expression allow and deny list.

* feat: Updated riot-tmpl to be installed from n8n fork.

* fix: Added check for non-standard browser built-in.

* chore: Removed package-lock.json from branch.

* chore: Removed package-lock.json from branch.

* chore: Added jest-environment-jsdom@27
2022-06-17 22:09:37 -07:00
Milorad FIlipović
ad09d9aab9 refactor(editor): Change size of the New Blank Workflow button in templates page (#3536) 2022-06-17 21:48:16 -07:00
Ricardo Espinoza
f75f5d711f fix(core): Fix issue that GET /workflows/:id does not return tags (#3522) 2022-06-17 21:45:18 -07:00
Ricardo Espinoza
1bef4df75f fix(core): Return correct error message if Axios error (#3478) 2022-06-17 21:39:49 -07:00
Jan Oberhauser
74e6b06467 fix(core): Do allow OPTIONS requests from any source (#3555) 2022-06-17 19:14:05 +02:00
Jan Oberhauser
db41e2b52c 📚 Update CHANGELOG.md with version 0.182.1 2022-06-16 11:32:16 -07:00
Jan Oberhauser
a9b7bec901 🔖 Update main package.json to 0.182.1 2022-06-16 11:31:22 -07:00
Jan Oberhauser
a62ceee5fa 🔖 Release n8n@0.182.1 2022-06-16 11:24:18 -07:00
Jan Oberhauser
c67d2860c7 ⬆️ Set n8n-core@0.122.1 on n8n 2022-06-16 11:21:54 -07:00
Jan Oberhauser
a2a109f480 🔖 Release n8n-core@0.122.1 2022-06-16 11:20:53 -07:00
Jan Oberhauser
c9273bcd38 fix(core): Fix issue with restarting waiting executions (#3531) 2022-06-16 20:19:28 +02:00
Jan Oberhauser
a6399662b0 📚 Update CHANGELOG.md with version 0.182.0 2022-06-14 10:09:38 -07:00
Jan Oberhauser
e35583a31a 🔖 Update main package.json to 0.182.0 2022-06-14 10:08:25 -07:00
Jan Oberhauser
27da115734 🔖 Release n8n@0.182.0 2022-06-14 17:07:01 +00:00
Jan Oberhauser
63157ce3e0 ⬆️ Set n8n-core@0.122.0, n8n-editor-ui@0.148.0, n8n-nodes-base@0.180.0 and n8n-workflow@0.104.0 on n8n 2022-06-14 17:07:01 +00:00
Jan Oberhauser
13782518ba 🔖 Release n8n-editor-ui@0.148.0 2022-06-14 17:05:36 +00:00
Jan Oberhauser
fbec97a5ad ⬆️ Set n8n-workflow@0.104.0 on n8n-editor-ui 2022-06-14 17:05:36 +00:00
Jan Oberhauser
cbd609b101 🔖 Release n8n-nodes-base@0.180.0 2022-06-14 17:04:54 +00:00
Jan Oberhauser
36981596ac ⬆️ Set n8n-core@0.122.0 and n8n-workflow@0.104.0 on n8n-nodes-base 2022-06-14 17:04:53 +00:00
Jan Oberhauser
9606353ebb 🔖 Release n8n-node-dev@0.61.0 2022-06-14 17:04:46 +00:00
Jan Oberhauser
da5f65515a ⬆️ Set n8n-core@0.122.0 and n8n-workflow@0.104.0 on n8n-node-dev 2022-06-14 17:04:46 +00:00
Jan Oberhauser
adb161f248 🔖 Release n8n-core@0.122.0 2022-06-14 17:04:39 +00:00
Jan Oberhauser
a632e1bdde ⬆️ Set n8n-workflow@0.104.0 on n8n-core 2022-06-14 17:04:38 +00:00
Jan Oberhauser
e435d1a5c1 🔖 Release n8n-workflow@0.104.0 2022-06-14 17:04:31 +00:00
Jan Oberhauser
580d204938 ⬆️ Update package-lock.json file 2022-06-14 10:03:39 -07:00
Hilary Torn
970f830591 docs: Update README.md (#3510)
Added new brand image that is DarkMode friendly
2022-06-14 09:59:37 -07:00
Jan Oberhauser
b666116a9c 👕 Fix lint issue 2022-06-14 09:47:54 -07:00
Shaun
eff97e8d67 feat(Twilio Node): Add ability to make a voice call using TTS (#3467)
* Add ability to make a voice call on Twilio using TTS

*  Small improvement

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-06-14 09:41:51 -07:00
Iván Ovejero
b8e3bcc052 refactor(core): Post-release refactorings of Public API (#3495)
*  Post-release refactorings

* 🧪 Add `--forceExit`

* 🛠 typing refactor (#3486)

* 🐛 Fix middleware arguments

* 👕 Fix lint

*  Restore commented out block

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
2022-06-14 09:32:19 -07:00
Jan Oberhauser
2ebcf4bb91 👕 Fix lint issue 2022-06-14 06:24:49 -07:00
Ricardo Espinoza
e29c5975e1 feat(core): Add "Client Credentials" grant type to OAuth2 (#3489)
*  Add OAuth2 client credentials grant type

*  Improvements

* 🐛 Fix linting issue

* 🐛 Fix typo

* 🐛 Fix small issue with type

* 🐛 When token expire get a new one instead of refreshing it

*  Fix issue that it did not display it correctly for OAuth1

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-06-13 22:27:19 -07:00
Valentin Mocanu
51663c1fcb feat(Wise Node): Add Support to download statements as JSON, CSV or PDF (#3468) 2022-06-13 13:29:21 -07:00
Michael Kret
7346da0b34 fix(HTTP Request Node): Fix issue with requests that return null (#3498)
*  fix

*   Remove null values at node level

* 🔥 Remove unused imports

*  Small change

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-06-13 13:25:09 -07:00
JoLo
57d466850a refactor(Google Calendar Node): Fix Typo (#3477)
* Fix Typo in Google Calendar to Frequency

*  Revert back change in names to avoid breaking change

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-06-13 12:55:54 -07:00
Erick Friis
0f630b97cb refactor(core): Fix misspelling of credentials (#3479) 2022-06-13 12:41:18 -07:00
Albrecht Schmidt
34e891c0f8 fix(Pipedrive Node): Fix limit issue with Lead -> GetAll (#3436) 2022-06-13 12:39:20 -07:00
Iván Ovejero
c121952324 fix(core): Fix Public API failing to build on Windows (#3499)
*  Add build script

* 📦 Add dependencies

* 📦 Update package-lock.json

* 👕 Ignore `build.mjs`
2022-06-13 12:36:43 -07:00
Jan Oberhauser
955db0ab10 fix(editor): Fix issue that some errors did not show up correctly (#3507) 2022-06-13 21:04:18 +02:00
Jan Oberhauser
9ff57629c5 fix(core): Fix issue with combined expression not resolving if one is invalid (#3506) 2022-06-13 20:48:02 +02:00
Milorad FIlipović
9df3e30d36 fix(PostBin Node): Fix issue with it throwing unnecessary error (#3494) 2022-06-12 06:12:54 -07:00
Jan Oberhauser
04f0bf5b65 fix(core): Fix issue that parameters got lost in some edge cases 2022-06-11 18:12:04 +02:00
Jan Oberhauser
eec12f28d6 📚 Update CHANGELOG.md with version 0.181.2 2022-06-09 14:05:33 +02:00
Jan Oberhauser
65dbe05454 🔖 Update main package.json to 0.181.2 2022-06-09 14:04:37 +02:00
Jan Oberhauser
dfdbcc1eb3 🔖 Release n8n@0.181.2 2022-06-09 14:02:55 +02:00
Jan Oberhauser
f94edd13a5 ⬆️ Set n8n-core@0.121.3 on n8n 2022-06-09 14:02:19 +02:00
Jan Oberhauser
80b7d70c3c 🔖 Release n8n-core@0.121.3 2022-06-09 14:01:28 +02:00
Jan Oberhauser
5eea3cd6d0 fix(core): Fix issue when a node does not return data 2022-06-09 13:59:52 +02:00