Ghost/core/server/services
kirrg001 79c790c891 Fixed url service did not respect subdirectory setup's
refs https://github.com/TryGhost/Team/issues/65

- currently we generate a relative resource url
- if you configure a subdirectory, the urls have to respect that
  - e.g. you configure `localhost:2368/blog`, your url results in e.g. `/blog/my-post/`
- this is not yet a critical bug, because the url service is not connected yet

- @TODO: consider absolute vs. relative urls in the url service
2018-04-17 15:52:57 +02:00
..
apps Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
auth Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
channels Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
mail Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
permissions Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
route Rework route service to prevent circular dependencies (#9229) 2017-11-09 13:58:22 +00:00
rss Multiple authors (#9426) 2018-03-27 15:16:15 +01:00
settings YAML settings loader and parser 2018-04-15 19:40:22 +02:00
themes Consistent event names 2018-04-15 23:52:42 +02:00
url Fixed url service did not respect subdirectory setup's 2018-04-17 15:52:57 +02:00
labs.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
slack.js 🐛 Fixed emoji in Slack test notification not rendered by Discord (#9313) 2017-12-15 11:19:37 +07:00
webhooks.js Import lib/common only 2017-12-12 10:28:13 +01:00
xmlrpc.js Used request lib in xmlrpc (#9333) 2017-12-15 16:50:18 +07:00