Chris Raible
e95c531e8b
🐛 Fixed member signup emails being sent with escaped subject line ( #16544 )
...
closes TryGhost/Team#2895
- this was caused by the subject line being passed through the i18n
translator, which was escaping the content
- passing in `interpolation: {escapeValue: false}` when retrieving the
value prevents the content from being escaped
- modified a test to ensure the subject line is not escaped
2023-04-04 10:12:28 -07:00
Simon Backx
d0042b550a
Fixed redirecting back to account home after sign in in Portal ( #16487 )
...
refs https://github.com/TryGhost/Team/issues/2674
When going to /#/portal/account when not signed in, you are redirected
to the login page. But once signed in, you aren't redirected back to the
account page. This fixes this issue by adding an extra and optional
redirect parameter when requesting a magic token via email.
This new parameter allows to override the default behaviour of using the
Referer HTTP header, which doesn't include the hash/fragment part of the
URL.
The referrer is already restricted to only allow redirects to the site,
not external URLs.
2023-04-04 18:07:37 +02:00
Simon Backx
3885cab977
Reduced color picker delay
2023-04-04 18:05:16 +02:00
Fabien "egg" O'Carroll
41e8c20d88
Deleted flakey test
...
refs https://github.com/TryGhost/Team/issues/2891
This test is failing more and more frequently and is being removed with the
intention of reinstating it once it has been fixed
2023-04-04 20:16:44 +07:00
Sanne de Vries
cb8032911c
Fixed spacing issue in email preview
...
No ref
2023-04-04 13:44:34 +02:00
Sanne de Vries
ae2622af6c
Updated email preview in Newsletter settings
...
Closes https://github.com/TryGhost/Team/issues/2830
2023-04-04 13:40:06 +02:00
Aileen Nowak
45b5c50c45
Fixed typo in german translation for portal
...
no issue
2023-04-04 11:05:50 +01:00
Simon Backx
7bc79ddb4e
Added basic UI to update portal signup term settings
...
refs https://github.com/TryGhost/Team/issues/2897
Hidden behind a feature flag. UI probably needs to be improved, but this is a good start.
2023-04-04 10:10:06 +02:00
Simon Backx
e13f052af8
Added Portal signup terms settings and migration ( #16545 )
...
fixes https://github.com/TryGhost/Team/issues/2885
fixes https://github.com/TryGhost/Team/issues/2896
fixes https://github.com/TryGhost/Team/issues/2877
This change adds the new portal_signup_terms_html setting and
portal_signup_checkbox_required setting and the corresponding migration.
2023-04-04 10:04:12 +02:00
Chris Raible
6b8f5fe7aa
🐛 Fixed UI bug when selecting specific recipients by label ( #16543 )
...
closes TryGhost/Team#2859
- when removing all selected labels/newsletters, the UI would uncheck
the Specific People checkbox and hide the label/newsletter selection
- this change forces the Specific People checkbox to be checked even if
no labels/newsletters are selected
- test enhanced to cover this specific edge case
2023-04-03 14:45:58 -07:00
Sanne de Vries
57fcfe76d8
Updated images in email template to be work with light/dark mode
...
refs https://github.com/TryGhost/Team/issues/2845
We needed to update the html out of the cards to include images for light
and dark mode, and then we've used CSS to show/hide them
Co-authored-by: Fabien "egg" O'Carroll <fabien@allou.is>
2023-04-04 00:32:08 +07:00
Simon Backx
a811d1173f
Updated post export analytics copy
...
no issue
2023-04-03 15:50:26 +02:00
Simon Backx
d06e3dca60
Added id column to post analytics export
...
refs https://github.com/TryGhost/Team/issues/2678
Also fixes snapshots
2023-04-03 14:50:43 +02:00
Simon Backx
136bf80168
✨ Added post analytics export
...
fixes https://github.com/TryGhost/Team/issues/2678
- Includes a new filename for the export (post-analytics instead of posts)
Co-authored-by: Fabien 'egg' O'Carroll <fabien@allou.is>
Co-authored-by: Sanne de Vries <sannedv@protonmail.com>
2023-04-03 14:39:11 +02:00
Simon Backx
aee909b054
Improved newsletter color picker in admin
...
refs https://github.com/TryGhost/Team/issues/2830
- Colors stay in the same order
- Auto color changes faster because direct usage of preset colors and no longer uses ordered colors
2023-04-03 14:18:50 +02:00
Simon Backx
bef310cb2a
Readded failing test
...
no issue
Test was failing and removed temporarily.
2023-04-03 11:35:40 +02:00
Sag
3393d3910c
Upgraded Koenig packages
...
no issue
2023-04-03 11:33:43 +02:00
Simon Backx
33237c4df7
Added newsletter auto border color and dynamic color picker
...
fixes https://github.com/TryGhost/Team/issues/2879
fixes https://github.com/TryGhost/Team/issues/2880
- Replaced black border color with 'auto' based on background color.
- When a color is 'auto', the color that are visible in the UI (color pciker) will be dynamic based on the background color.
2023-04-03 11:27:57 +02:00
Sanne de Vries
d11fca906c
Updated Dutch translations
...
No ref
2023-04-03 10:20:12 +02:00
Sanne de Vries
b8a8b7fd19
Updated newsletter footer section headings to use titleColor
...
Refs https://github.com/TryGhost/Team/issues/2830
2023-04-03 10:17:51 +02:00
Sagar Gupta
0c8f75686b
Fixed Public Preview Card in Lexical
2023-04-03 10:04:37 +02:00
Fabien 'egg' O'Carroll
a978f9f6b9
Moved posts export to analytics settings page ( #16539 )
...
refs https://github.com/TryGhost/Team/issues/2869
2023-04-03 13:35:56 +07:00
pavel
301a21106c
🎨 Improved scrollbar appearance in dark mode ( #16535 )
...
fixes #16444
2023-04-02 11:00:38 -04:00
John O'Nolan
5b1bf3ae0d
Added support for Polish and Spanish translations
2023-04-02 10:47:40 -04:00
Rodrigo Ponce de León
d98cb4803c
Added Spanish locale for Portal ( #16536 )
2023-04-02 10:46:44 -04:00
Anarion
ef820eaaed
Added Polish locale for Portal ( #16533 )
2023-04-02 10:46:24 -04:00
John O'Nolan
1ce416ad00
Added support for Czech translations
2023-04-02 10:42:22 -04:00
Tomáš Baránek
3792b1a175
Added Czech translations ( #16534 )
2023-04-02 10:40:47 -04:00
Sanne de Vries
f568d29119
Updated Dutch translations
...
No ref
2023-04-01 16:01:56 +02:00
Ghost CI
8140a7b227
v5.41.0
2023-03-31 17:00:56 +01:00
Ghost CI
77347a0adc
🎨 Updated Casper to v5.4.8
2023-03-31 17:00:56 +01:00
Daniel Lockyer
040c015796
Bumped Portal to v2.26.0
...
- contains i18n translations
2023-03-30 18:34:16 +02:00
Daniel Lockyer
456675dab7
Released Portal v2.26.0
2023-03-30 18:25:26 +02:00
Daniel Lockyer
d58ff309d0
Removed test.json translations
...
- these weren't really doing much and would become a nuisance to
newcomers
2023-03-30 18:20:39 +02:00
Daniel Lockyer
849027e255
Fixed strange whitespace character
2023-03-30 18:19:31 +02:00
Sanne de Vries
f21917697d
Reverted UI changes to post metrics export button in post list
...
Refs https://github.com/TryGhost/Team/issues/2780
- This functionality is being moved to Settings > Analytics
2023-03-30 18:16:07 +02:00
Daniel Lockyer
a1815cd6d6
Updated copy for locale input
2023-03-30 18:15:57 +02:00
Daniel Lockyer
5cd67f83ea
Added i18n labs flag
...
- this adds the labs flag and scaffolding to wire it into Ghost + Portal
2023-03-30 18:15:57 +02:00
Sam Lord
1d7572fed5
Data generator: Fixed the URL formatting for newsletter clicks
...
no issue
2023-03-30 16:49:19 +01:00
Sanne de Vries
e5fc4bd6ba
Updated email width in admin preview
...
Refs https://github.com/TryGhost/Team/issues/2846
2023-03-30 17:38:01 +02:00
Sanne de Vries
8eefaee591
Implemented newsletter customisation in admin preview
...
Refs https://github.com/TryGhost/Team/issues/2846
2023-03-30 17:34:01 +02:00
Paul Davis
86027fdb6f
Add Migrate app ( #16458 )
...
Adds the UI for self-serve migrations
2023-03-30 15:40:06 +01:00
John O'Nolan
9c2075d138
Need extra context for translating strings? Open this file!
2023-03-30 10:28:25 -04:00
Simon Backx
8a44e49c05
Added Dutch locale to Portal ( #16459 )
...
refs https://github.com/TryGhost/Team/issues/2795
Dutch translations for portal.json.
2023-03-30 10:02:25 -04:00
Ronald Langeveld
cbe97ad792
Added Afrikaans locale to Portal ( #16464 )
...
refs https://github.com/TryGhost/Team/issues/2795
WIP - getting some additional eyes on it 👨🏼🏫 .
---------
Co-authored-by: John O'Nolan <john@ghost.org>
2023-03-30 10:01:29 -04:00
Sodbileg Gansukh
83795edcad
Added Mongolian locale to Portal ( #16465 )
...
no issues
Co-authored-by: John O'Nolan <john@ghost.org>
2023-03-30 09:59:18 -04:00
Aileen Booker
3f23fefaf5
Added German locale for Portal ( #16469 )
...
refs https://github.com/TryGhost/Team/issues/2795
- Used informal form ('du')
Happy for feedback!!!
2023-03-30 09:58:01 -04:00
Peter Zimon
79bb55a737
Added Hungarian locale for Portal ( #16488 )
...
Hungarian translation for email contents and Portal.
2023-03-30 09:57:09 -04:00
Fabien 'egg' O'Carroll
0f72816951
Newsletter email template customisation ( #16523 )
...
Refs https://github.com/TryGhost/Team/issues/2845
Co-authored-by: Sanne de Vries <sannedv@protonmail.com>
2023-03-30 15:33:46 +02:00
Sanne de Vries
4ffb8509b9
Moved inline koenig styles to styles-old.hbs
...
Refs https://github.com/TryGhost/Team/issues/2845
- In order to have more control over koenig card styling, we're moving some of the inline styles from the koenig repo over to the dedicated email style files.
2023-03-30 12:14:44 +02:00