Peter Zimon
e5c968c51f
Updated member email font weight
...
no issue
2019-10-10 16:01:38 +02:00
Peter Zimon
1960c3d649
Updated member avatar initial fontsize
...
no issue
2019-10-10 15:59:21 +02:00
Rish
cb1c851f21
Added unsaved changes check to member details page
...
no issue
- Adds unsaved changes check to member detail page for write operations
2019-10-10 18:06:33 +05:30
Rish
5a609a785f
Enabled write operation for member name and note
...
no issue
- Allows editing member's name and note in admin
2019-10-10 17:29:35 +05:30
Rish
641dd35779
Updated subscription data in member details
...
no issue
2019-10-10 13:54:19 +05:30
Rish
2e01455413
Updated members lab settings design
...
no issue
- Extracts members lab settings from `Beta Features` section to its own section
- Adds new `fromAddress` field to members settings
2019-10-09 15:33:08 +05:30
Kevin Ansfield
a9e82b1f7e
🐛 Fixed "unsaved changes" modal when leaving a new post with no content ( #1358 )
...
no issue
- if you created a post by setting a title but did not enter anything into the editor body before trying to leave the editor you'd see an "unsaved changes" modal because the "scratch" value for the post mobiledoc is `null` but the post's real mobiledoc value is now a blank document as returned from the API
- adds a conditional reset of the `post.scratch` value after a successful save if the scratch value is blank
2019-10-09 10:53:57 +01:00
Naz Gargol
3aa260f92e
Hidden post visibility select from PSM for non editors ( #1357 )
...
no issue
- Limited visiblity to only those users who have the rights to edit post's visibility
2019-10-09 10:23:36 +02:00
Rish
341b23469d
Updated members requirePayment
flag naming
...
no issue
Renamed `requirePaymentBeforeSignup` flag to `requirePaymentForSignup`
2019-10-08 16:40:28 +05:30
Rish
b42dcb6da8
Updated members labs section
...
no issue
- Extracted members feature out of `Beta Features` section to its own
- Added new `requirePaymentBeforeSignup` flag to members settings
2019-10-08 16:25:01 +05:30
Rish
58e11f7b33
Added loading state for member subscription details
...
no issue
2019-10-07 17:56:32 +05:30
Rish
7313b9145f
Fixed members list sorting
...
no issue
2019-10-07 17:05:49 +05:30
Rish
a85129abc8
Fixed lint
...
no issue
2019-10-07 09:17:26 +05:30
Peter Zimon
0d57cfb4f2
Refined Stripe info in member details
...
no issue
- refined divider line color for member detail screen with multiple Stripe subscription
2019-10-05 13:10:06 +02:00
Peter Zimon
285a7ab851
Added empty Stripe info state for member details
...
no issue
2019-10-05 13:01:43 +02:00
Peter Zimon
8ac7500084
Refined member details screen
...
no issue
2019-10-05 12:41:47 +02:00
Rish
d9351f7292
Fixed members subscription amount default/empty value
...
no issue
2019-10-04 20:23:50 +05:30
Rish
3974dd5615
Updated member info to show multiple subscriptions
...
no issue
Displays details of multiple subscriptions of a member
2019-10-04 20:01:56 +05:30
Peter Zimon
b49683127c
Refined members import/export design
...
no issue
2019-10-04 13:55:52 +02:00
Peter Zimon
e542fcbca3
Updated member list and detail wording
...
no issue
2019-10-04 13:40:10 +02:00
Peter Zimon
9c21f1b60c
Refined members import/export button design
...
no issue
2019-10-04 13:28:10 +02:00
Peter Zimon
523b8e856f
Renamed post visiblity dropdown values for posts
...
no issue
2019-10-04 12:57:58 +02:00
Peter Zimon
d81b39e355
Updated members labs settings layout
...
no issue
2019-10-04 12:53:32 +02:00
Rish
c3a496fe9f
Added csv import/export for members
...
no issue
- Adds action view with import/export csv options
2019-10-04 15:14:20 +05:30
Rish
a561b6e66e
Updated members detail design
...
no issue
- Fixed bug with incorrect member count
- Added basic stripe info section
2019-10-03 23:17:52 +05:30
Rish
40fddac43c
Updated member model to use new subscriptions structure
...
no issue
Members API was updated to have new subscription structure, this updates model and its transformation to match it.
2019-10-03 23:10:42 +05:30
Rish
06e6e15cc5
Updated plan amount fields to allow empty values
...
no issue
2019-10-03 23:09:29 +05:30
Peter Zimon
c3e129c5da
Updated member list title copy
2019-10-03 13:59:19 +02:00
Peter Zimon
ce50606529
Updated member details screen design
...
no issue
2019-10-03 13:46:36 +02:00
Peter Zimon
495663c3c4
Udpated members list design
...
no issue.
2019-10-03 12:56:31 +02:00
Fabien O'Carroll
2d4b332e9c
Fixed import ordering for eslint
...
no-issue
2019-10-03 14:30:55 +07:00
Peter Zimon
bdc0330ccd
Added number check for Labs/Members price values
...
no issue
2019-10-02 14:52:41 +02:00
Peter Zimon
a29e687da6
Updated design for Labs/Members configuration
...
no issue
2019-10-02 14:52:41 +02:00
Rish
4a3fd90017
Updated members list/detail screens base structure
...
no issue
2019-10-02 17:05:57 +05:30
Naz Gargol
98da7e1f26
Content visibility configuration in labs ( #1346 )
...
no issue
- Changed members description to less verbose
- Added content visibility radio options to members configuration screen
- Moved setting of default visibility to server-side
- Default visibility setting when PSM is opened before making the first request to the server
2019-10-02 11:13:59 +02:00
Rish
e49a12cfa0
Updated member detail screen design
2019-10-02 09:30:21 +05:30
Rish
204e10c114
Updated members list screen design
2019-10-02 09:30:21 +05:30
Naz Gargol
cdb87e5112
Added PSM visibility input ( #1344 )
...
refs 80f7e0b19e
- Added visibility input in PSM to control content access level for members
- Added default post visibility in editor. To be changed (moved to server-side) once `defaultContentVisibility` is available in settings service
- Added `visibility` property to post model & mirage
2019-10-01 15:00:53 +02:00
Peter Zimon
e81fe47bfd
Fixed "Upgrade now" button length in pro menu
...
no refs.
- fixed the issue that the "Upgrade now" button shown to Ghost(Pro) users was too wide in the updated Admin sidebar
2019-10-01 12:25:17 +02:00
Peter Zimon
e89789fbe0
Cleanup forms input CSS commit
2019-09-30 13:18:33 +02:00
Peter Zimon
834f2aa976
Fixed line height for textareas and post title
...
no refs.
2019-09-30 11:52:33 +02:00
Peter Zimon
e8cdec28ae
Refined login form sizes and colors
...
no refs.
2019-09-30 11:30:45 +02:00
Peter Zimon
775c16eccc
Fixed Ghost(Pro) menu icon color in navigation
...
no refs.
2019-09-30 10:56:44 +02:00
Rish
1cc3b2ed7e
🐛 Fixed tag with # not generating "hash-" prefix at tag screen
...
closes https://github.com/TryGhost/Ghost/issues/11105
- Updates slug generation on tag screen to add "hash-" prefix for tags with name starting from #
2019-09-23 19:58:11 +05:30
Fabien O'Carroll
e6db09620e
Added guard against undefined member name ( #1322 )
...
no-issue
This is causing issues since we removed the name property from member
objects. This change stops admin crashing out, but a more correct
handling of the missing name property should happen at a later point.
2019-09-12 16:33:03 +08:00
Kevin Ansfield
06cb0bd14e
Allowed "view site" request to save cookies in cross-origin requests
...
no issue
- adds `credentials: 'include'` option to `fetch()` which instructs browsers to save cookies in the POST response in cross-origin requests (default is `'same-origin'`)
2019-09-09 17:01:26 +01:00
Peter Zimon
8af364e45d
Added bookmark card styles to "What's new" modal
...
no refs.
- bookmark cards were displayed incorrectly in the "What's new" popup due to missing styles. This adds the necessary styles for it.
2019-09-05 09:41:58 +02:00
Peter Zimon
fa04ad0ae8
Fixed alignment of avatar badge
...
no refs.
- fixed the aligment of the "What's new" badge on the account menu
2019-09-05 09:30:40 +02:00
Peter Zimon
75035890f1
Fixed registration flow SVG stroke color
...
no refs.
- fixes a visual bug that the checkmark icon's stroke color during the registration flow was #000 . The bug was a sideeffect to the latest ember-svg-jar module update.
2019-09-05 09:22:49 +02:00
Kevin Ansfield
4a11a72ea2
🐛 Fixed browser back button behaviour after clicking "x posts" on tags screen ( #1306 )
...
closes https://github.com/TryGhost/Ghost/issues/11057
- removed static "replace" configuration of posts/pages query params
- used the router service to register a `willTransition` event handler which handles conditional replaceState transition behaviour only when filters are changed whilst already on the posts/pages route
2019-08-29 11:10:09 +01:00