0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Naz 2e7d0a4e26 Limited the API surface of the UpdateCheckService
refs https://github.com/TryGhost/Team/issues/728

- This is continuation of the previous commit. TLDR: Passing only the necessary API endpoint function makes it easier to reason about what dependencies the UpdateCheckService has to deal with
- There are 8 different configs that NotificationService depends upon it will need some further investigation around which ones are even needed anymore and the naming is not the best. To keep the time cap at bay leaving it at what it is.
2021-06-02 14:08:29 +04:00
..
adapters Fixed initialization logic in post scheduler 2021-05-26 10:44:11 +04:00
api Added sentry_dsn and sentry_env properties to /canary/site/ 2021-05-26 16:54:04 +01:00
data Added {monthly,yearly}_price columns to products 2021-06-01 09:38:15 +01:00
lib Moved getLocalSize() from mobiledoc to image-size lib 2021-05-14 11:57:37 +01:00
models Removed unused fields relationship function on Post model 2021-06-02 10:09:30 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services 🐛 Fixed logs showing an error when sending an email with no feature image 2021-06-01 17:07:33 +01:00
views
web Removed duplicate update check error hanlindg 2021-05-26 15:52:24 +04:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Refactored urlUtils out of ghost-server 2021-05-05 14:24:59 +01:00
notify.js
overrides.js
run-update-check.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
update-check-service.js Limited the API surface of the UpdateCheckService 2021-06-02 14:08:29 +04:00
update-check.js Limited the API surface of the UpdateCheckService 2021-06-02 14:08:29 +04:00