0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server
Fabien O'Carroll 7dd2b04343 Removed ssoOriginCheck from signout endpoint (#10277)
no-issue

the ssoOriginCheck exists to ensure that we only allow signin/signup to
be called from the specified auth page, this is a very minor security
feature in that it forces signins to go via the page you've designated.
signout however does not need this protection as the call to signout
completely bypasses any UI (this is the same for the call to /token)
2018-12-14 12:26:31 +05:30
..
adapters Supported dynamic image resizing for LocalFileStorage(#10184) 2018-12-13 20:25:24 +07:00
api 🐛 Fixed all known filter limitations (#10159) 2018-12-11 11:53:40 +01:00
apps Wired members service up to api and app (#10262) 2018-12-11 15:18:07 +07:00
config Wired members service up to api and app (#10262) 2018-12-11 15:18:07 +07:00
data Added members related db changes and models 2018-12-11 11:53:55 +07:00
helpers Switched to using safe string for navigation slug (#10267) 2018-12-13 12:30:56 +00:00
lib Removed ssoOriginCheck from signout endpoint (#10277) 2018-12-14 12:26:31 +05:30
models 🐛 Striped invisible unicode characters from slugs (#10252) 2018-12-13 13:06:59 +01:00
public Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00
services Added size attribute support to img_url helper (#10182) 2018-12-13 19:14:08 +07:00
translations 🐛 Fixed all known filter limitations (#10159) 2018-12-11 11:53:40 +01:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Cleaned up image manipulator (#10282) 2018-12-14 11:54:52 +07:00
analytics-events.js
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Refactored method urlFor to use versionType instead of admin: true 2018-10-04 16:49:55 +05:30
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Migrated update check to use api v2 2018-10-18 00:13:31 +02:00