Luc LosCan
f90e67d775
Save new queueId/response on locally requeued messages
2017-07-10 12:13:17 +02:00
witzig
bd570000e1
Added documentation for API endpoint /api/field/:listId
...
This has accidentally been removed with PR #203 .
2017-07-06 15:08:35 +02:00
Roger Witzig
622a23959b
Merge pull request #274 from Roost/master
...
Fixed an issue where API dates were not correctly being triggered. #273
2017-07-04 00:54:44 +02:00
Bruce Mackintosh
191dc7b541
Changed the trigger treshold
value from 6 hours to 24 hours, so that dates stored via the API as 00:00:00 are correctly picked up and added to the queue.
2017-07-03 19:44:45 +01:00
witzig
f0e32ef5a5
Added note about blacklist, #272
2017-07-01 01:50:50 +02:00
Roger Witzig
020b29ce9c
Merge pull request #255 from tiangolo/feature/docker-nodejs
...
Docker updates
2017-06-28 22:27:36 +02:00
Luc LosCan
219c77606d
Fix Travic CI failing checks
2017-06-28 10:31:08 +02:00
Luc LosCan
0b4e866663
Check for locally requeued messages in postfix
2017-06-27 18:22:12 +02:00
Sebastián Ramírez
ead3dbbfb3
Update Dockerfile to avoid file system permission issues
2017-06-24 19:40:43 -05:00
Sebastián Ramírez
8d56f0763e
Use production.toml for reports when it exists in config
2017-06-24 18:49:35 -05:00
Sebastián Ramírez
58f607ffc4
Add to .gitignore files that should not be commited
2017-06-24 18:32:29 -05:00
Sebastián Ramírez
fb3d37cfc0
Update README
2017-06-24 18:31:57 -05:00
Sebastián Ramírez
5229f6edaf
Add volume for reports
2017-06-24 18:22:38 -05:00
Sebastián Ramírez
fb6b98a618
Make docker-compose.override.yml a template
2017-06-24 18:20:15 -05:00
Sebastián Ramírez
31565f4cab
Add node_modules to .dockerignore to avoid unneeded building time / overhead
2017-06-24 18:17:34 -05:00
Sebastián Ramírez
54f65c506e
Update Dockerfile, order installs, NODE_ENV, add entrypoint
2017-06-24 18:17:00 -05:00
Sebastián Ramírez
f142175917
Add entrypoint that copies production configs
2017-06-24 18:15:52 -05:00
Sebastián Ramírez
1ff4676811
Update Docker config template
2017-06-24 18:14:54 -05:00
Roger Witzig
2e224ea057
Merge pull request #264 from Mailtrain-org/afanjul-spanish-translation
...
Added spanish es_ES translations
2017-06-23 23:07:18 +02:00
Francisco Lapuente
60c446b910
Added spanish es_ES translations
2017-06-23 22:57:48 +02:00
witzig
8b74730d08
Fixed remaining eslint errors for services/**/*.js
2017-06-22 18:29:42 +02:00
witzig
c7ba0235c5
Satisfy eslint rule indent
2017-06-22 18:25:13 +02:00
witzig
44ab04624b
Satisfy eslint rule linebreak-style
2017-06-22 18:25:13 +02:00
witzig
f73eb026b6
Fixed possible bug: callback called twice
2017-06-22 18:16:26 +02:00
witzig
963aef53b5
Don't close the VERP Server on error. And improved error reporting.
...
Based on https://git.io/vQLS7 , I believe the change introduced in
https://git.io/vQL7u "server.close()" to be in error, and intended to
close one connection, like it’s handled in https://git.io/vQLSF
Perhaps SMTPServer isn't even meant to throw ECONNRESET and EPIPE in
the first place.
2017-06-22 18:00:13 +02:00
witzig
277b2cadf5
Fixed bug #261
2017-06-21 17:28:56 +02:00
witzig
2b2bda0944
Fixed/reverted Mosaico social icons
...
Note: The 404’s logged by Mosaico are ‚normal‘ as it tries the relative
path before resolving the URL based on the template directory.
2017-06-20 21:27:51 +02:00
witzig
3c4558d70c
Refactored and linted editorapi image handling
2017-06-20 19:08:14 +02:00
Andris Reinman
ac63e934ec
Merge pull request #259 from Mailtrain-org/remove_ads
...
Removed ads from code
2017-06-20 16:53:22 +03:00
Andris Reinman
8b900a9c44
Removed ads from code
2017-06-20 16:47:25 +03:00
witzig
5647dd040d
Updated subscription-mail-helper.js - Don't wait for mailer to finish.
...
Note: When using encryptionKeys, confirmation redirects feel a bit
sluggish. This could probably be 'improved' by calling sendMail via
setTimout or fixed by moving sendMail to a worker.
2017-06-16 14:28:57 +02:00
witzig
a2ebe8f0f7
Fixed mail-helper.js not calling back when disableConfirmations = true
...
And some refactoring
2017-06-16 02:13:21 +02:00
witzig
830ca4f17f
Satisfy eslint rule no-useless-escape
2017-06-15 21:44:54 +02:00
witzig
80aca59af7
Disable eslint rule no-await-in-loop for e2e tests
2017-06-15 21:28:40 +02:00
witzig
2da90b58e4
Satisfy new eslint indentation rule
2017-06-15 21:26:35 +02:00
witzig
1db7bd9873
Bumped deps
2017-06-15 21:23:35 +02:00
Sebastián Ramírez
5e5e5c70bf
Update README to include new docker-compose instructions
2017-06-15 13:00:17 -05:00
Sebastián Ramírez
274c706f02
Add restart: always to docker-compose.override.yml
2017-06-15 13:00:00 -05:00
Sebastián Ramírez
2cf2cc71ff
Update mailtrain tag name
2017-06-15 12:59:42 -05:00
witzig
4f5c132db4
Fixed bug: Hidden custom fields (for custom forms) losing values when updating preferences.
...
Credits to @flapuente-palbin
2017-06-15 19:11:13 +02:00
Sebastián Ramírez
ca096d191f
Add base docker-compose and override to build image and set ports
2017-06-15 11:21:22 -05:00
Sebastián Ramírez
82a1aec72a
Add docker.toml with configs compatible with docker-compose
2017-06-15 11:20:56 -05:00
Sebastián Ramírez
61f37062cb
Update Dockerfile to be based on the standard NodeJS image
2017-06-15 10:56:30 -05:00
witzig
1d76eefe27
Fixed unhandled promise rejection #254 (and some cleanup)
2017-06-14 11:07:16 +02:00
witzig
0629194f56
Updated e2e subscription tests
...
Added test for bug #249
Extended tests for custom fields (work in progress)
2017-06-11 18:49:02 +02:00
witzig
87f7a050ab
Fixed bug #249
2017-06-11 01:27:27 +02:00
Roger Witzig
7d978c4df1
Merge pull request #251 from jablkopp/bug-fix
...
Fix typo during refactoring
2017-06-08 14:45:36 +02:00
Krzysztof Jablonski
71ac4c64a5
Avoid using > with „enums”
2017-06-08 14:22:34 +02:00
Krzysztof Jablonski
819fcfb392
Fix typo during refactoring
...
During code refactoring for selectable
unsubscription feature code:
`!campaignId || status > 2` was wrongly refactored
to:
`subscription.status !== Status.SUBSCRIBED`
Link:
a6d25e668b (diff-5af9fe5dfae76c093530c92e3d7404e1R496)
2017-06-08 14:06:35 +02:00
witzig
5aa6dff743
Fixed HTML templates for custom JSON fields #192
2017-06-03 00:13:03 +02:00