Sam Lord
25f74cfa3b
v3.35.2
2020-10-01 19:57:14 +01:00
Sam Lord
383d166d0e
v3.35.1
2020-10-01 19:21:26 +01:00
Renovate Bot
8756b54b18
Update dependency @tryghost/url-utils to v0.6.21
2020-09-30 13:06:41 +00:00
Renovate Bot
85f6685ec2
Update dependency @tryghost/string to v0.1.12
2020-09-30 10:03:54 +00:00
Sam Lord
daa28dd899
v3.35.0
2020-09-30 11:00:14 +01:00
renovate[bot]
ef45437386
Update dependency @tryghost/members-api to v0.32.0 ( #12236 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-30 10:57:28 +01:00
Renovate Bot
cd338e236f
Update dependency @tryghost/social-urls to v0.1.13
2020-09-30 06:13:15 +00:00
Renovate Bot
0c0d014ebb
Update dependency @tryghost/helpers to v1.1.31
2020-09-30 06:11:41 +00:00
Renovate Bot
347ba962e6
Update dependency @tryghost/html-to-mobiledoc to v0.7.4
2020-09-30 03:26:33 +00:00
naz
071bf8edb5
Extracted Admin API JSON schemas into @tryghost/admin-api-schema ( #12237 )
...
closes https://github.com/TryGhost/Ghost/issues/10628
- JSON Schemas were extracted into a separate module to allow other clients to reuse them (for example documentation). Having them in a separate package also slims down the amount of code needed to be maintained in the core.
- Updated canary API input validators to use admin-api-schema module
- Removed canary schemas that moved into admin-api-schema package
- Updated v2 API input validators to use admin-api-schema package
- Removed v2 schemas that moved into admin-api-schema package
- Updated tests to contain needed information in apiConfig to pick up correct validation
- Added @tryghost/admin-api-schema package dependency
2020-09-30 16:25:12 +13:00
Renovate Bot
2a921b8659
Update dependency sinon to v9.1.0
2020-09-29 21:06:23 +00:00
Renovate Bot
b2169da590
Update dependency knex to v0.21.6
2020-09-28 02:07:06 +00:00
Renovate Bot
3e8a526dbf
Update dependency eslint to v7.10.0
2020-09-28 00:06:09 +00:00
Renovate Bot
415f7fdfce
Update dependency supertest to v5
2020-09-25 13:36:48 +00:00
Daniel Lockyer
685e2782b7
Merged 3.34.1 into master
...
v3.34.1
* tag '3.34.1':
v3.34.1
Updated Ghost-Admin to v3.34.1
🐛 Fixed email verification mails not sent
2020-09-24 19:28:22 +01:00
Daniel Lockyer
2a29482d18
v3.34.1
2020-09-24 19:26:52 +01:00
Renovate Bot
2cbba94663
Pin dependency papaparse to 5.3.0
2020-09-23 16:25:55 +01:00
Fabien O'Carroll
e236507deb
Installed papaparse as dev dependency
...
no-issue
This will be used to test the output of members CSV exports
2020-09-23 14:29:15 +01:00
Daniel Lockyer
fdb41143c7
v3.34.0
2020-09-22 11:25:13 +01:00
Daniel Lockyer
f99a89bea1
Updated @tryghost/zip dependency
2020-09-22 11:01:28 +01:00
Daniel Lockyer
ea6a4b7c2e
Updated @tryghost/vhost-middleware dependency
2020-09-22 11:01:28 +01:00
Daniel Lockyer
dd6a493866
Updated @tryghost/session-service dependency
2020-09-22 11:01:28 +01:00
Daniel Lockyer
7123f7f65f
Updated @tryghost/promise dependency
2020-09-22 11:01:28 +01:00
Daniel Lockyer
e671423999
Updated @tryghost/mw-session-from-token dependency
2020-09-22 11:01:28 +01:00
Daniel Lockyer
4064bb2e7e
Updated @tryghost/job-manager dependency
2020-09-22 11:01:28 +01:00
Daniel Lockyer
34be59805d
Updated @tryghost/errors dependency
2020-09-22 11:01:28 +01:00
Renovate Bot
56b9ab28aa
Update dependency @tryghost/constants to v0.1.1
2020-09-22 08:43:06 +00:00
Renovate Bot
322f7c9aa9
Update dependency @tryghost/bootstrap-socket to v0.2.2
2020-09-22 07:03:12 +00:00
Renovate Bot
71e0a5ae7a
Update dependency @tryghost/adapter-manager to v0.1.11
2020-09-22 05:06:37 +00:00
Nazar Gargol
32b37d7ba8
Improved error messaging for password reset process
...
refs #11878
- When password reset link is invalid previous messaging left the user
without clear information about why the reset failed and what they could do about it.
- Updated messaging around password reset tokens including detection of
when password token has invalid structure, has expired or has already
been used
2020-09-22 15:45:19 +12:00
Renovate Bot
fa4b5638f1
Update dependency @tryghost/members-api to v0.31.0
2020-09-21 10:56:46 +00:00
Renovate Bot
cabe11d3a2
Update dependency node-jose to v2
2020-09-21 07:58:36 +01:00
Renovate Bot
f8a918395d
Update dependency @tryghost/members-csv to v0.3.1
2020-09-18 16:48:12 +00:00
Fabien O'Carroll
e8f530db6c
Updated @tryghost/members-api@0.30.1
...
no-issue
This includes a fix to the usage of getMagicLink which affected
impersonation of members via the memberSigninUrl controller.
2020-09-18 17:46:30 +01:00
Fabien 'egg' O'Carroll
7c5a3bb537
Updated magic links to use shorter, single us, longer lived tokens ( #12218 )
...
no-issue
* Added SingleUseTokenProvider to members service
This implements the TokenProvider interface required by members-api to
generate magic links. It handles checking if the token is expired and
pulls out any associated data.
Future improvments may include the email in the error for expired
tokens, which would make resending a token simpler.
* Passed SingleUseTokenProvider to members-api
This sets up the members-api module to use the new single use tokens
* Installed @tryghost/members-api@0.30.0
This includes the change to allow us to pass a token provider to the members-api
2020-09-18 17:32:18 +01:00
Renovate Bot
3c0f2d1595
Update dependency @sentry/node to v5.24.2
2020-09-18 14:12:08 +00:00
Renovate Bot
f01f088066
Update dependency @tryghost/magic-link to v0.6.0
2020-09-18 12:26:10 +00:00
Renovate Bot
e0f2fa76ec
Update dependency @tryghost/magic-link to v0.5.0
2020-09-18 11:46:09 +00:00
Renovate Bot
eb0163bde6
Update dependency @sentry/node to v5.24.1
2020-09-18 10:35:51 +00:00
Renovate Bot
d0844ee853
Update dependency @sentry/node to v5.24.0
2020-09-18 08:42:57 +00:00
Daniel Lockyer
4e2d3e3505
v3.33.0
2020-09-14 12:39:47 +01:00
Renovate Bot
50436656a7
Update dependency eslint to v7.9.0
2020-09-14 02:05:46 +00:00
Renovate Bot
cc67f0f3f5
Update dependency ajv to v6.12.5
2020-09-14 00:04:47 +00:00
Daniel Lockyer
453faff41e
Merged 3.32.2 into master
...
v3.32.2
* tag '3.32.2':
v3.32.2
Updated Ghost-Admin to v3.32.2
2020-09-10 17:02:50 +01:00
Daniel Lockyer
ae64d4eb2d
v3.32.2
2020-09-10 16:55:18 +01:00
Renovate Bot
74ec67ac1c
Update dependency @sentry/node to v5.23.0
2020-09-09 15:53:46 +00:00
Renovate Bot
5d47398d93
Update dependency gscan to v3.5.7
2020-09-07 16:29:13 +00:00
Daniel Lockyer
c175a48b85
v3.32.1
2020-09-07 12:06:06 +01:00
Daniel Lockyer
3287e1c921
v3.32.0
2020-09-07 11:55:00 +01:00
Daniel Lockyer
91bca9f109
Merged 3.31.5 into master
...
v3.31.5
* tag '3.31.5':
v3.31.5
Updated Ghost-Admin to v3.31.5
🐛 Fixed incorrect status used for trial subscription query
2020-09-02 13:18:36 +01:00