Commit graph

1113 commits

Author SHA1 Message Date
Tomas Bures
d482d214d9 Line endings fixed so that we don't have CRLF in Git. Better now than later. 2019-03-27 09:49:29 +01:00
Tomas Bures
2fe7f82be3 Merge and cleanup of PR #564
The namespace filter in campaigns was dropped (i.e. "Work with campaign's namespace"). Instead, we need a universal solution. For instance a namespace slector somewhere in the top-right corner, which should apply to everything (not just campaigns).

Nevertheless, I kept the ...-by-namespace rest endpoints and related functions in models because they will be useful for implementing the universal namespace selection feature.
2019-03-27 00:41:18 +01:00
Tomas Bures
dcb7168322 Merge branch 'pull/564' into development 2019-03-26 22:55:00 +01:00
Tomas Bures
3ae4c77fb4 Preparations for mosaico MJML templates 2019-03-26 22:48:31 +01:00
Alexey Zinkevych
4a521a8f0f Implemented basic transactional emails API 2019-03-25 14:48:18 +02:00
Alexey Zinkevych
913c7dc337 Added .vscode to .gitignore 2019-03-24 11:27:51 +02:00
Carlos
53340ad631 fix 2019-03-20 09:03:06 +01:00
Carlos
b583df7e2f fix 2019-03-20 08:58:46 +01:00
Carlos
444717b4d0 Templates namespace filtering & fix 2019-03-20 08:57:06 +01:00
Carlos
b6a896558e fix 2019-03-15 10:10:48 +01:00
Carlos
b5a6167202 common.json filtering namespace labels 2019-03-14 16:34:16 +01:00
Carlos
74fe5e73e2 Namespace filtering when create/edit campaigns 2019-03-14 16:15:37 +01:00
Carlos
7b08e2e97b Spanish lang update 2019-03-13 16:36:35 +01:00
Carlos
41b311c811 Spanish lang update 2019-03-13 15:18:40 +01:00
Carlos
75daaa1a65 Confirmation modal when launching campaign 2019-03-13 15:00:49 +01:00
Carlos
5d08db67b3 Show status bug 2019-03-13 13:23:57 +01:00
Carlos
83267a7e28 Checkbox text alignment and override checkboxes reorganized 2019-03-13 13:09:37 +01:00
Carlos
bdacf92917 Campaigns: Show override checkbox when Send configuration allows it 2019-03-13 10:22:19 +01:00
Carlos
1a61067ff9 Campaign status show send settings Bug 2019-03-13 09:52:02 +01:00
root
0037b39656 Fix for:
Reinstalling modules in mvis/ivis-core/client
/opt/mailtrain/setup/functions: line 222: cd: mvis/ivis-core/client: No such file or directory
2019-03-09 10:34:07 -08:00
Tomas Bures
9b32e59b50 Number of processes and connections of builtin zone MTA is now configurable via Mailtrains config. 2019-03-09 14:07:11 +01:00
Tomas Bures
97bb700334 Various fixes 2019-03-09 07:42:14 +00:00
Carlos
4b1b1a380d deleting useless files 2019-03-06 13:27:53 +01:00
Carlos
25ecd85910 CampaignNamespaceUpdateBugFixed 2019-03-06 09:47:52 +01:00
Carlos
a43302f3ab Users list only for admin added 2019-03-04 15:57:51 +01:00
Carlos
38e277cb7c Spanish lang without translation added 2019-03-04 15:44:52 +01:00
Carlos
aa66c18650 works 2019-03-04 15:17:37 +01:00
Tomas Bures
4a6aed4cf7 All create/edit forms now allow staying on the page after save. 2019-02-24 11:10:23 +00:00
Tomas Bures
d54f941caa Some fixes. 2019-02-24 00:19:49 +00:00
Tomas Bures
41cd01c2b9 Exported CSV now contains status column (fix for #547) 2019-02-23 14:27:28 +00:00
Tomas Bures
0c3510d626 Some fixes 2019-02-18 22:42:57 +00:00
Tomas Bures
8d95f43dbc Added feature to create template from another template. 2019-02-18 20:36:44 +00:00
Tomas Bures
031b346440
Merge pull request #537 from priethor/development
Adds 'type' property to migration of text-based segment rules
2019-02-17 18:48:13 +01:00
Tomas Bures
f8ef57f164 Fixed bug that prevented sending via builtin zone mta. This but was introduced today. 2019-02-17 17:47:27 +00:00
Héctor
433bf31bfa
Adds 'type' property to migration of text-based segment rules
In v2, text-based segment rules need a "type" property. As in v1 the value could contain % wildcards, the default type for migrated rules should be 'like' to support them.
2019-02-17 18:45:35 +01:00
Tomas Bures
f7b5aef0e3 Some more fixes
Warning dialog about missing Javascript removed from subscription dialog. The warning would flash in any case (even when Javascript is activated)
2019-02-17 17:18:59 +00:00
Tomas Bures
df2a8c1cde Fix for #536 2019-02-17 17:18:44 +00:00
Tomas Bures
7f2a9ca940 Link to the v1 removed from v2 readme 2019-02-17 15:00:00 +00:00
Tomas Bures
8a843bcea4 Fix in docker instructions 2019-02-17 14:50:00 +00:00
Tomas Bures
02b42a4982 Updated instructions to use docker image on docker hub. Addresses #521 2019-02-17 13:56:15 +00:00
Tomas Bures
abed0d4af4 Fixes in messages 2019-02-17 12:46:32 +00:00
Tomas Bures
46ad0c7b4f Fix for #531 2019-02-17 12:46:02 +00:00
Tomas Bures
90f289989b
Merge pull request #534 from priethor/development
Support for string based segment rules....
2019-02-17 09:08:09 +01:00
Héctor
d1a1398828
Support for string based segment rules....
...such as email fields.
2019-02-17 00:49:12 +01:00
Gernot Pansy
d52436c566 added webhook support for postal mail server 2019-02-14 22:38:35 +01:00
Tomas Bures
e0bee9ed42 Some preparations for activity log.
Fixed issue #524
Table now displays horizontal scrollbar when the viewport is too narrow (typically on mobile)
2019-02-07 14:38:32 +00:00
Tomas Bures
4f408a26d5 Some fixes 2019-01-20 16:31:17 +00:00
Tomas Bures
d14942da93 Adoptions from ivis-core 2019-01-12 21:33:00 +01:00
Tomas Bures
18eb54037c Adoptions from ivis-core 2019-01-12 21:31:20 +01:00
Tomas Bures
127900a4d4 Services enabled back to normal 2019-01-12 11:53:07 +01:00