Commit graph

1214 commits

Author SHA1 Message Date
Wieland Schopohl
d9e438596e small translation improvement for de-DE 2020-06-11 16:09:33 +02:00
Tomas Bures
dad2618739 Possible fix for #879 2020-05-28 01:05:23 +02:00
Tomas Bures
ebfbe30aa0
Merge pull request #842 from andresmrm/list-api-endpoints
Add API enpoints to create, delete and get lists.
2020-05-27 21:02:24 +02:00
Tomas Bures
129ad0c625
Merge pull request #859 from alangecker/fix-shortid-not-defined
fix for 'shortid not defined'
2020-05-27 21:00:51 +02:00
Tomas Bures
790630bc87
Merge pull request #888 from rycks/development
install script for debian 10 (mailtrain v2beta)
2020-05-27 20:59:51 +02:00
Tomas Bures
2e5f596d65
Merge pull request #889 from rycks/v2-french
French locale
2020-05-27 20:59:14 +02:00
Eric Seigne
62a4b1ded1 add french language
(cherry picked from commit 7414815b06)
2020-04-30 14:32:44 +02:00
Eric Seigne
7414815b06 add french language 2020-04-30 14:21:35 +02:00
Eric Seigne
8039c61889 install script for debian 10 (mailtrain v2beta) 2020-04-29 15:08:54 +02:00
Tomas Bures
665a0d0614 Initial draft of installation scripts for CentOS 8
Fixed bug in cancelling scheduled send - If campaign was scheduled to be sent, a checkbox was still shown on the campaign status page. This gave wrong impression that by unchecking the checkbox, the scheduling is cancelled. Checkbox is removed now and the "Pause" button has be renamed to "Cancel scheduling"

Added default role for campaign admin that administer multiple namespaces.
2020-04-12 16:52:19 +02:00
chandi
686972bb30 fix for missing shortid in message-sender.js
ERR! Senders Sending message to 4:1 failed with error: shortid is not defined. Dropping the message.
 verb ReferenceError: shortid is not defined
     at html.replace (/home/mailtrain2/mailtrain/server/lib/message-sender.js:236:29)
     at String.replace (<anonymous>)
     at MessageSender._getMessage (/home/mailtrain2/mailtrain/server/lib/message-sender.js:235:25)
     at MessageSender._sendMessage (/home/mailtrain2/mailtrain/server/lib/message-sender.js:345:34)
2020-03-03 04:03:56 +01:00
Tomas Bures
f323033da7
Merge pull request #853 from SeesePlusPlus/docs/update-subscription-widget-docs
Update subscription widget docs
2020-02-18 05:07:31 +01:00
Mike Seese
5450a92f33 update docs for the subscription widget 2020-02-17 12:03:05 -08:00
Tomas Bures
c9f1028fef
Merge pull request #844 from taye/feat-more-docker-env-variables
Set more config options from docker-entrypoint.sh
2020-02-03 10:15:40 +01:00
Taye Adeyemi
2e139782f6 Expect port to be optionally included in URL_BASE_* docker env vars 2020-02-03 01:31:49 +01:00
Taye Adeyemi
572e1ee78b Use WITH_REDIS and WITH_ZONE_MTA env vars in docker-entrypoint.sh 2020-02-02 19:33:58 +01:00
Taye Adeyemi
cf995fc35c Use PORT_{TRUSTED,SANDBOX,PUBLIC} env vars in docker-entrypoint.sh 2020-02-02 19:33:54 +01:00
Taye Adeyemi
417b208bfe Use WWW_HOST and WWW_SECRET env vars in docker-entrypoint.sh 2020-02-02 19:32:36 +01:00
Tomas Bures
f1cd83b734
Merge pull request #843 from taye/patch-1
Fix typo when getting $MONGO_HOST env variable
2020-02-01 19:38:33 +01:00
taye
92fe57f722
Fix typo when getting $MONGO_HOST env variable 2020-02-01 19:35:50 +01:00
AndresMRM
8271d6675a Add API enpoints to create, delete and get lists. 2020-01-31 10:04:07 -03:00
Tomas Bures
010e4837bc
Merge pull request #840 from andresmrm/fix-server-config-recreation
Fix path to server config file.
2020-01-31 12:32:16 +01:00
AndresMRM
976d788b17 Fix path to server config file. 2020-01-30 16:07:59 -03:00
Tomas Bures
cdcc254294
Merge pull request #838 from andresmrm/patch-3
fix endpoint /api/blacklist/delete
2020-01-25 14:22:55 +01:00
Andrés Martano
ecabc962ef
typo 2020-01-25 12:54:19 +00:00
Tomas Bures
97a40033d6 Added "Sender" role to lists 2020-01-16 21:30:55 +01:00
Tomas Bures
a3eaf72203 Updated dependencies
Version updated
2020-01-12 12:55:03 +01:00
Tomas Bures
7914077acb Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.)
Campaigns list is now by default ordered by 'Created' in descending order.

Fixed display bug - two clicks on main menu item made it disappear

Campaign Status is now protected by 'view' permission. (Up till now it was 'viewStats' permission.)

Fixes in campaign status to hide send buttons and test send button if a user does not have necessary permissions.

Templates, Mosaico templates and Campaigns (edit and content) are now displayed to user even if the user does have only 'view' permission (not 'edit'). A banner is displayed that the user cannot save any changes and buttons are removed from the edit pages. This is to allow users to copy settings and content from existing campaigns which they are not supposed to edit. A better solution would be to display the edit and content form in read-only mode, but this seems to be a bit complicated.
2020-01-12 12:07:14 +01:00
Tomas Bures
674399eb74 Merge remote-tracking branch 'origin/development' into development
# Conflicts:
#	README.md
2020-01-12 09:32:05 +01:00
Tomas Bures
eb6afc1783 Merge of of PR #803 and some cleanup. 2020-01-12 09:31:11 +01:00
Tomas Bures
ddd84656b8 Merge branch 'pull/803' into development
# Conflicts:
#	docker-entrypoint.sh
2020-01-12 09:13:55 +01:00
Tomas Bures
c1091b9e42
Merge pull request #825 from dlecan/patch-1
Fix WWWW_PROXY typo in README
2020-01-11 14:01:59 +01:00
Tomas Bures
7552c31d8d Merge remote-tracking branch 'origin/development' into development 2020-01-11 14:01:14 +01:00
Tomas Bures
57907f9260 Merge of of PR #827 2020-01-11 13:59:59 +01:00
Tomas Bures
7482cb2ff0
Merge pull request #830 from GuillaumeRemyCSI/development
[READY] Added LDAP parameters for docker entryoint : mailTag, nameTag and method
2020-01-11 13:48:30 +01:00
Chris
2204bbe70c Fix missing tx refrence, https://github.com/Mailtrain-org/mailtrain/issues/811 2020-01-08 10:58:28 +13:00
Gerhard Sletten
94d3f4d725 Merge branch 'development-upstream' into Override-config
# Conflicts:
#	docker-entrypoint.sh
2020-01-06 10:50:42 +01:00
Damien Lecan
d64ab48d66
Fix WWWW_PROXY typo in README 2020-01-06 10:28:07 +01:00
Guillaume Rémy
3d61d205d7 Added LDAP parameters for docker entryoint : mailTag, nameTag and method + fixed typo in bindPassword ldap parameter 2020-01-05 13:02:07 +01:00
Tomas Bures
9d4506977d Fixes #824 "ReferenceError: os is not defined" 2020-01-03 14:30:44 +01:00
Tomas Bures
6f463b0b82 Merge branch 'development' of github.com:Mailtrain-org/mailtrain into development 2020-01-03 14:28:02 +01:00
Tomas Bures
d7d626cbc0 Addresses #785 "Allow segmentation by Subscription Status" 2020-01-03 14:27:47 +01:00
Tomas Bures
a950d511ec
Merge pull request #823 from Kevinjil/feature/ZoneMTA-pool-name
Add possibility to set pool name for builtin ZoneMTA.
2019-12-31 14:38:56 +01:00
Kevin Jilissen
2733912dda Update documentation for ZoneMTA pool name addition. 2019-12-31 12:58:05 +01:00
Kevin Jilissen
0e7a5dae82 Add possibility to set pool name for builtin ZoneMTA. 2019-12-31 01:28:08 +01:00
Gerhard Sletten
7ccf751c5a Add a note in README.md about passing own env-vars to docker-compose 2019-12-12 14:34:00 +01:00
Gerhard Sletten
2cae00315c Append to own production.yaml and remove log because level is default (and you will get an error if you try to override this in your own production.yaml 2019-12-12 14:20:29 +01:00
Gerhard Sletten
b959bb0812 Set right indentions for merging with own server/config/production.yaml 2019-12-12 14:19:06 +01:00
Tomas Bures
7744f5dc29
Merge pull request #801 from mhulet/patch-1
Replace WITH_PROXY with WWW_PROXY in README
2019-12-09 21:29:34 +01:00
Michael Hulet
fd777e56b9
Replace WITH_PROXY with WWW_PROXY in README
The expected environment variable is WWW_PROXY, not WITH_PROXY
2019-12-09 21:24:42 +01:00