0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services
Naz d2f0f0d7bc Moved notifications controller code into a service module
refs #12537

- notifications controllers were overbloated with non controller related code and were identical. It is important to reduce unnecessary code ahead of v4 API introduction
- Follow up commit will transform newly created module into a class following DI pattern
2021-01-14 15:55:55 +13:00
..
adapter-manager
auth Disabled Personal Tokens of inactive/locked users 2020-11-20 09:53:18 +01:00
bulk-email 🐛 Fixed reply-to address not set for newsletters 2021-01-05 17:58:55 +05:30
email-analytics 🐛 Disabled auto-unsubscribe of members on permanent email failure events 2021-01-12 18:40:31 +00:00
invitations
jobs Added central error handler to job manager 2020-12-14 18:01:41 +13:00
mail
mega Bumped job-manager version to 0.7.0 2021-01-06 17:48:05 +13:00
members Extracted members controller's import method 2021-01-14 14:05:22 +13:00
notifications Moved notifications controller code into a service module 2021-01-14 15:55:55 +13:00
permissions
settings
webhooks Updated logging message for webhooks 2020-12-03 17:50:53 +00:00
labs.js
slack.js
xmlrpc.js