Ghost/core/server
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
..
adapters Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
api Extracted frontend code from settings API controllers (#10797) 2019-06-21 16:52:07 +02:00
config Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
data Extracted frontend code from redirects API controllers (#10798) 2019-06-21 16:50:16 +02:00
lib Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
models Replaced keypair with rsa-keypair module (#10758) 2019-06-21 16:51:44 +07:00
public Moved members static mount point to /ghost/members 2019-06-25 15:13:52 +07:00
services Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
translations 🐛 Disallowed locked/suspended users from being made owner via the API (#10647) 2019-04-16 10:30:29 +01:00
views Aliased {{@blog}} as {{@site}} in the theme API 2019-01-04 12:17:32 +00:00
web Moved members static mount point to /ghost/members 2019-06-25 15:13:52 +07:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
index.js Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00