0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/core/server/services
Thibaut Patel fd9b76c823 🐛 Fixes oembed bookmark with whitespaces
refs https://github.com/TryGhost/Team/issues/1200

- The leading/trailing whitespaces are trimmed by `new URL()` but are considered invalid in metascraper. Trimming solves this edge case.
2021-12-13 15:49:18 +02:00
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
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 Removed models require from analytics job (#12689) 2021-02-22 13:04:53 +00:00
invitations 🐛 Fixed error caused by accepting invitation with existing email (#12172) 2020-09-09 11:58:53 +12:00
invites Refactored invites module into a class 2021-01-14 19:42:38 +13:00
jobs Added custom worker message handler 2021-02-22 13:04:18 +00:00
mail Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
mega Fixed bug for newsletter bookmarks without author displaying redundant separator 2021-02-09 09:49:18 +01:00
members Removed warning logging from members 'middleware' 2021-03-02 09:58:14 +00:00
notifications Fixed update check tests 2021-01-14 18:30:09 +13:00
permissions Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
settings 🔒 Added a way to hide the secret settings once they are set 2021-04-16 17:34:33 +01:00
webhooks Updated logging message for webhooks 2020-12-03 17:50:53 +00:00
labs.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
oembed.js 🐛 Fixes oembed bookmark with whitespaces 2021-12-13 15:49:18 +02:00
slack.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00