Ghost/core/server/services
Kevin Ansfield 29d94e7814 Fixed mailgun config not allowing custom hosts with ports
no issue

- `mailgun()` expects the `host` option not to include a port but `url.host` will include the port, we instead want to use `url.hostname` which skips the port
2020-07-30 17:28:51 +01:00
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Fixed express-jwt config 2020-07-08 15:09:44 +02:00
bulk-email Fixed mailgun config not allowing custom hosts with ports 2020-07-30 17:28:51 +01:00
invitations Refactor common pattern in service files 2020-04-30 20:48:42 +01:00
mail Updated error name check in GhostMailer 2020-07-21 01:08:19 +05:30
mega Changed member limit to be DRY & use raw query 2020-07-26 20:49:30 +01:00
members Updated host limit message to be clearer 2020-07-26 20:49:30 +01:00
permissions Improved password reset and session invalidation for "locked" users (#11790) 2020-05-05 19:37:53 +01:00
settings Emitted all settings events on reinit of cache (#12012) 2020-07-06 17:09:43 +02:00
webhooks Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
labs.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
slack.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
xmlrpc.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00