Ghost/core/server/models
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
..
base.js Redirect feed -> rss 2014-03-24 09:46:39 +00:00
index.js Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
permission.js Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
post.js Merge pull request #2435 from halfdan/2148-rpc 2014-03-20 19:14:23 +00:00
role.js Add validation from schema.js 2014-02-19 18:32:23 +01:00
session.js Replace JSLint with JSHint. 2014-03-04 15:47:39 +00:00
settings.js Fixes random pg failures. 2014-03-17 10:54:31 +00:00
tag.js Add validation from schema.js 2014-02-19 18:32:23 +01:00
user.js Update validator to 3.4.0 2014-03-04 13:54:24 -07:00