renovate[bot]
047484a51b
Pin dependencies ( #21 )
2019-09-03 16:53:48 +08:00
Fabien O'Carroll
192f27b5bd
Published new versions
...
- @tryghost/members-auth-pages@1.1.0
- @tryghost/members-browser-auth@0.2.0
- @tryghost/members-theme-bindings@0.2.3
2019-07-09 18:45:57 +08:00
Fabien O'Carroll
550ea70c9c
Allowed auth-pages to update location from message
...
refs #36
This will allow the members-browser-auth library to post messages to the
auth-pages iframe, asking it to update the location from inside the
frame.
2019-07-09 18:44:53 +08:00
Fabien O'Carroll
f89677b1ce
Published new versions
...
- @tryghost/members-auth-pages@1.0.0
2019-07-09 15:49:47 +08:00
Fabien O'Carroll
54560050c6
Updated auth-pages to use new members static url ( #35 )
...
refs https://github.com/TryGhost/Ghost/issues/10886
Since updating the static pages, the auth pages would be broken, this
updates them to correctly parse and load the static urls.
2019-07-09 15:49:05 +08:00
Fabien O'Carroll
f220ee10c7
Published new versions
...
- @tryghost/members-api@0.1.2
- @tryghost/members-auth-pages@0.2.2
- @tryghost/members-browser-auth@0.1.2
- @tryghost/members-gateway-api@0.1.3
- @tryghost/members-gateway-protocol@0.1.2
- @tryghost/members-theme-bindings@0.2.0
2019-06-25 14:22:42 +07:00
Renovate Bot
d582e03743
Update dependency grunt to v1.0.4
2019-05-13 01:28:42 +00:00
Fabien O'Carroll
8728a677c5
Published new versions
...
- @tryghost/members-auth-pages@0.2.1
2019-05-08 11:47:13 +02:00
Fabien O'Carroll
1ae43a9ce0
Added blank.js to root of auth-pages
...
no-issue
This is so we have a valid js file for node require resolution
2019-05-08 11:45:33 +02:00
Fabien O'Carroll
497934bb6a
Renamed app.js back to index.js
...
no-issue
Preact was having issues when the entrypoint wasn't named index.js
2019-05-08 11:43:13 +02:00
Fabien O'Carroll
fddc13bca1
Published new versions
...
- @tryghost/members-auth-pages@0.2.0
2019-05-07 18:09:44 +02:00
Fabien O'Carroll
00ed51f157
Added blank index.js file
...
no-issue
This is to ensure that node can correctly resolve the module
2019-05-07 18:08:37 +02:00
Fabien O'Carroll
4633ea06e4
Published new versions
...
- @tryghost/members-api@0.1.1
- @tryghost/members-auth-pages@0.1.2
2019-05-07 17:40:25 +02:00
Fabien O'Carroll
9507aeb10f
Published new versions
...
- @tryghost/members-auth-pages@0.1.1
2019-05-07 17:36:02 +02:00
Fabien O'Carroll
e511fcf4d9
Renamed index.js to app.js
...
no-issue
This is so when requiring the module we don't require a preact app in
2019-05-07 17:35:17 +02:00
Fabien O'Carroll
adf8da686a
Updated package.json to match packages
...
no-issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
07e15b8f68
Added blank index.js
...
no-issue
This is to ensue the module is a valid node module
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
2731953423
Included dist and index.js in package files array
...
no-issue
This is to ensure the dist directory is including the the tarball for
npm, and that the module has an index.js file so it can be
requires/resolved
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
3679f10783
Fixed clean script to use dist directory
...
no-issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
fd07779c1e
Renamed index.js to app.js
...
no-issue
This is so when requiring the module we don't require a preact app in
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
3f71eccc77
Updated output public path to use root
...
no-issue
When installing this module in another project, we want to serve the
entire `dist` directory as-is, on whichever path we want, rather than
enforicing a /static after the relative part.
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
b31162b182
Renamed package to @tryghost/members-auth-pages
...
no-issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
341d4294fc
Updated to preact-cli@next
...
no-issue
This version includes support for workspaces
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
31d8ab12d7
Disabled linting temporarily
...
no-issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
1bad6dee4e
Fixed linting for auth-pages
...
no-issue
2019-05-07 17:15:50 +02:00
Zimo
d805f93c14
Updated members payment failed copy and style
...
no-issue
2019-05-07 17:15:50 +02:00
Rish
0872ff4e9b
Updated signup flow to handle invalid payments
...
no issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
946514d630
Updated members auth pages to use gateway-protocol ( #10695 )
...
no-issue
This swaps out a hand copied library with the published one on npm
2019-05-07 17:15:50 +02:00
Zimo
0db210ab68
Added close event on member pages background click
2019-05-07 17:15:50 +02:00
Peter Zimon
25e5a31d91
Members refine buttons ( #10692 )
...
* Members: disabled signup button during signup
* Members: disabled non-Stripe signup button during signup
* Members: added check to Log in button logged in state
2019-05-07 17:15:50 +02:00
Zimo
e163f527a0
Updated mobile styles for members upgrade screen
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
ce68df5462
Fixed subscription issue with null coupons
...
no-issue
Coupons were being sent as null to the api, so we support non required fields
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
9692a0f066
Added default disabled state of false to FormInput
...
no-issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
9a842cab7c
Removed unused onClick handler in StripeSubscribePage
...
no-issue
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
eb0463b119
Added coupon support to StripeSubscribePage
...
no-issue
Only shows the (disabled) input when a coupon is available
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
5cb9850784
Cleaned up render{Subscribe,Upgrade}Page
...
no-issue
- ensured promises are returned
- removed unused prop
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
f0f1583817
Added CouponInput component
...
no-issue
This can be used in the subscribe pages to pass coupon info through
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
5b063659d0
Added support for disabled form elements
...
no-issue
This can be used for a coupon input in future
2019-05-07 17:15:50 +02:00
Rish
f3722b6979
Added spinner on member signup pages
...
no issue
2019-05-07 17:15:50 +02:00
Rish
ab2f65e5a5
Updated member signin page to show logged in status
...
no issue
2019-05-07 17:15:50 +02:00
Zimo
26728c50a8
Added fade in for signup complete page
2019-05-07 17:15:50 +02:00
Peter Zimon
09fde87ad9
Members refinements ( #10689 )
...
* Updated close animation speed for members pages
* Updated responsive styles for members mobile screens
* Adding spinner CSS to members pages
* Adding members signup complete page
2019-05-07 17:15:50 +02:00
Rish
19f243aed1
Refactored members auth flow with dynamic settings
...
no issue
- Updated members auth flow UI
- Updated members settings and routing to be dynamic
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
33c574f257
Added support for serverside rendering of members content ( #10522 )
...
no-issue
- Added member auth middleware to siteApp
- Passed member as context in routing service
- set Cache-Control: private for member requests
- fucked up some tests
- Added member as global template variable
- Updated tokens to have expiry of subscription_period_end
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
b51b6b1d43
Added upgrade page to members auth ( #10513 )
...
no-issue
2019-05-07 17:15:50 +02:00
Zimo
3fbe1981d0
Applying basic styles to members popups
...
no issue
2019-05-07 17:15:50 +02:00
Rish
84d09e7dc6
Updated members modal UI structure
...
no issue
2019-05-07 17:15:50 +02:00
Rishabh Garg
7d826c4b44
Updated signup page for members ( #10493 )
...
no issue
* Added new subscribe page with stripe integration
2019-05-07 17:15:50 +02:00
Fabien O'Carroll
b1a1f61d5d
Refactored auth pages for future flows ( #10458 )
...
no-issue
* Used camelCase for gateway method calls
* Added some components for building blocks of forms
* Added input specific components
* Added Form component
This handles collecting the data to submit and sharing state between forms
* Added Pages component to handle urls
* Added the pages for the popup
* Added MembersProvider component
This is designed to give its children access to gateway methods
* Added Modal component
This wraps the pages and handles dispatching form submissions to the members gateway
* Refactored index.js to use new components/pages
* Fixed default page from Signup -> Signin
2019-05-07 17:15:50 +02:00
Rish
0755036926
Fixed console getting cleared on dev start
...
closes https://github.com/TryGhost/Ghost/issues/10409
- Removed `clearConsole` on preact cli
2019-05-07 17:15:50 +02:00