Ghost/core/test/unit/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 🐛 Fixed v0.1 username/password authentication 2019-03-06 10:48:21 +01:00
mail Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
permissions Fixed tests 2019-02-06 21:36:09 +01:00
routing Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
rss Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
settings Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
themes Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
url Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
slack_spec.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
xmlrpc_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00