Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TryGhost/Members


https://github.com/TryGhost/Members

Fixed types for StripeAPIService

no-issue

07f60c59229bcff82e08ec51635ca436572fdede authored over 3 years ago
Removed unused plan related code

refs https://github.com/TryGhost/Team/issues/657

This code is no longer used since we got rid o...

07ce4c9ac35a0854f1e2d88ee40f5a065670d279 authored over 3 years ago
Published new versions

- @tryghost/[email protected]

fa36a810c4bbd8046bf5e5cd63ceacab288ac3ae authored over 3 years ago
Removed environment checks from webhook service

refs https://github.com/TryGhost/Team/issues/598
refs https://github.com/TryGhost/Ghost/commit/5...

a65da9980f12b810098b0ac9217005205ae6b5b8 authored over 3 years ago
Published new versions

- @tryghost/[email protected]

22c4e9e4984015e268cb366af91f6bbb4348e3a4 authored over 3 years ago
Populated members_{monthly,yearly}_price_id settings

refs https://github.com/TryGhost/Team/issues/698

As this migration relies on the `stripe_prices...

a850faefc93eb80b431ddae6c3258f888fb9dab1 authored over 3 years ago
Published new versions

- @tryghost/[email protected]

6ef123440460af836410c8d33799aa49bd400068 authored over 3 years ago
Removed use of 'comped' status for Members

refs https://github.com/TryGhost/Team/issues/693

With the new system of Custom Products, the co...

66540d2dec76e9430b9733fbdd61c4a2df1086a9 authored over 3 years ago
Published new versions

- @tryghost/[email protected]

3ec671584a8e925640d30c0e7cacabf2d8b8e3fb authored over 3 years ago
Fixed finding newly created zero-amount price

no-issue

The condition in the find statement was incorrecly referring to the
subscription rathe...

8216b70f3a3f21b08ad782aadfbe0e3da98633ce authored over 3 years ago
Published new versions

- @tryghost/[email protected]

e61521e4e0248aa7a9505c0f9589cd737b08609e authored over 3 years ago
Updated webhook service to work with multiple products

no-issue

Since we do not necessarily have a single stripe product anymore, we
should be checkin...

1cee15f1d88102c6ba0ff7a7e01d7aef1047f1d3 authored over 3 years ago
Mapped Stripe Product name to Product name

closes https://github.com/TryGhost/Team/issues/682

This ensures that the Stripe Product name is...

a2319671e95e55fd505d40a1afcc00a7b212a06a authored over 3 years ago
Removed unused stripe-plans service

no-issue

This module is no longer used!

8aa0789d69c43192e03bb24577f2209d5f0118d3 authored over 3 years ago
Updated setComplimentary to work with new system

closes https://github.com/TryGhost/Team/issues/650

Despite the fact we're getting rid of the co...

cba32f99c2f401e0b63737a53c12082b72b6a994 authored over 3 years ago
Published new versions

- @tryghost/[email protected]

05db32152893ef084d942a1c0d05ad0926a5dd61 authored over 3 years ago
Added labels and products to fetched member identity data (#271)

refs https://github.com/TryGhost/Team/issues/581
refs https://github.com/TryGhost/Team/issues/5...

77ae220db183f6b3b3fc5d82c24844d248daa5dd authored over 3 years ago
🐛 Fixed potential member data loss when assigning geolocation data

no issue

- `setMemberGeolocationFromIp()` was passing a raw model instance through to `users.up...

487516480b4aaf85405d02ad97f40de9872fd080 authored over 3 years ago
Update dependency node-jose to v2

5dc356e69fd86685bd1673f9b22544e6e7ef06b8 authored over 3 years ago
Added support for un/archiving Prices

https://github.com/TryGhost/Team/issues/665

We update both Stripe and our database based on the...

bd509dede597903b2031c13af2a669640389d629 authored over 3 years ago
Update actions/setup-node action to v2

8729d1aef96226e39d47fa0aa1267a6837888501 authored over 3 years ago
Added prices object to logged in member's identity data

refs https://github.com/TryGhost/Team/issues/637

As we move away from `plan` data to `prices`, ...

6490242695212b5fabeeb5c93d1ad7ed4c8ac379 authored over 3 years ago
Added migration for stripe plans to custom prices

refs https://github.com/TryGhost/Team/issues/637

- Adds one-off migration that reads from curre...

67a21e2f01d10dd0cd3188fdbae096149c79f099 authored over 3 years ago
Updated APIs to use price ids

refs https://github.com/TryGhost/Team/issues/637

All the APIs that currently work with price na...

0044dda7dedb780d4bd083db6f8aef6f596e8b48 authored over 3 years ago
Added description to product repository

refs https://github.com/TryGhost/Team/issues/586
refs https://github.com/TryGhost/Ghost/commit/b...

8cfbf2711cd6826ba44f2b0adb1ccab5d326c1e1 authored over 3 years ago
Published new versions

- @tryghost/[email protected]

ed8163c01d51ff5a74c6e8dd3dc3b568ce52fcdf authored almost 4 years ago
Fixed update method for Products repository

no-issue

When updating a Product we can pass existing Stripe Prices, these will
either be addin...

27070e29c287c41827b2f29832ab54e82a671f65 authored almost 4 years ago
Added createSubscription method to member repo

refs https://github.com/TryGhost/Team/issues/616

This is a generic method for adding a subscrip...

83d7e9b7fd371a4306016c993713a665371ebf52 authored almost 4 years ago
Updated product repo to allow editing price names (#265)

refs https://github.com/TryGhost/Team/issues/616

For existing prices linked to a Product, we ...

e163b7b500df12e2f85a67782f350c36123dcddd authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

9fa43a14d9a5d917006f6304238d48575e68449b authored almost 4 years ago
Updated customer fetch from Stripe to include subscriptions (#264)

closes https://github.com/TryGhost/Team/issues/628
refs https://github.com/TryGhost/Members/com...

4ed73a3ef446eb07e1df438dd3d146e65ee3b236 authored almost 4 years ago
🐛 Fixed members importer failing to link paid subscriptions

no refs

The latest version of Stripe doesn't return the `subscriptions` object on `Customer` re...

79513c58b578a404d41f446274dc04263c33fd7c authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

1ec9b55f48244ccf2ff29a62ef5c517c5a9f69d2 authored almost 4 years ago
Ignored missing plans on Stripe for update

refs https://github.com/TryGhost/Team/issues/591

It's possible to have sites which still have s...

83324caeba87941791947efb099e5eccb0e07dae authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/[email protected]

1b461ee05814a82522d4b9eebd525bf006b5d1fa authored almost 4 years ago
Updated link subscription to handle missing stripe data (#262)

refs https://github.com/TryGhost/Team/issues/619

On linking a stripe subscription to a member...

50e16cf8dd81f62b7d7e7afc2228268cae84f76c authored almost 4 years ago
Wired up ProductRepository to members-api

refs https://github.com/TryGhost/Team/issues/616

Working with ProductRepository as a separate...

61b348e119f303cc0159f71a39e955512ed1d06a authored almost 4 years ago
Update dependency ghost-ignition to v4.6.2

31f6d45dd06606080b529b086a08039f88d98625 authored almost 4 years ago
Populate stripe prices and products for existing customers (#258)

refs https://github.com/TryGhost/Team/issues/586

On Ghost Boot, as part of configuring Stripe...

04f644d1077a5d24421c4bd861bc50f441a3334a authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]

c28a93e110df31732e5a23531e63f1da994cf8a2 authored almost 4 years ago
Added initial ProductRepository implementation (#259)

refs https://github.com/TryGhost/Team/issues/616

WIP but needs to be released so we can start...

0f16e38f20ac021044e3dc0d90c8a863a46789d6 authored almost 4 years ago
Updated Stripe major version and types (#256)

refs https://github.com/TryGhost/Team/issues/593

- Bumps `stripe` node library major version ...

df92ae324e6356cea17cac923f3252dc8e3af712 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/[email protected]

3a249b8b0baf330585a4d082bae35042ce178958 authored almost 4 years ago
🐛 Fixed incorrect mrr delta calculation

refs https://github.com/TryGhost/Team/issues/595

For a canceled subscription, the desired MRR d...

38e7241f102e5b32ef9c8040a0fd682bbd677623 authored almost 4 years ago
Update dependency ghost-ignition to v4.6.1

fd81cebb180b0132caa824b373b9348125e2babf authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

ab8fdcae72aff7d651641365b6a23d7f5bd50904 authored almost 4 years ago
Added support for updating subscription by id

no-issue

The Admin API uses a Member id rather than email to update
subscriptions, this ensures...

f40b9b1c563cf01a914430ffa0d9405e4d75f074 authored almost 4 years ago
Fixed lerna config to allow publishing

no-issue

We renamed the branches and lerna needs this update to publish without a flag

105789fb80c7b0265e79f726e4e6ba5c00d1caf2 authored almost 4 years ago
Updated MemberRepostitory with subscription methods

https://github.com/TryGhost/Team/issues/530

These are required by the smart_cancel functionality

f47e0ef3c2be0efaec3e50478e1df238c084bbd2 authored almost 4 years ago
Updated members-api tests to use 'dot' reporter

no-issue

This makes it much easier to see which tests have failed & why

be32781d3454d0e50480554f345b809ef96a7597 authored almost 4 years ago
Added support for smart_cancel options

https://github.com/TryGhost/Team/issues/530

This option will check to see if a subscription is ...

4cfbf1f5cc6465e665ab09bd5caaddfef2aba793 authored almost 4 years ago
Added tests for smart_cancel param

refs https://github.com/TryGhost/Team/issues/530

9a082a7d75e113a3d064d264b286a45f80c781d8 authored almost 4 years ago
Added tests for updateSubscription

refs https://github.com/TryGhost/Team/issues/530

The RouterController was a grab bag of all c...

b4ff185ee898237b5fc85fe06e1cef912abdb2e0 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/[email protected]
- @...

ded772de4c419e3085ccde5017bd35be855e431c authored almost 4 years ago
Bumped @tryghost/members-csv to 1.0.0-rc.3

no-issue

We would like to release @tryghost/members-csv as version 1.0.0 but
lerna will only al...

3688197e391709904718fe036d8184af7fe9206e authored almost 4 years ago
Fixed creating events within transaction

no-issue

If we are to perform the `linkSubscription` method inside of a
transaction, the additi...

fdd5c52a4576b6ad39fcaf7002f0829205822431 authored almost 4 years ago
Updated invoice webhook handling for payment events

no-issue

1. We do not want to store payment events for payments of 0 value
2. Stripe webhooks c...

7d67bd2a36368551ba869202cd1d3b030547cae2 authored almost 4 years ago
Added check for plan nickname to exist

no-issue

When seeding the database with fake members & stripe data, it's possible
to create str...

711900401b8a93292785c1f084db6e110f441723 authored almost 4 years ago
Update dependency ghost-ignition to v4.5.4

7f16c4e5bd880142a1020fe05b9d6b648b53a5ff authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

4dd0a29fffc7dd77cfdb84f9e58cdf67b2edfa23 authored almost 4 years ago
Added signup_events to the event timeline

refs https://github.com/TryGhost/Team/issues/469

Signup events are captured by status changes w...

cb2c0fa6a9c9a6045a054cfbb3ed6781e0aec3b6 authored almost 4 years ago
Cleaned newsletter subscription events from timeline

refs https://github.com/TryGhost/Team/issues/469

In order to reduce noise, we want to only disp...

120116e8a279e15718e2d7b78e4fd587ed7fddb4 authored almost 4 years ago
Updated status events to happen before subscribed events

no-issue

Given that status events are used to determine signup events,
they should be the first...

be06e3c883e8bdb42307a734ee42590c9a9fd0cd authored almost 4 years ago
Fixed ordering of event timelime

refs https://github.com/TryGhost/Team/issues/469

We order the set of all events by created_at, ...

1662ee3d04c8db848d03a39d56b531b8ae66f59c authored almost 4 years ago
🐛 Fixed cancelling subscriptions when destroying

refs https://github.com/TryGhost/Ghost/issues/12711

We must wait for the stripeSubscriptions re...

8c61be243c430b1541cc9b8d2c705a492a67645c authored almost 4 years ago
Updated trigger branch in GitHub Actions workflow

no issue

- we recently switched the default from master to main so this commit changes the br...

fcb67aadf51773b7fe9fa5525f1e732b06ac72b9 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]

97ad2a8ecf0ae7c38bfad4a28aaef6b0300af00d authored almost 4 years ago
Fixed bug with calculating MRR and Volume

no-issue

This was not accessing the correct data when summing the deltas

bb433e13e4a1ebb31ecd06d713056a62172cfbe2 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]

6462f70881a24850f7c7698b2ff12c8b67bcb4b3 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

951403f57857ad50e59b5bf6f932dda1f38297c9 authored almost 4 years ago
Added initial support for event timelines

refs https://github.com/TryGhost/Ghost/issues/12602

This adds initial support for sitewide ev...

eac356e7257f1b1742606fb7263b5e489b018e87 authored almost 4 years ago
Updated parsing subscriptions for member

no refs

The data structure for subscriptions object on member has changed in 4.x from` stripe.s...

d0404713e7e0c516853ccc837aa64296ea1201f7 authored almost 4 years ago
Fixed incorrect member id in status event

no refs

The member id assigned when creating a new status event on member creation was incorrec...

6a8801799b1a7ac05511d47eeab513ea2b7fbe49 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]

8a9aca0c4c3703102fb594108c69fd7e4effe736 authored almost 4 years ago
Added initial support for Member events (#241)

refs https://github.com/TryGhost/Ghost/issues/12602

* Added Event Repository
** Added method...

da6be18bdbd8c92386f339fc4f91ae5c5061b1d1 authored almost 4 years ago
Revert "Removed unused upsertCustomer method"

This reverts commit e284732a74abb6448b191eaa243212323d4a5b89.
upsertCustomer method is used to o...

56c136ad8a475e49fdd2cea8ce656add99fd2eea authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

bd60ce941bc69be358a1a89e1e7c24a2659f6aad authored almost 4 years ago
Updated linkSubscription to ensure flag is synced

5e056eef51892d4a40c5b882fe5b3cbdc3a02ff1 authored almost 4 years ago
Added helper for determining active subscriptions

00a71fb50ff2a43810312b4e6de19cce899decdd authored almost 4 years ago
Removed unused upsertCustomer method

234dc13219c1f4daa095f2260f01260d1e4e127c authored almost 4 years ago
Allowed Lerna to publish from 4.0 branch

17cbfc1225c4a1a498be0b4396e16e2a4c2830bc authored almost 4 years ago
Threw "fatal" errors for non-prod usage of live Stripe data (#236)

refs https://github.com/TryGhost/Ghost/issues/12448

The `fatal` property will allow Ghost to de...

68be39e0569ec52c1e9debcbc3920d2dae5f37a1 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

af535f1ca6f6b550238ff63768701c8883fc26e0 authored almost 4 years ago
🐛 Fixed issues when updating payment method (#247)

refs https://github.com/TryGhost/Team/issues/479

* Fixed updating payment method for canceled...

efe60a1769911ef899cc23f584b44683f8350d70 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/[email protected]

55b3bf277f1c3479b0837765fece152fa54aec86 authored almost 4 years ago
🐛 Fixed comp plans for members w/ active subscriptions

refs https://github.com/TryGhost/Team/issues/475

The subscription object here is a database mod...

2ea1a17919f99252350c8b3bab4bf0413fe093ef authored almost 4 years ago
Update dependency ghost-ignition to v4.4.4

f0e083677fb6438529329aad20809a850c509ef6 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

9e29d14abc37d40ad5b6c05507e02bf503bde7d3 authored almost 4 years ago
Fixed webhook handling for Checkout Sessions (#245)

no-issue

Fetching relations via the model returns a promise, and this was missing
the `await...

ef034d8dc57f2bb666eafac6a1f0549565197790 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

cf8299909b59a871920a76084340ae1085c3ebf4 authored almost 4 years ago
Update dependency mocha to v8.3.0

9eb5f0b63c00eec5ac34170fcfcba709a68afd27 authored almost 4 years ago
Published new versions

- @tryghost/[email protected]

95b49ea67062b8cf012ccc5227e56e3d6e31f8fb authored almost 4 years ago
Ensured latest subscription data is always stored (#240)

no-issue

If we receive webhooks out of order, e.g. a
`customer.subscription.updated` with a ...

00005ba14a1632c302c1db105d117dc3e913fbbf authored almost 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/[email protected]

2fecc3c0d14bf5af379a05af157e4e2a62435ef9 authored about 4 years ago
Fixed default urls for checkout session

no-issue
related to https://github.com/TryGhost/Members/commit/db1d94a761c23b3d1f607508c2514264f...

a6ecb5900b9967e3ddaf614e71cd2f3703f92731 authored about 4 years ago
Update dependency ghost-ignition to v4.4.3

784f0b1db7ca17eecea49dd2dae034c9e82228f0 authored about 4 years ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]

f1e210582f63c27ab25ddf475f09c23705d04a31 authored about 4 years ago
Passed default URLs when creating checkout session (#235)

* Passed default URLs when creating checkout session

no-issue

This fixes a bug when a chec...

db1d94a761c23b3d1f607508c2514264fde83e29 authored about 4 years ago
Update dependency sinon to v9.2.4

bff99f50ff9706117a640e52ce37082e468448ab authored about 4 years ago
Published new versions

- @tryghost/[email protected]

39543107a750b28b65f2ce3d0b69cb20c893d6ad authored about 4 years ago