0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/v0.1
Kevin Ansfield 4f3391cd04
Updated @tryghost/url-utils to v0.2.0 (#11004)
no issue

- updates `@tryghost/url-utils` following an internal refactor of the package
- renames `makeAbsoluteUrls` to `htmlRelativeToAbsolute` to better reflect what the function is doing
- renames `getBlogUrl` to `getSiteUrl`
- updates UrlUtils test stubbing util to work with a class
- fixes use of invalid port numbers in tests (max port number is 65535, any higher is an invalid URL that will error with some parsers)
2019-08-12 09:31:42 +01:00
..
decorators Updated @tryghost/url-utils to v0.2.0 (#11004) 2019-08-12 09:31:42 +01:00
authentication.js Renamed sendNotification to sendWelcomeMail 2019-07-30 16:15:53 +02:00
clients.js
configuration.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
db.js
index.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
invites.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
mail.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
notifications.js
oembed.js Add url as context to oembed unknownProvider error 2019-06-13 12:57:02 +01:00
posts.js Updated v0.1 posts api to work with type column 2019-08-09 14:39:01 +08:00
redirects.js Extracted frontend code from redirects API controllers (#10798) 2019-06-21 16:50:16 +02:00
roles.js
schedules.js
settings.js Moved settings dynamicRouting to routing.settings 2019-06-21 16:34:17 +02:00
slack.js
slugs.js
subscribers.js
tags.js 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
themes.js 🐛 Fixed theme upload error when overriding existing 2019-07-11 15:34:15 +05:30
upload.js
users.js Added some deprecation notes for x_by fields 2019-01-03 17:14:52 +01:00
utils.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
webhooks.js Added new site.changed event and webhook trigger service (#10019) 2018-10-19 00:01:30 +05:30