Rishabh
c88a073a5c
Wired delete and owner actions for staff users in adminX
...
refs https://github.com/TryGhost/Team/issues/3351
- allows owners/admins to delete users based on their permission level
- allows admins to be made owner users only if owner is logged in
2023-06-06 09:20:45 +05:30
Jono Mingard
885531b345
Added e2e tests for most simple AdminX settings
2023-06-06 15:50:07 +12:00
Jono M
089a3f7aaf
Added playwright config to admin-x-settings ( #16941 )
...
no issue
2023-06-06 11:29:28 +12:00
Simon Backx
ab0c33346d
Fixed signup form minimal width in preview
...
no issue
2023-06-05 18:10:19 +02:00
Simon Backx
1e7b658148
Updated sign up form to use resized version of icon
...
fixes https://github.com/TryGhost/Team/issues/3345
The icon is now served as a 128x128px version
2023-06-05 17:59:18 +02:00
Peter Zimon
ae6a2ba0cc
Added notification to user invitations
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:54:53 +02:00
Simon Backx
9aef897936
Increased virtual iframe width of minimal signup form preview
...
no issue
Because the signup form is responsive, it is displayed too small in the preview. To counteract this, the width of the iframe is increased to 200%, and clipped to make it larger.
2023-06-05 17:37:43 +02:00
Peter Zimon
e0dca2e0c7
Cleanup test code from AdminX
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:33:20 +02:00
Peter Zimon
250312c82b
Added react-hot-toast to AdminX Design System
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:31:26 +02:00
Peter Zimon
5ad8e71cba
Added toasters to AdminX Design System
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 17:31:25 +02:00
Daniel Lockyer
6c3517f67a
Removed unused top-gh-contribs
dependency
...
- this is currently unused so we can clean it up
2023-06-05 15:58:51 +02:00
Simon Backx
b641859242
Released Signup Form v0.0.2
2023-06-05 15:30:05 +02:00
Daniel Lockyer
2b488945da
Fixed missing newline
2023-06-05 15:25:54 +02:00
Simon Backx
22f4d55f75
Added throttling and animation when updating signup form preview
...
fixes https://github.com/TryGhost/Team/issues/3378
2023-06-05 15:24:59 +02:00
Daniel Lockyer
c2c6e54578
Fixed line endings in Croatian translation files
...
- these should be LF and not CRLF
2023-06-05 15:22:39 +02:00
May Kittens Devour Your Soul
dbac82dd36
Added Croatian translations ( #16928 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 14:40:46 +02:00
renovate[bot]
4834f77f0f
Update dependency mailgun.js to v9
2023-06-05 14:34:16 +02:00
Ronald Langeveld
acb309679d
Updated Afrikaans translations for Portal
...
no issue
2023-06-05 14:01:47 +02:00
Ronald Langeveld
b3c270e7ed
Updated Afrikaans translations for ghost
2023-06-05 14:00:56 +02:00
Ronald Langeveld
3984dc2b11
Updated Afrikaans translations for Signup-form
...
no issue
2023-06-05 14:00:56 +02:00
Mysterious_Dev
7720ac6b10
Updated French translations for signup-form
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:51:18 +02:00
Naz
2390afc6f1
Added automatic collection recalculation
...
closes https://github.com/TryGhost/Team/issues/3170
- When resources that are related to automatic collection filter are updated the posts in collections should be updated as well.
- This change adds a super-basic way to track changes in post/tag/author resources and updated all automatic collections when any of those resources change. In the future we can optimize the update process to be more performant, but it's good enough for current needs
2023-06-05 18:33:39 +07:00
Keegan Sand
4d3c7d3177
Updated Spanish Portal translations
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:18:23 +02:00
Raka Afp
793ab34c81
Updated Bahasa Indonesia translations for signup-form ( #16932 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:09:41 +02:00
EchoBilisim
8133360020
Updated Turkish translations for signup-form
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:04:07 +02:00
Gary Lai
04e76eced4
Added traditional Chinese translatinos for signup-form ( #16926 )
...
refs https://github.com/TryGhost/Team/issues/2795
2023-06-05 13:01:45 +02:00
Sodbileg Gansukh
f4c109cfb2
Added small improvements to the image editor UI
...
refs https://github.com/TryGhost/Team/issues/3208
- added maximum width limit to the editor stage, so the image doesn't get under the editor controls
- made the crop indicator a bit bigger
- fixed image alignment for the vertical layout
2023-06-05 18:27:31 +08:00
Ronald Langeveld
52150d5ffb
Fixed Signup Embed iFrame not loading in Safari ( #16935 )
...
refs https://github.com/TryGhost/Team/issues/3375
- Fixed a safari bug that caused the signup embed iframe to be in the
`onLoad` state perpetually, causing it not to render.
2023-06-05 12:01:55 +02:00
Peter Zimon
ffe5cd765a
Updated user role in AdminX settings
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 11:53:06 +02:00
Peter Zimon
c6a5ada5cc
Updated user cover and profile image position
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 11:48:56 +02:00
Peter Zimon
2fe6ccbc22
Wired up user cover and profile image actions
...
refs. https://github.com/TryGhost/Team/issues/3351
2023-06-05 11:45:47 +02:00
Naz
c86859d0a7
Added test coverage to automatic collections
...
refs https://github.com/TryGhost/Team/issues/3170
- The test confirms relational filters like `tag:kitchen-sink` filtering works for automatic collections
2023-06-05 16:37:17 +07:00
Naz
3599cfdd7a
Added test coverage for collection updates
...
refs https://github.com/TryGhost/Team/issues/3170
- When the collection filter is updated the collection's posts should be updated automatically.
2023-06-05 16:23:02 +07:00
Ghost CI
67fdff479b
Merged v5.50.0 into main
2023-06-05 08:58:32 +00:00
Ghost CI
7170b2489e
v5.50.0
2023-06-05 08:58:31 +00:00
Kevin Ansfield
bbd511b752
✨ Added beta of the new Ghost editor ( #16923 )
...
no issue
Keep an eye on Ghost's changelog (https://ghost.org/changelog/ ) for the full feature announcement.
2023-06-05 09:46:31 +01:00
Daniel Lockyer
47b4d5be8b
Updated lockfile
2023-06-05 10:42:23 +02:00
Kevin Ansfield
8167e7dc5e
Fixed lexical rendering bugs
...
closes https://github.com/TryGhost/Team/issues/3373
closes https://github.com/TryGhost/Team/issues/3374
- fixes rendering of contiguous linebreaks
- fixes rendering of multiple nested formats when using latest jsdom release
2023-06-05 10:42:15 +02:00
Naz
1968296410
Added type:post
enforcement when fetching posts for collections
...
refs https://github.com/TryGhost/Team/issues/3148
- Collections should never ever operate on pages, so limiting them at the fetch stage is the bes possible place, so they don't enter the system when an automatic collection is created.
2023-06-05 15:04:57 +07:00
Naz
260ca0548a
Added test coverage to automatic collections
...
refs https://github.com/TryGhost/Team/issues/3170
- The test confirms `published_at` filtering works for automatic collections
2023-06-05 14:59:49 +07:00
Naz
bfefcfd4df
Added automatic collection creation based on filter
...
refs https://github.com/TryGhost/Team/issues/3170
- This implementation allows to create an automatic collection with a filter defining automatically populated posts that belong to a collection
- To populate collection using a filter the API client can send a `filter` property along with a collection request
- Filter values are compatible with the filters used in Content API (https://ghost.org/docs/content-api/#filter )
2023-06-05 13:39:52 +07:00
Naz
6e224f3702
Added automatic collection validation
...
refs https://github.com/TryGhost/Team/issues/3170
- When an automatic collection is created it should always have a valid filter assigned
2023-06-05 13:39:52 +07:00
Naz
f64276b26e
Added basic test an automatic collection
...
refs https://github.com/TryGhost/Team/issues/3170
- This test confirms we can create a collection with "automatic" type and assign a "filter" value to it
2023-06-05 13:39:49 +07:00
Rishabh
c2371b4841
Wired suspend user action on user detail modal in adminX
...
refs https://github.com/TryGhost/Team/issues/3351
- wires Suspend/Un-suspend user action on user detail modal
- adds running state for task buttons in modal
- adds api to delete and suspend/un-suspend users
2023-06-05 10:09:37 +05:30
Rishabh
2b0a6bc454
Wired user invite modal in admin-x
...
refs https://github.com/TryGhost/Team/issues/3351
Allows logged in user to send invites to new users, with allowed roles that can be invited restricted based on the role of logged in user.
2023-06-04 15:49:34 +05:30
Daniel Lockyer
8bf113930f
Updated lockfile
2023-06-04 10:17:54 +02:00
Kevin Ansfield
2fb68ada83
Fixed lexical rendering bugs
...
closes https://github.com/TryGhost/Team/issues/3373
closes https://github.com/TryGhost/Team/issues/3374
- fixes rendering of contiguous linebreaks
- fixes rendering of multiple nested formats when using latest jsdom release
2023-06-02 16:33:14 +01:00
Ghost CI
6ac848195c
v5.49.3
2023-06-02 15:02:42 +00:00
Simon Backx
d4f82f8b88
Added copy on click to textarea in signup form embed modal
...
no issue
2023-06-02 16:31:30 +02:00
Simon Backx
fc5af7e7f8
Removed notification when copying signup form embed code
2023-06-02 16:21:20 +02:00