0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
Steve 87077f2218 Do not redirect to editor if parameter does not equal edit.
Closes #2619
- If edit parameter is 'edit' redirect to editor.
- If edit parameter is anything other then undefined redirect to 404.
- Create edit post tests.
- Test redirect without trailing slash.
- Test redirect to editor.
- Test redirect to 404.
2014-04-20 00:35:56 -07:00
..
api missing semicolon + console.log 2014-04-16 18:49:07 +02:00
apps Use current user in models 2014-04-16 18:20:09 +02:00
config Add promise to ghost startup process to allow 2014-03-11 11:41:45 -04:00
controllers Do not redirect to editor if parameter does not equal edit. 2014-04-20 00:35:56 -07:00
data Use current user in models 2014-04-16 18:20:09 +02:00
helpers Ghost footer outputs minified jquery in production 2014-04-06 08:42:25 -04:00
middleware Add permissions to API 2014-04-16 18:22:22 +02:00
models Add permissions to API 2014-04-16 18:22:22 +02:00
permissions Add permissions to API 2014-04-16 18:22:22 +02:00
routes Merge pull request #2439 from sebgie/move-slug 2014-03-28 17:12:55 +00:00
storage Build correct path on image upload when config has custom content path 2014-04-07 05:01:39 +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 Fixed check for a theme's custom error.hbs: 2014-03-29 08:19:51 -06:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Use current user in models 2014-04-16 18:20:09 +02: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 Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Use current user in models 2014-04-16 18:20:09 +02:00
xmlrpc.js Add XML-RPC ping 2014-03-20 17:53:32 +00:00