Ghost/core/server/public
Naz Gargol e277c6bad3
Added member's subscription cancellation helper {{cancel_link}} (#11434)
no issue

- The helper allows generating HTML needed to cancel or continue the member's subscription depending on subscription state.
- Added public members endpoint to allow updating subscription's `cancel_at_period_end` attribute available at: `PUT /api/canary/members/subscriptions/:id/`
- Added client-side hook to allow calling subscription cancellation. Allows to create elements with `data-members-cancel-subscription` / `data-members-continue-subscription` attributes which would call subscription update.
- Updated schema and added migration for `current_period_end` column
- As discussed we only add a single column to  subscriptions table to avoid preoptimizing for future cases
- Added {{cancel_link}} helper
- Added error handling for {{cancel_link}} when members are disabled
- Added test coverage for {{cancel_link}} helper
- Bumped @tryghost/members-api version to 0.10.2. Needed to use `updateSubscription` middleware
- Bumped gscan to 3.2.0. Needed to recognize new {{cancel_link}} helper
2019-12-12 19:59:15 +07:00
..
404-ghost.png 💁🏻 Moveshared/ to server/public (#8273) 2017-04-07 13:21:41 +01:00
404-ghost@2x.png 💁🏻 Moveshared/ to server/public (#8273) 2017-04-07 13:21:41 +01:00
favicon.ico Updated default publication icon 2019-10-17 07:59:21 +02:00
ghost.css Refined mobile screen for unsubscribe 2019-11-16 16:39:26 +01:00
members.js Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
members.min.js Ensured events are not fired whilst being handled 2019-09-10 17:29:04 +08:00
robots.txt 🐛Disallowed indexing of preview pages (#9762) 2018-09-17 11:29:47 +02:00
sitemap.xsl Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00