Commit Graph

21 Commits

Author SHA1 Message Date
ricardo
b187a8fd7d Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00
Jan Oberhauser
c7a901083b 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-06-04 17:03:11 +02:00
Patrick Wellever
49ea7e2739 Make server listen address configurable (#618) 2020-06-04 09:36:10 +02:00
Jan Oberhauser
90fe5113a0 🔀 Merge branch 'master' into oauth-support 2020-04-14 20:54:19 +02:00
Jan Oberhauser
303062623b Add MariaDB support 2020-04-14 19:54:11 +02:00
Jan Oberhauser
9dd9e0d8ba 🔀 Merge branch 'master' into oauth-support 2020-04-04 17:34:10 +02:00
Jan Oberhauser
7c5f437e92 Make sure that it looks for SSL certs only if defined 2020-03-30 13:29:42 +02:00
Jan Oberhauser
f00b7347c8 Minor improvements to SSL support 2020-03-29 12:46:55 +02:00
KH Wong
2870818211 Add HTTPS support by giving an SSL Cert and Key 2020-03-28 01:19:30 +08:00
Jan Oberhauser
764172d46f Add support for n8n configuration via file 2020-03-27 12:30:42 +01:00
Jan Oberhauser
255d30b2c7 Make it possible to define prefix for table names 2020-03-21 18:32:26 +01:00
Istvan Richter
31a2138f92 Add custom Postgres schema support 2020-03-18 06:26:33 +01:00
Guilherme Almeida Girardi
9e4b6cc97a Fixed MySQL default port 2020-02-10 13:18:28 -03:00
Guilherme Almeida Girardi
3bdd9096e1 Added support for MySQL
* In packages/cli/src/Db.ts, conditional test of dbType replaced by a
switch;
* removeAll() function adapted to not cause an error using MySQL;
* Added the cross-env module in the "serve" script in the
packages/editor-ui/package.json file. This was done to ensure
compatibility between platforms when declaring environment variables.
Without it, Windows compilation would give an error, for example;
* .idea added to .gitignore (IntelliJ IDEA solutions);
2020-02-10 13:09:06 -03:00
Jan Oberhauser
eb285ef711 Make it possible to set credentials to fixed values 2020-01-25 23:48:38 -08:00
Jan Oberhauser
e5ae4c77eb Change same-process-execution setting to make it future proof 2020-01-17 19:49:31 -06:00
Jan Oberhauser
95cb1b2788 Add possibility to execute workflows in same process 2020-01-17 19:34:31 -06:00
Jan Oberhauser
92669bb77a 🔀 Merge pull request #68 from ccakes:jwt-auth 2019-10-14 22:37:51 +02:00
Jan Oberhauser
f3d84fc29e Make it possible to secure n8n via basic auth 2019-08-04 14:24:48 +02:00
Jan Oberhauser
a9453806b8 Add support for PostgresDB and save date as Date 2019-07-22 20:29:06 +02:00
Jan Oberhauser
d027545986 Use convict for configuration to make n8n easier to configure 2019-07-21 19:52:57 +02:00