0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Katharina Irrgang 3004e03bc6 🐛 Fixed throwing 500 for invalid encoded urls (#9279)
refs https://github.com/TryGhost/Team/issues/41

- if you send invalid encoded url components in the path, the server tried to decode the url
- if it contains invalid characters like /AF%, it throwed a 500
- we return a page not found error instead
2017-11-28 11:39:38 +00:00
..
adapters Moved isLocalFile fn to storage utils (#8985) 2017-11-09 11:11:54 +01:00
admin Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
api Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
apps Introduced renderer to DRY up controllers (#9235) 2017-11-10 12:44:29 +00:00
auth 🐛 Fixed concurrent renew of access tokens 2017-11-14 10:22:09 +00:00
config 🐛 Fixed import and redirect uploads for Win10/Edge (#9267) 2017-11-22 17:30:53 +00:00
controllers Introduced renderer to DRY up controllers (#9235) 2017-11-10 12:44:29 +00:00
data 🐛 Fixed Sitemap when permalink contains Primary Tag (#9273) 2017-11-27 12:38:56 +01:00
events
helpers Feature: {{reading_time}} theme helper (#9217) 2017-11-06 18:40:07 +00:00
mail Improved log output for welcome email error (#9016) 2017-09-19 14:24:20 +01:00
middleware 🐛 Fixed throwing 500 for invalid encoded urls (#9279) 2017-11-28 11:39:38 +00:00
models Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
permissions Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
public
services Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
settings 🐛 Theme name is point number (#9184) 2017-10-26 13:54:18 +02:00
site Rework route service to prevent circular dependencies (#9229) 2017-11-09 13:58:22 +00:00
themes Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
translations Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
utils Moved isLocalFile fn to storage utils (#8985) 2017-11-09 11:11:54 +01:00
views
analytics-events.js Add segment analytics for blog data (#8912) 2017-08-22 12:23:23 +01:00
app.js Rename blog -> site 2017-10-26 18:09:56 +01:00
errors.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00
filters.js
ghost-server.js
i18n.js Do not log error if i18n.doesTranslationKeyExist is called 2017-11-14 14:03:48 +01:00
index.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
logging.js
overrides.js
update-check.js Switch to Eslint (#9197) 2017-11-01 13:44:54 +00:00