Ghost/core/server/services
Naz Gargol 0bf1542bc6
Extracted settings service part manipulating routes.yaml (#10800)
refs #10790
refs #9528

- The settings service was designed to handle more settings then just routing, but till this day there wasn't anything else added. As routes.yaml is only being used by frontend router so conceptually it fits better to have this code in frontend, so that it doesn't have to reach out to server
- The code left in server settings is the one that interacts with the database `settings` table and only partially provides information to frontend. That part is known as 'settings cache' and will be accessed through API controllers.
2019-06-25 18:33:56 +02:00
..
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
auth Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
mail Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
members Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
settings Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
webhooks Fixed webhook resource name for page events 2019-02-25 23:51:23 +01:00
labs.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
slack.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
xmlrpc.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00