Ghost/core/server/services
Hannah Wolfe 5e5b90ac29
Added Url Service to track all URLs in the system (#9247)
refs #9192

- Introduces a url service that can be initialised
- Added a concept of Resources and resource config.json that contains details about the resources in the system that we may want to make customisable 
- Note that individual resources know how to create their own Urls... this is important for later
- Url Service loads all of the resources, and stores their URLs
- The UrlService binds to all events, so that when a resource changes its url and related data can be updated if needed
- There is a temporary config guard so that this can be turned off easily
2017-11-16 13:03:24 +00:00
..
apps Wrapped express router & expose from route service (#9206) 2017-11-09 10:08:11 +00:00
channels Fixed channel path to work with Ghost-CLI 2017-11-10 20:52:50 +00:00
route Rework route service to prevent circular dependencies (#9229) 2017-11-09 13:58:22 +00:00
rss RSS service + controller improved for consistency (#9233) 2017-11-10 07:36:39 +00:00
url Added Url Service to track all URLs in the system (#9247) 2017-11-16 13:03:24 +00:00
slack.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
xmlrpc.js Move xmlrpc & slack to services (#9179) 2017-10-25 15:27:56 +01:00