Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						cb08e0bf9f 
					 
					
						
						
							
							feat: Implement initial version of formatter app  
						
						
						
						
					 
					
						2023-08-16 18:59:36 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						11f00f866c 
					 
					
						
						
							
							docs: Add warning for PostgreSQL version  
						
						
						
						
					 
					
						2023-08-11 16:00:05 +02:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						ec42446daa 
					 
					
						
						
							
							feat(wordpress): add auth and new post trigger ( #1160 )  
						
						
						
						
					 
					
						2023-08-09 22:34:21 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						8e842296b7 
					 
					
						
						
							
							docs: Remove warning from available apps  
						
						
						
						
					 
					
						2023-08-02 17:19:53 +02:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Aydın 
							
						 
					 
					
						
						
							
						
						1d9ad2ba86 
					 
					
						
						
							
							Merge pull request  #1184  from automatisch/notion-find-database-item  
						
						... 
						
						
						
						feat(notion): add find database item action 
						
						
					 
					
						2023-08-01 13:54:09 +02:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Aydın 
							
						 
					 
					
						
						
							
						
						a28e2177f7 
					 
					
						
						
							
							Merge pull request  #1183  from automatisch/notion-create-page  
						
						... 
						
						
						
						feat(notion): add create page action 
						
						
					 
					
						2023-08-01 13:44:47 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						37e4524156 
					 
					
						
						
							
							feat(notion): add find database item action  
						
						
						
						
					 
					
						2023-07-27 14:39:57 +03:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Aydın 
							
						 
					 
					
						
						
							
						
						f28ccd559a 
					 
					
						
						
							
							Merge pull request  #1177  from automatisch/notion-create-database-item  
						
						... 
						
						
						
						feat(notion): add create database item action 
						
						
					 
					
						2023-07-25 14:04:08 +03:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Aydın 
							
						 
					 
					
						
						
							
						
						8e84a93d8e 
					 
					
						
						
							
							Merge pull request  #1166  from automatisch/create-worksheet  
						
						... 
						
						
						
						feat(google-sheets): add create worksheet action 
						
						
					 
					
						2023-07-25 13:58:41 +03:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						9346a037b9 
					 
					
						
						
							
							feat(notion): add create page action  
						
						
						
						
					 
					
						2023-07-24 14:50:53 +03:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						bfe496a09b 
					 
					
						
						
							
							feat(notion): add create database item action  
						
						
						
						
					 
					
						2023-07-17 16:23:00 +03:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						9fb4dca39b 
					 
					
						
						
							
							docs(mattermost): Fix links of mattermost app  
						
						
						
						
					 
					
						2023-07-05 14:29:19 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						0dd444d50b 
					 
					
						
						
							
							feat(google-sheets): add create worksheet action  
						
						
						
						
					 
					
						2023-06-30 19:03:54 +03:00 
						 
				 
			
				
					
						
							
							
								KrzysztofDK 
							
						 
					 
					
						
						
							
						
						676027245f 
					 
					
						
						
							
							feat(mattermost): add auth and send message to channel action  
						
						... 
						
						
						
						* feat: mattermost integration
* post review adjustments 
						
						
					 
					
						2023-06-29 16:45:57 +02:00 
						 
				 
			
				
					
						
							
							
								Jack Dane 
							
						 
					 
					
						
						
							
						
						807be59f25 
					 
					
						
						
							
							feat(odoo): add auth and create lead action ( #1143 )  
						
						... 
						
						
						
						* Add Odoo App and Icon
* Add Auth for Odoo
* Authorise with API key, the password would also work, but we should encourage an API key.
* Odoo Verify Credentials method
* Add the xmlrpc dependency so the backend can communicate with Odoo's API.
* Add a port to the auth fields to establish a connection that might not be over HTTPS.
* Add still verified method
* Currently no need to keep uid, so remove it from the auth data.
* Await the callback from the xmlrpc method call to ensure we don't verify credentials before the callback has been executed.
* Add Odoo create-lead action
* Provide basic functionality to create a lead.
* Add Odoo type option
* Let the user decide if the lead should be a "lead" or "opportunity" in the create-lead action.
* Add documentation for Odoo app
* Follow project standards
* Change indents to 2 spaces
* Use single quotes instead of double
* Commonise the authentication method (DRY)
* Use latest for API doc link
* refactor(odoo): abstract and organize implementation
---------
Co-authored-by: Ali BARIN <ali.barin53@gmail.com > 
						
						
					 
					
						2023-06-29 15:56:20 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						110c2dbac8 
					 
					
						
						
							
							docs: add missing dots in action/trigger descriptions  
						
						
						
						
					 
					
						2023-06-26 12:05:42 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						f55ec4bd8a 
					 
					
						
						
							
							fix(google-sheets): sort actions  
						
						
						
						
					 
					
						2023-06-25 15:50:03 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						3c9bc53a79 
					 
					
						
						
							
							feat(google-sheets): add create spreadsheet action  
						
						
						
						
					 
					
						2023-06-23 20:29:12 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						d36dd2ece1 
					 
					
						
						
							
							docs: Use triggers link of Notion for available apps  
						
						
						
						
					 
					
						2023-06-14 13:21:34 +02:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						c9c47c5519 
					 
					
						
						
							
							docs(notion): add auth and new DB items trigger  
						
						
						
						
					 
					
						2023-06-13 05:56:33 +00:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						49d9f77d1b 
					 
					
						
						
							
							docs: Add GitLab to available apps  
						
						
						
						
					 
					
						2023-06-12 12:31:07 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						d06a89564f 
					 
					
						
						
							
							docs: Add GitLab favicon  
						
						
						
						
					 
					
						2023-06-12 12:31:07 +02:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Dukszta-Kwiatkowski 
							
						 
					 
					
						
						
							
						
						58a8510d49 
					 
					
						
						
							
							feat: gitlab integration documentation  
						
						
						
						
					 
					
						2023-06-12 12:31:07 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						6d19711926 
					 
					
						
						
							
							docs: Add PostgreSQL to available apps  
						
						
						
						
					 
					
						2023-06-12 11:13:09 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						0b362dd435 
					 
					
						
						
							
							docs: Use postgresql key name instead of postgres  
						
						
						
						
					 
					
						2023-06-12 11:11:39 +02:00 
						 
				 
			
				
					
						
							
							
								Shehab Ghazy 
							
						 
					 
					
						
						
							
						
						9485731e7d 
					 
					
						
						
							
							docs: Add PostgreSQL documentation  
						
						
						
						
					 
					
						2023-06-12 11:08:17 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						9f759d70b6 
					 
					
						
						
							
							feat(google-sheets): add new spreadsheet rows trigger  
						
						
						
						
					 
					
						2023-06-02 15:51:36 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						1ac423ba56 
					 
					
						
						
							
							chore: update action and trigger names  
						
						
						
						
					 
					
						2023-06-01 15:01:12 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						3fd1d4d9b3 
					 
					
						
						
							
							feat(google-sheets): create spreadsheet row  
						
						
						
						
					 
					
						2023-06-01 13:28:36 +02:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Aydın 
							
						 
					 
					
						
						
							
						
						663a1ed9d4 
					 
					
						
						
							
							Merge pull request  #1108  from automatisch/docs/filter  
						
						... 
						
						
						
						docs: Add filter connection and actions 
						
						
					 
					
						2023-05-24 15:42:04 +02:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						4f46c55c85 
					 
					
						
						
							
							feat: add LOG_LEVEL env. var.  
						
						
						
						
					 
					
						2023-05-24 15:35:38 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						1c80677ac3 
					 
					
						
						
							
							docs: Add filter connection and actions  
						
						
						
						
					 
					
						2023-05-24 15:23:38 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						d39c962314 
					 
					
						
						
							
							docs: Add Google Sheets to available apps  
						
						
						
						
					 
					
						2023-05-19 16:15:46 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						d026ac09f3 
					 
					
						
						
							
							feat(google-sheets): add new worksheets trigger  
						
						
						
						
					 
					
						2023-05-16 23:42:23 +02:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						d23d5d2da0 
					 
					
						
						
							
							feat(slack): send direct message  
						
						
						
						
					 
					
						2023-05-15 16:24:17 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						ec76a480d0 
					 
					
						
						
							
							docs: Add POSTGRES_ENABLE_SSL env variable to configuration  
						
						
						
						
					 
					
						2023-05-11 13:58:02 +02:00 
						 
				 
			
				
					
						
							
							
								Faruk AYDIN 
							
						 
					 
					
						
						
							
						
						9b1da98386 
					 
					
						
						
							
							docs: Explain how to create random keys for encryption and webhook secret keys  
						
						
						
						
					 
					
						2023-04-19 18:44:19 +02:00 
						 
				 
			
				
					
						
							
							
								Shehab Ghazy 
							
						 
					 
					
						
						
							
						
						18d07dd3b9 
					 
					
						
						
							
							feat: Add postgres schema environment variable ( #1047 )  
						
						... 
						
						
						
						feat: Add postgres schema environment variable
---------
Co-authored-by: Faruk AYDIN <omerfaruk26@gmail.com > 
						
						
					 
					
						2023-04-17 14:56:12 +02:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						d503dbc103 
					 
					
						
						
							
							docs(strava): describe connection and actions  
						
						
						
						
					 
					
						2023-04-07 14:16:30 +02:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						1dc46dd31c 
					 
					
						
						
							
							docs(dropbox): add connection and actions  
						
						
						
						
					 
					
						2023-04-06 18:59:55 +00:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						1406bf3e10 
					 
					
						
						
							
							docs(google-sheets): add trigger for new spreadsheets  
						
						
						
						
					 
					
						2023-04-06 17:12:48 +03:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						f44422a77e 
					 
					
						
						
							
							docs(google-drive): add trigger for updated files  
						
						
						
						
					 
					
						2023-03-30 17:02:52 +03:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						93866d7bc2 
					 
					
						
						
							
							docs(google-drive): add trigger for new folders  
						
						
						
						
					 
					
						2023-03-30 12:15:15 +03:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						ba1cdeaeeb 
					 
					
						
						
							
							Merge pull request  #1016  from automatisch/add-docs-for-google-drive  
						
						... 
						
						
						
						docs: add google drive connection and triggers 
						
						
					 
					
						2023-03-29 18:29:43 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						ff874bfb48 
					 
					
						
						
							
							docs(google-drive): add trigger for new files in folder  
						
						
						
						
					 
					
						2023-03-29 15:11:39 +02:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						a594029541 
					 
					
						
						
							
							docs: add google drive connection and triggers  
						
						
						
						
					 
					
						2023-03-26 14:32:31 +03:00 
						 
				 
			
				
					
						
							
							
								Rıdvan Akca 
							
						 
					 
					
						
						
							
						
						ddcb894932 
					 
					
						
						
							
							docs: add google forms connection and triggers  
						
						
						
						
					 
					
						2023-03-26 14:31:16 +03:00 
						 
				 
			
				
					
						
							
							
								Zeynep Nur Temel 
							
						 
					 
					
						
						
							
						
						8acd7b03ed 
					 
					
						
						
							
							docs: add spotify connection and actions  
						
						
						
						
					 
					
						2023-03-19 23:48:45 +03:00 
						 
				 
			
				
					
						
							
							
								Ali BARIN 
							
						 
					 
					
						
						
							
						
						caef9bb8b5 
					 
					
						
						
							
							chore: reword Signalwire as SignalWire  
						
						
						
						
					 
					
						2023-03-13 19:05:02 +00:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Aydın 
							
						 
					 
					
						
						
							
						
						d3b1765ffe 
					 
					
						
						
							
							Merge branch 'main' into feature/signalwire-integration  
						
						
						
						
					 
					
						2023-02-26 13:23:27 +01:00