0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
Hannah Wolfe 13b65cecb9 Redirect feed -> rss
closes #2261

- reserved 'feed' in the list of reserved keywords for slugs
- added a 301 redirect from /feed/ to /rss/
- added a route test, and realised that standard express redirects don't get the right headers
- fixed the headers across all 301 redirects & added tests for the admin redirects
- removed the redirect from /ghost/login/ to /ghost/signin/ as this happens automatically if you're logged out, and isn't very useful if you're logged in as it just redirects again to /ghost/
2014-03-24 09:46:39 +00:00
..
api Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
apps Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
config Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
controllers Rss support for tags 2014-03-13 00:12:41 +01:00
data Change validation for posts 'page' attribute. 2014-03-04 17:59:00 -03:30
helpers Tag archive body_class 2014-03-22 13:43:13 +00:00
middleware Serve default robots.txt 2014-03-13 21:31:41 +01:00
models Redirect feed -> rss 2014-03-24 09:46:39 +00:00
permissions Replace underscore with lodash. 2014-02-06 14:08:34 +00:00
routes Redirect feed -> rss 2014-03-24 09:46:39 +00:00
storage Replace spaces in uploaded filenames with hyphens 2014-03-23 20:56:02 +00:00
views Add shim for codemirror on touchscreens 2014-03-19 09:26:45 +00:00
api.js
bookshelf-session.js Improvements for models 2014-02-19 14:57:26 +01:00
errorHandling.js logError & logWarn call console.log once 2014-03-23 15:20:20 +00:00
filters.js Add JSON API tests & cleanup 2014-02-28 22:26:03 +00:00
index.js Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
mail.js Update system emails to come from ghost@blog.url 2014-03-06 12:03:00 +01:00
middleware.js
require-tree.js Refactor require-tree to not share messages 2014-02-28 14:13:45 -06:00
update-check.js Fix problems from importing 0.4.0 file 2014-02-25 20:15:32 +01:00
xmlrpc.js Add XML-RPC ping 2014-03-20 17:53:32 +00:00