Kailash Nadh
|
1f693b80f7
|
Add a default public archive template.
|
2022-12-25 16:07:12 +05:30 |
|
Kailash Nadh
|
96d30d6725
|
Update issue templates
|
2022-12-25 14:10:57 +05:30 |
|
Kailash Nadh
|
49f20f33db
|
Fix broken sorting in list query. Closes #1076.
- Replace "%s %s" sprintf substitution in some raw SQL queries with named
string replace params. Eg: `%order%`.
|
2022-12-25 14:04:43 +05:30 |
|
Kailash Nadh
|
4dee2e9a1b
|
Fix per_page=all in API calls in the paginator lib.
Closes #1098.
|
2022-12-25 00:43:58 +05:30 |
|
Jorge - vitrubio
|
396f85d273
|
updated spanish translation (#1119)
|
2022-12-24 21:44:38 +05:30 |
|
Jorge - vitrubio
|
ba46769fcf
|
updated italian translation (#1118)
|
2022-12-24 21:36:24 +05:30 |
|
Johannes Filter
|
8a2d053353
|
Fix misleading German translation (#1115)
The word `erfolgreich` (successfully) implies the user is already confirmed, even though s/he still has to click on the confirmation link.
|
2022-12-21 20:00:33 +05:30 |
|
p_0g_8mm3_
|
c773dc0abc
|
Fix maintenance settings title (#1096)
|
2022-12-11 10:07:47 +05:30 |
|
dependabot[bot]
|
e71c060b69
|
Bump express from 4.17.1 to 4.18.2 in /frontend (#1091)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-09 11:54:30 +05:30 |
|
dependabot[bot]
|
12b2bdf70a
|
Bump tinymce from 5.10.0 to 5.10.7 in /frontend (#1090)
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 5.10.0 to 5.10.7.
- [Release notes](https://github.com/tinymce/tinymce/releases)
- [Changelog](https://github.com/tinymce/tinymce/blob/5.10.7/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/5.10.7/modules/tinymce)
---
updated-dependencies:
- dependency-name: tinymce
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-12-09 09:58:53 +05:30 |
|
Kailash Nadh
|
a555fd3876
|
Fix nil tpl when campaign body is empty. Closes #1085.
|
2022-12-06 19:47:05 +05:30 |
|
Kailash Nadh
|
448f0e3428
|
Fix missing subscriber count in individual list GET API.
|
2022-11-27 23:07:40 +05:30 |
|
Kailash Nadh
|
8e3e1b9af8
|
Change naive ILIKE search to full text (unindexed) on lists and campaigns. Closes #1058.
|
2022-11-27 23:01:15 +05:30 |
|
Kailash Nadh
|
93260396c6
|
Silence health check error in Cypress tests.
|
2022-11-27 22:12:05 +05:30 |
|
Volkan Tokmak
|
175982443e
|
chore: fixes translations for Turkish language (#1063)
|
2022-11-27 18:15:32 +05:30 |
|
William Griffiths
|
18746b7116
|
Add Welsh to i18n (#1060)
* Add Welsh to i18n
* Fix template variable name
|
2022-11-26 12:13:34 +05:30 |
|
Diogo Correia
|
3a562749dd
|
Add Portuguese translations for v2.3.0 (#1061)
|
2022-11-26 12:12:30 +05:30 |
|
p1slave
|
3a89bfd54b
|
Update zh-CN.json (#1062)
|
2022-11-26 12:11:39 +05:30 |
|
davidesteve
|
d6a3635192
|
Update ca.json (#1059)
Update Catalan version for v2.3.0 #1039
|
2022-11-25 14:42:37 +05:30 |
|
Marcin Kunert
|
8f8e83fbb6
|
Update Polish translation (#1055)
|
2022-11-24 12:32:49 +05:30 |
|
Роман
|
a42f635ae7
|
Update ru.json (#1054)
|
2022-11-23 22:16:01 +05:30 |
|
Kailash Nadh
|
8d4a5751d8
|
Fix broken single list fetch API.
|
2022-11-22 23:11:20 +05:30 |
|
MickGe
|
e60b38527c
|
Update fr i18n file (#1050)
|
2022-11-22 13:28:47 +05:30 |
|
Rafael Slonik
|
4b551ef679
|
pt-BR.json v2.3.0 (#1046)
|
2022-11-21 17:33:38 +05:30 |
|
NicoHood
|
de2e5a11aa
|
Update german translation (#1045)
|
2022-11-21 11:38:51 +05:30 |
|
Kailash Nadh
|
395ae987da
|
Update cs-cz i18n file. Co-authored-by: Lumir Srch <srchlm@its.cz>
|
2022-11-20 11:25:13 +05:30 |
|
Kailash Nadh
|
d30ef227ad
|
Include archive params when cloning campaigns on the UI. Closes #1026.
|
2022-11-20 11:14:13 +05:30 |
|
Kailash Nadh
|
73bb6081fc
|
Add helper button on campaign UI to fill default archive meta JSON.
|
2022-11-20 11:14:13 +05:30 |
|
vados
|
c52a06728c
|
i18n(jp): update for 2.3.0 release (#1042)
|
2022-11-19 17:17:16 +05:30 |
|
Joice
|
b2853fd67f
|
Adds malayalam strings localized (#1041)
|
2022-11-19 17:16:31 +05:30 |
|
Kailash Nadh
|
4f2f419ae2
|
Include send_at when cloning campaigns on the UI. Closes #1027.
|
2022-11-19 17:01:07 +05:30 |
|
Kailash Nadh
|
6fcb4ff978
|
Add archive page link icon next to campaign archive toggle on UI. Closes #1028.
|
2022-11-18 23:45:49 +05:30 |
|
Kailash Nadh
|
2761a5e033
|
Fix modal overflow issue on bulk list popup UI. Closes #1030.
|
2022-11-18 23:25:49 +05:30 |
|
Kailash Nadh
|
1e90feecaf
|
Show send_at on archive page for scheduled campaigns. Closes #1036.
|
2022-11-18 23:12:53 +05:30 |
|
Kailash Nadh
|
832a426f4c
|
Fix settings Cypress test.
|
2022-11-10 23:51:19 +05:30 |
|
Kailash Nadh
|
af4b532a00
|
Add version to public css for cache busting.
|
2022-11-10 23:43:59 +05:30 |
|
Kailash Nadh
|
a8193d80c8
|
Tidy go.mod
|
2022-11-10 23:31:15 +05:30 |
|
Kailash Nadh
|
d1307c6a2c
|
Add missing RSS icon.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
818f2c9d8e
|
Add public archive on/off toggle to settings.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
f958f3d24b
|
Add RSS feed to the public mailing list archive.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
438568eeb0
|
Add global site name setting to render name on public pages.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
eac1240437
|
Exclude opt-in campaign from public archive.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
23fb178ec4
|
Add subscription/archive links to public pages.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
ebf63b5bed
|
Disable archiving on opt-in campaigns.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
eaaca05f36
|
Fix archive template selection in campaign creation query.
|
2022-11-10 23:30:53 +05:30 |
|
Kailash Nadh
|
56a9836e86
|
Integrate paginator library in place of custom pagination function.
|
2022-11-10 23:30:50 +05:30 |
|
Kailash Nadh
|
9add728b08
|
WIP: Add support for publishing campaigns to publish archives.
|
2022-11-10 23:30:11 +05:30 |
|
Kailash Nadh
|
74322cda36
|
Fix e-mail From/Return-Path envelope sender. Closes #908, closes #1008.
|
2022-11-10 00:01:24 +05:30 |
|
Kailash Nadh
|
c2d41e0671
|
Remove redundant test code.
|
2022-11-09 23:30:13 +05:30 |
|
Kailash Nadh
|
d613bb5a44
|
Make font size of certain on the settings UI consistent.
|
2022-11-09 23:29:29 +05:30 |
|