Daniel Lockyer
c9a5b28669
Extracted core/server/lib/security to @tryghost/security package
...
- code and tests were extracted out to this package
- deletes these files
- replaces all local requires, and adds it as a dependency
2020-08-11 14:06:50 +01:00
Renovate Bot
beabc62c45
Update dependency @tryghost/adapter-manager to v0.1.10
2020-08-11 11:58:38 +00:00
Renovate Bot
b43bf29f43
Update dependency @tryghost/html-to-mobiledoc to v0.7.2
2020-08-11 12:57:34 +01:00
Renovate Bot
4a67ed420a
Update dependency @tryghost/magic-link to v0.4.13
2020-08-11 12:57:09 +01:00
Renovate Bot
e227522e50
Update dependency @tryghost/members-ssr to v0.8.5
2020-08-11 12:56:53 +01:00
Renovate Bot
e03ae33cb4
Update dependency @tryghost/social-urls to v0.1.11
2020-08-11 12:56:40 +01:00
Daniel Lockyer
8799feb801
Replaced constants file with @tryghost/constants
...
- extracted constants file into a new package
- replaced all local requires of the file with new package
2020-08-11 12:51:16 +01:00
Renovate Bot
d8880b8b97
Update dependency @tryghost/helpers to v1.1.29
2020-08-11 09:47:51 +00:00
Daniel Lockyer
2c0fc9b206
v3.29.1
2020-08-11 10:46:43 +01:00
Renovate Bot
3b2d3f1d60
Update dependency sinon to v9.0.3
2020-08-11 08:01:30 +00:00
Renovate Bot
b61ccf0889
Update dependency @tryghost/vhost-middleware to v1.0.7
2020-08-10 21:14:18 +00:00
Renovate Bot
ca4b0cb9a0
Update dependency @tryghost/session-service to v0.1.7
2020-08-10 19:05:39 +00:00
Renovate Bot
7466218f75
Update dependency @tryghost/image-transform to v1.0.2
2020-08-10 18:05:10 +00:00
Renovate Bot
d2fb84d228
Update dependency @tryghost/errors to v0.2.2
2020-08-10 17:17:59 +00:00
Renovate Bot
0e3dd89312
Update dependency @tryghost/adapter-manager to v0.1.9
2020-08-10 16:12:34 +00:00
Daniel Lockyer
30cbfd93f8
v3.29.0
2020-08-10 17:00:10 +01:00
Renovate Bot
a96f434163
Update dependency gscan to v3.5.6
2020-08-10 15:55:34 +01:00
Renovate Bot
edef05c2ae
Update dependency knex to v0.21.4
2020-08-10 14:10:23 +00:00
Renovate Bot
64856dc5a3
Update dependency knex-migrator to v3.4.7
2020-08-10 12:19:33 +00:00
Renovate Bot
a255426c77
Update dependency ghost-ignition to v4.2.2
2020-08-10 10:50:33 +00:00
Hannah Wolfe
19e3b70c7a
Added stoppable for graceful shutdown of requests
...
- stopppable is a dependency that handles closing connections properly, which server.close does not
- active connections are allowed to complete what they are doing
- idle connections are closed
- no new connections are allowed
- we call stoppable in stop() instead of server.close so that idle connections don't hold the server open
- calling await stop() from shutdown then ensures that we have a consistent experience of stop
- all together this allows ghost to shutdown gracefully when there are long-running requests
- @TODO: handle graceful shutdown of long-running processes
- @TODO: consider do we need to send 503s whilst the server is shutting down?
2020-08-10 11:46:36 +01:00
Renovate Bot
e2adc10a52
Update dependency knex to v0.21.3
2020-08-10 06:05:05 +00:00
Renovate Bot
b56c858109
Update dependency @tryghost/zip to v1.1.2
2020-08-10 04:06:07 +00:00
Renovate Bot
45085cdd99
Update dependency @tryghost/vhost-middleware to v1.0.6
2020-08-10 02:06:10 +00:00
Renovate Bot
1f3363e0a9
Update dependency @tryghost/session-service to v0.1.6
2020-08-10 00:08:31 +00:00
Hannah Wolfe
c577007afe
Update dependency @tryghost/bootstrap-socket to v0.2.0
...
- includes API changes
2020-08-09 17:22:27 +01:00
Renovate Bot
7b4565cd3e
Update dependency @tryghost/mw-session-from-token to v0.1.6
2020-08-07 21:12:14 +00:00
Renovate Bot
8229c695cf
Update dependency @tryghost/image-transform to v1.0.1
2020-08-07 19:47:53 +00:00
Renovate Bot
bee234f859
Update dependency @tryghost/errors to v0.2.1
2020-08-07 17:45:12 +00:00
Hannah Wolfe
b765a30ee9
Moved bootstap-socket code to @tryghost/bootstrap-socket
...
- this code has zero deps and is much easier to reason about standalone
2020-08-07 18:43:46 +01:00
Renovate Bot
d4843b4ea8
Update dependency @tryghost/adapter-manager to v0.1.8
2020-08-07 16:09:42 +00:00
Renovate Bot
0eed0d8c88
Update dependency mocha to v8.1.1
2020-08-04 19:31:20 +00:00
Daniel Lockyer
0304280d96
v3.28.0
2020-08-04 11:23:41 +01:00
Daniel Lockyer
9ff68dc3b0
Updated @tryghost/url-utils dependency to 0.6.19
2020-08-04 11:04:14 +01:00
Daniel Lockyer
bd14df328d
Updated @tryghost/string dependency to 0.1.10
2020-08-04 11:03:34 +01:00
Renovate Bot
0e1708f220
Update dependency @tryghost/social-urls to v0.1.10
2020-08-04 07:59:42 +00:00
Renovate Bot
30fe92e3be
Update dependency @tryghost/html-to-mobiledoc to v0.7.1
2020-08-04 07:58:49 +00:00
Renovate Bot
7239fdbe23
Update dependency @tryghost/helpers to v1.1.28
2020-08-04 06:01:45 +00:00
CY Lim
71c17539d8
🐛 Fixed installation on windows #10890 ( #12096 )
...
closes #10890
- use platform agnostic `exit 0` to allow `yarn setup` to work on windows
- requires powershell to be run as admin
2020-08-03 20:15:58 +01:00
Renovate Bot
60907a7ae4
Update dependency eslint to v7.6.0
2020-08-03 00:06:23 +00:00
Renovate Bot
59f9b4345f
Update dependency mocha to v8.1.0
2020-07-30 20:37:56 +00:00
Renovate Bot
56ceb1e312
Update dependency sanitize-html to v1.27.2
2020-07-29 15:18:07 +00:00
Kevin Ansfield
9f642c8107
Added moment package resolution to pin 2.24.0
...
refs 1a17f8069b
- sub-dependency update bumped moment versions to 2.27.0 which caused timezone problems again with dates not being written to the database in UTC
- added a resolution in package.json to pin all moment sub-dependencies to the same version we specify in our top-level dependencies
2020-07-28 17:55:23 +01:00
Renovate Bot
fd64af5b78
Update dependency uuid to v8.3.0
2020-07-27 19:05:33 +00:00
Renovate Bot
f89e0d6e4b
Update dependency nock to v13.0.3
2020-07-27 19:04:24 +00:00
Fabien O'Carroll
cd2e72542d
v3.27.0
2020-07-27 18:38:26 +02:00
Renovate Bot
1f776e138f
Update dependency @sentry/node to v5.20.1
2020-07-24 17:47:22 +00:00
Renovate Bot
fdb04b086e
Update dependency @tryghost/members-ssr to v0.8.4
2020-07-24 14:02:00 +00:00
Fabien O'Carroll
8ac1e91d8b
Bumbed @tryghost/members-api to 0.25.1
...
no-issue
This contains an update which ensures that we do not insert orphaned
rows into the database
Includes code from: https://github.com/TryGhost/Members/pull/190
2020-07-24 16:01:06 +02:00
Fabien O'Carroll
0ec28219f9
🐛 Fixed deleting members with deleted Stripe data
...
closes #11557
- Bumped @tryghost/members-api to 0.25.0
- Fixed cancelling subscriptions which were already cancelled
- Renamed exported subscriptions cancel fn from "destroy" -> "cancel"
2020-07-24 16:01:06 +02:00