0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Naz 31a69d18f0 Improved JSDoc in default scheduler
no issue

- Previously used notation was not a valid JSDoc one. With this correction IDEs will provide more accurate information about all furnction parameters
2020-12-16 17:25:05 +13:00
..
adapters Improved JSDoc in default scheduler 2020-12-16 17:25:05 +13:00
api 🐛 Fixed comped flag for members 2020-12-10 13:14:07 +00:00
data Added members.email_{count,opened_count} column migrations (#12470) 2020-12-09 12:21:56 +00:00
lib Made the package-json module ready to be exported (#12451) 2020-12-10 11:37:43 +01:00
models Added acceptance test for /member/:id/?include=email_recipients (#12477) 2020-12-11 18:45:35 +00:00
public
services Added central error handler to job manager 2020-12-14 18:01:41 +13:00
translations
views
web Removed Members CSV import validation endpoint 2020-12-09 19:25:57 +00:00
analytics-events.js
ghost-server.js Improved job queue logging 2020-11-25 13:28:13 +13:00
index.js Prevented scheduling of recurring analytics jobs when not using emails (#12441) 2020-12-02 08:17:44 +00:00
overrides.js Improved threading performance on non-SQLite clients 2020-11-30 13:27:40 +13:00
update-check.js