Iván Ovejero
5ba66fb081
🐛 Fix default value for Send Notification Email option on GDrive ( #1357 )
2021-01-23 15:22:31 +01:00
Ricardo Espinoza
fd1f60bbbe
⚡ Add Google Drive "drive" resource ( #1327 )
...
* ⚡ Add drive resource
* ⚡ Small improvements
2021-01-19 18:02:52 +01:00
Harshil Agrawal
f258f3ca33
✨ Add Node Codex ( #1335 )
...
* ✨ Add Node Codex 📇
* ⚡ Add codex files for new nodes
* ⚡ Change category for Affinity
* 🔨 Fix credential documentation link
* ⚡ Improve styling
* ⚡ Add blogposts
Co-authored-by: Amudhan <sm.amudhan@live.com>
2021-01-14 13:56:07 +01:00
Ricardo Espinoza
76cee5577b
⚡ Extend googleApi credentials to support user impersonification ( #1304 )
...
* ⚡ Extend googleApi credentials to support user impersonification
* ⚡ Add service account authentication to Gmail
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-10 20:49:47 +01:00
Omar Ajoue
143c8bd326
⚡ Allow Gmail node to send messages formatted as HTML ( #1285 )
...
* Allowing Gmail node to send messages formatted as HTML
* Improving message field description
* Fixing lint issues
* Adding missing trailing comma
* ⚡ Small improvements to GMail-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-07 11:58:28 +01:00
Ricardo Espinoza
57e19edadd
✨ Add Google analytics node ( #1305 )
...
* ✨ Add Google Analytics node
🔨 Add Report Resource
🔨 Complete the basic for Report resource
⚡ Add User Activity resource
🔨 Remove comment
* ⚡ Improvements
* ⚡ Small improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Some improvements to Google Analytics Node
* ⚡ Load views automatically
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-05 19:16:25 +01:00
Harshil Agrawal
48e2c3781c
⚡ Rename display name of Google Firebase Realtime Database node ( #1248 )
2020-12-23 12:47:21 +01:00
Ricardo Espinoza
df4f433d9b
⚡ add collection id in response ( #1254 )
...
* ⚡ add collection id in response
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-23 09:12:05 +01:00
Jan Oberhauser
54bd145a3b
🐛 Fix issue that parameters do not get hidden for other operations
2020-12-21 17:54:03 +01:00
Ricardo Espinoza
d5da7865b9
⚡ Add create:spreadsheet operation ( #1234 )
...
* ⚡ Add create:spreadsheet operation
* ⚡ Small changes
* ⚡ Improvements to Google Sheets
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-13 15:36:48 +01:00
Ricardo Espinoza
7d3d907a77
⚡ Rename display name on Google Cloud Firestore Node ( #1228 )
2020-12-07 23:45:47 +01:00
Jan Oberhauser
f79cb7e989
⚡ Allow multiple attendees in one field in Google Calendar
2020-12-01 10:13:48 +01:00
Jan Oberhauser
8aa50df457
⚡ Small improvements to Google Cloud Natural Language
2020-11-19 09:06:03 +01:00
Ricardo Espinoza
cbc1b7f2a3
✨ Add Cloud Natural Language node ( #1181 )
...
* ✨ Add Cloud Natural Language node
* ⬆️ Set google-fonts-webpack-plugin to latest version
* 🐛 Rename method composite to compose
* ⚡ Improvements to Google Cloud Natural Language Node
Improvements to #1171
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-11-19 09:04:20 +01:00
Jan
69a350e262
✨ Add Firebase node ( #1173 )
...
* ⚡ Added node for Google firebase Firestore database
* ⚡ added firebase's realtime database node
* Added operation to run queries on documents collection
* Improvements to Firebase Database nodes
- Realtime Database: improved how the node interacts with input database
- Cloud Firestore: improved how the node interacts with input database
- Cloud Firestore: improved input / output format so it's similar to JSON and more intuitive, abstracting Firestore's format
* ⚡ Improvements to Firestore-Node
* ⚡ improvements to Firebase-Node
* ⚡ Improvements
⚡ Improvements
* ⚡ Improvements
* ⚡ Minor improvements to Firebase Nodes
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-11-19 07:47:26 +01:00
Luis Herranz
06fa48dd2e
🐛 Fix typo in YouTube unlisted setting ( #1170 )
...
* Fix typo in YouTube unlisted option
* Fix typo in YouTube unlisted option (2)
2020-11-18 23:30:43 +01:00
Jan Oberhauser
709dcdd57c
⚡ Minor improvements to Google Books Node
2020-11-04 16:11:51 +01:00
Tanay Pant
3f41b0f166
🐛 Bug Fixes
2020-11-04 14:20:29 +01:00
Tanay Pant
c950aea2c3
Merge branch 'google-books' of https://github.com/RicardoE105/n8n into RicardoE105-google-books
2020-11-04 13:12:14 +01:00
Jan Oberhauser
ad75f17e98
⚡ Removed more parameters which exited twice
2020-11-03 09:54:27 +01:00
Jan Oberhauser
a002523b71
⚡ Removed a parameter which exited twice
2020-11-03 09:51:26 +01:00
Jan Oberhauser
8475923ebd
👕 Fix lint issue
2020-11-03 08:17:54 +01:00
Omar Ajoue
3650d3b3bf
🐛 Fixing issue with Gmail subject enconding ( #1121 )
...
Reported by community user huuich (https://community.n8n.io/t/gmail-integration-partly-created/693/12?u=jan )
An attempt to fix the problem using basic JS functions (escape / unescape
/ encoding / decoding) did not work, so I decided to use MailComposer
as suggested by Jan on Jira Issue PROD-575
2020-11-02 22:47:47 +01:00
Jan Oberhauser
2c18fd401d
⚡ Improvements to Google Calendar Availability
2020-10-30 09:32:35 +01:00
Ricardo Espinoza
2202224c94
⚡ Add Google Calendar availability ( #1105 )
...
* ⚡ Add Feebusy resource to the Google Calendar node
* ⚡ Improvements
Co-authored-by: Harshil <ghagrawal17@gmail.com>
2020-10-30 09:31:27 +01:00
Ricardo Espinoza
78c846277b
🐛 Bug fix for Google Calendar ( #1096 )
2020-10-24 00:01:59 +02:00
Jan Oberhauser
fc9a373161
⚡ Fix Google Translate icon
2020-10-23 16:17:56 +02:00
Jan Oberhauser
d432eae601
👕 Fix lint issue
2020-10-23 09:19:45 +02:00
Ricardo Espinoza
974f5f9f15
⚡ Add GSuite group resource ( #1048 )
2020-10-23 09:15:11 +02:00
Jan Oberhauser
c9e5ca5420
👕 Fix lint issue
2020-10-23 08:05:24 +02:00
Ricardo Espinoza
5eb65f8721
⚡ Add Google Calendar conference link ( #1085 )
2020-10-23 08:00:00 +02:00
Jan Oberhauser
546b79bea0
👕 Fix lint issue
2020-10-22 18:00:28 +02:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
c4a43e0d83
⚡ Small improvements to Google Translate node
2020-10-22 11:37:12 +02:00
Ricardo Espinoza
b2e3b8de16
✨ Add Google Translate node ( #1086 )
...
* ✨ Add Google Translate node
* 🔨 Add autoload for target languages
* ⚡ Small improvements
Co-authored-by: Tanay Pant <tanaypant@protonmail.com>
2020-10-22 11:36:42 +02:00
ricardo
bc887640fc
⚡ Improvements to #1083
2020-10-20 18:09:13 -04:00
Tanay Pant
f08d8c9375
✨ Add Google Books node
2020-10-19 19:57:50 +02:00
Jan Oberhauser
046873e66b
🐛 Fix Google Sheets update bug with spaces
2020-10-15 13:28:31 +02:00
Jan Oberhauser
a4689fef8c
⚡ Add GMail email id to messages with format "resolved"
2020-10-15 10:41:47 +02:00
Jan Oberhauser
69a71c6eee
⚡ Optimize integration icons
2020-10-13 09:12:39 +02:00
Ricardo Espinoza
abd85ed4b0
⚡ G Suite Node - remove duplicated field ( #1037 )
2020-10-10 18:39:26 +02:00
Jan Oberhauser
fcbefe8845
⚡ Some minor fixes for GSuite Admin Node
2020-10-03 18:10:03 +02:00
Ricardo Espinoza
f58e336d5f
✨ Add GSuite Admin Node ( #992 )
...
* ✨ GSuite Admin Node
* ⚡ Improvements
2020-10-03 18:09:07 +02:00
Jan Oberhauser
fe802c8f76
👕 Fix built issue by fixing lint issues
2020-10-01 15:18:47 +02:00
Ricardo Espinoza
3ed3ee779b
⚡ Fix issue #984 ( #985 )
2020-09-23 22:20:44 +02:00
Jan Oberhauser
9e97722c63
🐛 Fix issue with Google Sheets with non-latin Sheet names #961
2020-09-20 13:37:29 +02:00
Jan Oberhauser
43396b7b9c
⚡ Minor improvements to GoogleDrive-Node
2020-09-18 09:57:05 +02:00
Ricardo Espinoza
283b40c9f5
⚡ Add share operation to Google Drive ( #968 )
2020-09-18 09:50:54 +02:00
Ricardo Espinoza
8a93bdbdcc
⚡ Add update operation ( #905 )
...
* ⚡ Add update operation
* ⚡ Small improvement
2020-09-03 11:21:23 +02:00
Jan Oberhauser
ebc52acdbc
🐛 Fix Label-ID field
2020-09-02 13:05:43 +02:00