0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server
Rishabh Garg 7182efdb88
🐛 Fixed special chars in single use token (#12290)
no refs

- The token generation logic for single use token was replacing only the first instance of + or / to make the token URL safe, instead of replacing all instances which caused a bug where token was not validated properly in case it included multiple + or / in it.

- The fix ensures replacing all the + or / in the token with URL safe _ or - so it can be properly validated via magic link
2020-10-20 11:49:20 +05:30
..
adapters Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
api Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
data Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
lib Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
models 🐛 Fixed special chars in single use token (#12290) 2020-10-20 11:49:20 +05:30
public 🐛 Fixed members form missing data-members-name (#12250) 2020-10-01 18:05:23 +01:00
services Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
translations Added basic CRUD admin API for snippets 2020-10-16 18:02:58 +01:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
analytics-events.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
ghost-server.js Improved testmode logging of shutdown status 2020-08-18 15:48:42 +01:00
index.js Added routes.yaml content checksum storage to the db 2020-09-10 10:54:57 +12:00
overrides.js
update-check.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00