Ghost/core/server
Fabien O'Carroll d4f71ade11 Added support for dynamic stripe checkout redirects
no-issue

You can now use `data-members-success` and `data-members-cancel` on any
element which also has a valid `data-members-plan` attribute to set the
cancel and success redirects for stripe checkout.

The value will be used similar to how a `href` attribute would be.

e.g.

On a page https://site.com/membership

An attribute of "/success" would redirect to https://site.com/success
An attribute of "success" would redirect to https://site.com/membership/success
An attribute of "https://site.com/whatever" would redirect to https://site.com/whatever
2019-10-03 17:36:33 +07:00
..
adapters Return correct error codes from storage adapter 2019-09-06 17:40:55 +01:00
api Added members POST API (#11189) 2019-10-03 11:15:50 +02:00
config 💡 Added canary api endpoint 2019-08-09 20:46:49 +05:30
data Improve visibility's default handling (#11183) 2019-10-02 11:08:10 +02:00
lib Added tests for bookmark card 2019-10-02 17:47:37 +01:00
models Improve visibility's default handling (#11183) 2019-10-02 11:08:10 +02:00
public Added support for dynamic stripe checkout redirects 2019-10-03 17:36:33 +07:00
services Removed check for isPaid flag 2019-10-02 11:22:29 +02:00
translations Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web Added members POST API (#11189) 2019-10-03 11:15:50 +02:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00