0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
Nazar Gargol fd7e118ed5 Returns 404 page instead of crashing a server whenever special characters are used for tag filtering
closes #5808
refs #5816
- adds additional filtering any 'slug' containing content in `renderChannel` for frontend
- adds test for invalid characters in tag slug
2015-09-20 22:47:34 +02:00
..
api Add underscores to general validation 2015-09-17 12:24:11 +01:00
apps
config
controllers Returns 404 page instead of crashing a server whenever special characters are used for tag filtering 2015-09-20 22:47:34 +02:00
data Don't eager load relations on tag update 2015-09-17 09:59:46 +01:00
errors Fix signin errors 2015-08-10 12:26:45 +01:00
events
helpers Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
mail Mail consolidation 2015-08-20 11:36:14 +02:00
middleware Improve Middleware Code Coverage 2015-09-08 18:05:22 +02:00
models Maintain tag order for posts 2015-09-02 16:39:34 +01:00
permissions Refactor handlePermissions 2015-08-11 16:03:57 +02:00
routes Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
storage
translations foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
utils
views
filters.js
ghost-server.js Startup message explicitly mentions production 2015-08-11 18:01:36 +01:00
i18n.js foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
index.js Remove first run alert 2015-08-26 15:29:26 +01:00
require-tree.js
update-check.js