Renovate Bot
4b7a1bffec
Update dependency node-jose to v1.1.3
2019-07-02 10:31:28 +00:00
Renovate Bot
4753017d6a
Update dependency moment-timezone to v0.5.25
2019-07-02 10:30:03 +00:00
Renovate Bot
c14849d761
Update dependency mock-knex to v0.4.5
2019-07-02 12:29:31 +02:00
Renovate Bot
b4a2305f64
Update dependency mobiledoc-dom-renderer to v0.6.6
2019-07-02 10:28:37 +00:00
Renovate Bot
90f0d38ad2
Update dependency mysql to v2.17.1
2019-07-02 12:26:23 +02:00
Renovate Bot
1371684b38
Update dependency connect-slashes to v1.4.0
2019-07-02 12:12:28 +02:00
Renovate Bot
f4dd1d173f
Update dependency bson-objectid to v1.3.0
2019-07-02 12:10:29 +02:00
Renovate Bot
352fec4c00
Update dependency gscan to v2.6.2
2019-07-02 10:02:49 +00:00
Renovate Bot
ddfc0801f8
Update dependency cookie to v0.4.0
2019-07-02 11:58:53 +02:00
Renovate Bot
62e0a17aa3
Update dependency image-size to v0.7.4
2019-07-02 11:54:36 +02:00
Renovate Bot
e146737aff
Update dependency jsonwebtoken to v8.5.1
2019-07-02 11:47:22 +02:00
Renovate Bot
0ed0c49732
Update dependency grunt-contrib-compress to v1.5.0
2019-07-02 11:41:15 +02:00
Renovate Bot
189ce9bc1d
Update dependency express-session to v1.16.2
2019-07-02 11:37:27 +02:00
Renovate Bot
5a316c3c80
Update dependency express to v4.17.1
2019-07-02 11:30:35 +02:00
Renovate Bot
a51008a034
Update dependency knex-migrator to v3.2.6
2019-07-02 09:27:54 +00:00
Renovate Bot
2dcb1a3776
Update dependency csv-parser to v2.3.0
2019-07-02 11:27:16 +02:00
Renovate Bot
9564757d8d
Update dependency ajv to v6.10.0
2019-07-02 11:13:53 +02:00
Renovate Bot
0abc8971b4
Pin dependency grunt-contrib-symlink to 1.0.0
2019-07-02 11:08:33 +02:00
Renovate Bot
885ce6eb44
Update dependency cookie-session to v1.3.3
2019-07-02 11:04:52 +02:00
Renovate Bot
2e0067d877
Update dependency html-to-text to v5
2019-07-02 11:00:00 +02:00
Renovate Bot
d88a41628e
Update dependency semver to v6
2019-07-02 10:56:03 +02:00
Renovate Bot
b3561dcee4
Update dependency sharp to v0.22.1
2019-07-02 10:52:46 +02:00
Renovate Bot
deeafe9734
Update dependency compression to v1.7.4
2019-07-02 08:26:50 +00:00
Renovate Bot
2cf40d2f6f
Update dependency bson-objectid to v1.2.5
2019-07-02 07:30:13 +00:00
Renovate Bot
82d146577c
Update dependency @tryghost/members-auth-pages to v0.2.2
2019-07-02 06:48:32 +00:00
Renovate Bot
7638ca4d77
Update dependency @tryghost/helpers to v1.1.6
2019-07-02 05:23:38 +00:00
Renovate Bot
2f7e6d21ae
Update dependency bluebird to v3.5.5
2019-07-02 04:04:31 +00:00
Renovate Bot
c576a2d724
Update dependency @tryghost/members-api to v0.1.2
2019-07-02 03:29:16 +00:00
Renovate Bot
9da9b2f448
Update dependency @nexes/nql to v0.2.2
2019-07-02 02:31:50 +00:00
Renovate Bot
3eeb81a19c
Update Build Tool
2019-07-02 01:31:27 +00:00
Fabien O'Carroll
9f2e1bfde7
Version bump to 2.25.4
2019-07-01 13:31:22 +07:00
Kevin Ansfield
b35269f933
Version bump to 2.25.3
2019-06-26 14:02:07 +01:00
Kevin Ansfield
3229de75f8
Revert "Replaced keypair with rsa-keypair module ( #10758 )"
...
This reverts commit 64735693be
.
- `rsa-keypair` is a binary dependency that was failing to install for a lot of users, reverting for now so we can look at alternative options for speeding up boot time
2019-06-26 14:00:25 +01:00
Kevin Ansfield
c3a493bfeb
Version bump to 2.25.2
2019-06-25 13:22:54 +01:00
Fabien O'Carroll
da3f55dd9d
Updated express-hbs to 2.1.2
...
no-issue
ronseal.
2019-06-25 16:19:33 +07:00
Fabien O'Carroll
bb1ee3c265
Updated members-theme-bindings & public/members.js
...
no-issue
This updates Ghost to inject the exact urls we want to use for both the
static members pages and the ssr endpoints we've configured for the
frontend. This allows us to changes these without having to update the
members repository, and gives a cleaner split between the two.
2019-06-25 15:13:52 +07:00
Nazar Gargol
e5391519eb
Bumped js-yaml version to 3.13.1
...
no issue
- The 3.13.1 version contains security fixes described in b2f9e88239
2019-06-24 15:47:37 +02:00
Daniel Lockyer
64735693be
Replaced keypair with rsa-keypair module ( #10758 )
...
refs #10789
Speed up Ghost boot time by replacing the JS-only RSA key generator
library with a native alternative.
2019-06-21 16:51:44 +07:00
Fabien O'Carroll
cbe8d1885c
Version bump to 2.25.1
2019-06-19 13:58:12 +07:00
Naz Gargol
abda6e6338
Migrated to use url-utils from Ghost-SDK ( #10787 )
...
closes #10773
- The refactoring is a substitute for `urlService.utils` used previously throughout the codebase and now extracted into the separate module in Ghost-SDK
- Added url-utils stubbing utility for test suites
- Some tests had to be refactored to avoid double mocks (when url's are being reset inside of rested 'describe' groups)
2019-06-18 15:13:55 +02:00
Fabien O'Carroll
a63d29f859
Version bump to 2.25.0
2019-06-18 19:38:29 +07:00
Fabien O'Carroll
262c27c8e8
Version bump to 2.24.0
2019-06-18 19:25:06 +07:00
Kevin Ansfield
bbae006eb5
Speed up image-size
utility functions ( #10784 )
...
no issue
- add `probe-image-size` dependency
- use `probe-image-size` to fetch partial image data over the network where possible
2019-06-11 16:25:15 +01:00
Rish
c5cb7a6155
Version bump to 2.23.4
2019-06-11 16:51:41 +05:30
Kevin Ansfield
6fd2db2ed4
Update amperize to v0.5.2
...
no issue
- includes a couple of bug fixes for fallback from probe-image-size to image-size
2019-06-11 12:17:28 +01:00
Kevin Ansfield
f34a9d2e36
Update amperize to v0.5.1
...
no issue
- includes fix for http->https conversion that broke tests in 90b0c8d3bb
2019-06-10 11:14:00 +01:00
Kevin Ansfield
90b0c8d3bb
🚀 Speed up initial generation of /amp/ content with many images
...
no issue
- update `amperize` to v0.5.0 which includes partial image loading and parallel network requests for fetching image dimensions
2019-06-10 09:53:25 +01:00
Nazar Gargol
f5544e7831
Migrated to use @tryghost/social-urls package
...
refs #10618
- /lib/social/urls was extracted into SDK to move more modules out of the core and reduce coupling of the theme layer
2019-06-06 17:10:13 +02:00
Kevin Ansfield
bdf1383b30
Version bump to 2.23.3
2019-06-06 11:15:47 +01:00
Kevin Ansfield
07e9490621
🐛 Fixed server crash when AMP posts contain images with unescaped chars ( #10775 )
...
no issue
- bump `amperize` to v0.4.0 which contains an updated version of `got` which does not crash on invalid image urls
2019-06-05 17:31:23 +01:00