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
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
..
decorators Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
authentication.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +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 Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
invites.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
mail.js Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
notifications.js
oembed.js Add url as context to oembed unknownProvider error 2019-06-13 12:57:02 +01:00
posts.js Bumped knex & bookshelf dependencies (#10404) 2019-01-21 21:53:11 +01:00
redirects.js
roles.js
schedules.js
settings.js Removed deprecated settings 2019-01-04 12:17:32 +00:00
slack.js
slugs.js
subscribers.js
tags.js
themes.js Improved error context usage 2019-04-23 09:45:11 +02:00
upload.js
users.js Added some deprecation notes for x_by fields 2019-01-03 17:14:52 +01:00
utils.js Extracted trimAndLowerCase utility to shared utility module 2018-12-10 13:56:42 +01:00
webhooks.js