0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/v0.1
Rishabh Garg 8ad951d7f3
Added new site.changed event and webhook trigger service (#10019)
refs #9942

* Added new middleware to trigger events

* Refactored webhooks service
- added new trigger service, moved listen service to its own file
- started listening to new site.changed event
- cleaned up trigger service to work with new webhook fields
- cleaned up tests
- removed redundant trigger method in v0.1 controller
2018-10-19 00:01:30 +05:30
..
decorators 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
authentication.js
clients.js
configuration.js
db.js
index.js Refactored config to handle direct calls for specific version (#10012) 2018-10-16 15:20:51 +05:30
invites.js Moved custom invite permission to permissible fn 2018-10-05 15:38:14 +02:00
mail.js
notifications.js
oembed.js
posts.js 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
redirects.js
roles.js
schedules.js
settings.js
slack.js
slugs.js
subscribers.js
tags.js 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
themes.js
upload.js
users.js 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
utils.js
webhooks.js Added new site.changed event and webhook trigger service (#10019) 2018-10-19 00:01:30 +05:30