Commit graph

243 commits

Author SHA1 Message Date
Iván Eixarch
7f84cb81b1
Merge a180d49612 into c3b968aa10 2020-09-14 22:12:39 -05:00
Tomas Bures
c3b968aa10
Merge pull request #953 from elitzer2/required-custom-fields
(v2) Required custom fields (client side validation only)
2020-09-13 06:35:30 +02:00
Michael Mayer
a5aed8b20c Add global urls to transactional email mergeTags 2020-09-02 21:15:03 -07:00
joker-x
d36cc303fb Fix 2020-09-01 19:14:41 +02:00
joker-x
d6308e53d5 Complete client side 2020-09-01 18:53:28 +02:00
joker-x
555f7a16f1 Remove admin/superadmin tests 2020-09-01 14:34:38 +02:00
joker-x
14ec6d468a Remove admin/superadmin tests 2020-09-01 14:25:35 +02:00
Lawrence Elitzer
98a7a744fc Add client side HTML5 validation of required fields 2020-08-31 09:16:06 -05:00
Lawrence Elitzer
1914591f46 Add required checkbox to custom fields 2020-08-31 07:58:45 -05:00
Lawrence Elitzer
630ec0bae4 Remove premailer package 2020-08-30 23:44:54 -05:00
Lawrence Elitzer
d47159d47b Update API call to remove premailer 2020-08-30 23:43:59 -05:00
joker-x
6af4c0db9e Revert 2020-08-30 17:23:24 +02:00
joker-x
136e73e28d Revert 2020-08-30 17:13:41 +02:00
joker-x
e8bad80e59 Remove enforces for getters 2020-08-30 12:16:30 +02:00
joker-x
e244163bdb Fix 2020-08-30 10:42:38 +02:00
joker-x
e2e00034be Fix 2020-08-30 10:38:50 +02:00
joker-x
c601dc9709 Fix 2020-08-30 10:34:50 +02:00
joker-x
a42f629c7e Fix 2020-08-30 08:10:35 +02:00
Lawrence Elitzer
43837210ed Don't reveal to the API the list of subscribers 2020-08-30 00:48:33 -05:00
joker-x
27874027a9 Allow superadmin access to all entities without global permissions 2020-08-30 06:29:42 +02:00
joker-x
a5ad6f8b52 "Permission Denied" translated to es,fr,de and pt 2020-08-30 01:51:31 +02:00
joker-x
7ed5243a32 "Permission Denied" translated to es,fr,de and pt 2020-08-30 00:35:47 +02:00
joker-x
96d5fc98c0 Enforce manageCampaigns global permission in campaigns model 2020-08-30 00:04:31 +02:00
joker-x
21976bd8f7 Enforce manageUsers global permission in users model 2020-08-29 23:56:40 +02:00
joker-x
630ae7290a Enforce manageTemplates global permission in templates model 2020-08-29 23:50:38 +02:00
joker-x
7aa7b1ac41 Enforce manageLists global permission in lists model 2020-08-29 23:46:04 +02:00
joker-x
16665536c0 Enforce manageChannels global permission in channels model 2020-08-29 23:36:40 +02:00
joker-x
e0edcda3dd Enforce manageReports global permission in reports model 2020-08-29 23:30:57 +02:00
joker-x
f1b45530ed Enforce manageNamespaces global permission in namespaces model 2020-08-29 23:25:01 +02:00
joker-x
c13d4df521 Revert to mangeEntity 2020-08-29 23:04:42 +02:00
Lawrence Elitzer
e3c11476fb Add template rendering to widget 2020-08-29 09:04:59 -05:00
Lawrence Elitzer
7a765018f2 Fix subscription widget 2020-08-29 07:49:18 -05:00
Tomas Bures
5a42756b12
Merge pull request #929 from Britaliope/fix-enum-fields
(v2) fix: "Enum" fields (drowdown and radio) does not render correctly
2020-08-28 08:22:32 +02:00
joker-x
781f312467 Change permissions names from manageXXX to displayManageXXX, except manageSettings and manageBlacklist 2020-08-27 21:08:01 +02:00
joker-x
ead7bbf9dd Allow to hide menus with globals permissions. Fix: 940 2020-08-27 19:48:15 +02:00
Tomas Bures
613a6fb1f0
Merge pull request #935 from podemos-info/api
API Improvements (v2)
2020-08-26 11:58:48 +02:00
joker-x
543f05028e Fix path 2020-08-25 23:09:35 +02:00
joker-x
62f6ef4559 Use the new module and uninstall shortid 2020-08-25 23:03:35 +02:00
joker-x
8b900c94ba Reemplace shortid with nanoid in background with alphabet and length configurable #810 2020-08-25 22:53:53 +02:00
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
Bruno MATEU
8622208d44 fix enum fields not rendering correctly 2020-08-03 12:01:55 +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
Gerben
a92b08ddb4
Fix plain text generation 2020-07-28 17:26:47 +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
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
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