Commit graph

1238 commits

Author SHA1 Message Date
joker-x
cc794d4e52 Return cid instead of id when exists and fix documentation api 2020-08-22 06:09:18 +02:00
joker-x
5e77e3c98a Added description and status:{SUBSCRIBED: 1, UNSUBSCRIBED: 2, BOUNCED: 3, COMPLAINED: 4} to response of the GET /lists/:email API Call (Fix #903) 2020-08-20 17:09:21 +02:00
Tomas Bures
aed115a64b Merge remote-tracking branch 'origin/development' into development 2020-08-02 15:19:53 +02:00
Tomas Bures
87c6cfa656 Fixes
- Mailtrain would not start if built-in ZoneMTA had to retry the startup
- Campaign list showed "Sending" instead of "Scheduled" for scheduled campaigns
2020-08-02 15:19:24 +02:00
Tomas Bures
d2d3781ae2
Merge pull request #922 from Treora/patch-1
Fix plain text generation
2020-07-28 17:55:53 +02:00
Gerben
a92b08ddb4
Fix plain text generation 2020-07-28 17:26:47 +02:00
Tomas Bures
8dab13d903 Updated version in Home 2020-07-25 10:24:34 +02:00
Tomas Bures
4e8cbf8419 Added Save & Leave button to Channel create. 2020-07-25 10:20:01 +02:00
Tomas Bures
676f20bfa9 Some more options for mj-mosaico-property element in Mosaico Templates. 2020-07-24 22:38:37 +02:00
Tomas Bures
ca615a86a5 Various fixes in RSS campaigns including #916 and #915. 2020-07-24 12:08:40 +02:00
Tomas Bures
564c83720b - Fix - A non-admin user would get permission denied on all pages. 2020-07-18 09:48:03 +02:00
Tomas Bures
3828411faf - Fix - The choice of order column in tables has not been reset when going to another page. This caused crashes if the table in the other page did not have enough columns. 2020-07-18 08:14:34 +02:00
Tomas Bures
8eac78aa3a Merge remote-tracking branch 'origin/development' into development 2020-07-17 14:54:16 +02:00
Tomas Bures
d170548cfa - Fix for #890
- "Channels" feature
- Shoutout config param rendered on the homepage
- "Clone" feature for campaigns
2020-07-17 14:53:48 +02:00
Tomas Bures
00432e6cfe - Fix for #890
- "Channels" feature
- Shoutout config param rendered on the homepage
- "Clone" feature for campaigns
2020-07-16 20:37:16 +02:00
Tomas Bures
186a4ff4d6
Merge pull request #907 from wschopohl/development
Docker Development Container
2020-07-01 17:56:26 +02:00
Wieland Schopohl
6a7029bc3e removed package-lock files 2020-07-01 17:38:54 +02:00
Wieland Schopohl
0a4b835890 Merge branch 'docker-dev-server' into development 2020-07-01 16:51:23 +02:00
Wieland Schopohl
41ff51700e shouldn't exclude package-lock files, I guess 2020-07-01 16:51:05 +02:00
Wieland Schopohl
8cfd8a4f94 'docker-dev-server' branch adds files and README description to easily start a development server 2020-07-01 16:47:10 +02:00
Wieland Schopohl
f1c5d836ac new docker files and readme entry for docker development server 2020-07-01 15:53:54 +02:00
Tomas Bures
82251d1cb9 Some improvements imported from IVIS (https://github.com/smartarch/ivis-core/tree/devel)
Builtin Zone-MTA upgraded
Bug fix - URLs in campaign would not work if they contained non-ASCII character
2020-06-17 17:24:38 +02:00
Tomas Bures
65d3aed29d
Merge pull request #904 from wschopohl/development
small translation improvement for de-DE
2020-06-17 16:24:59 +02:00
Wieland Schopohl
ebf92ef301 correct webhook bounces, issue #716 2020-06-16 22:59:13 +02:00
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