0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services
Rish c37c66609d
Removed portal-action and requestSrc
no issue

We added `portal-action` and `requestSrc` in 3.x to allow Portal to handle notifications only for auth actions trigged while using it directly, so that existing themes are not affected in any way. Going forward in 4.0, we don't want to have any special handling in backend for Portal but instead expect themes to handle any Portal specific behavior directly.

- Removes setting of `portal-action` for auth actions like signup
- Removes `requestSrc` being passed through to determine portal actions
2021-02-02 16:11:34 +00:00
..
adapter-manager
auth
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
invites Refactored invites module into a class 2021-01-14 19:42:38 +13:00
jobs
mail Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
mega Updated newsletter blockquote font styling 2021-01-15 15:42:01 +01:00
members Removed portal-action and requestSrc 2021-02-02 16:11:34 +00:00
notifications Fixed update check tests 2021-01-14 18:30:09 +13:00
permissions
settings
webhooks
labs.js
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js