2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server
Jason Williams 4b46d85c26 Redirect from admin editor to frontend post view
closes #2628
- added /view/ route to the editor. if /view/ is appended to
  the url of a post being edited a redirect to the frontend
  will occur
- updated controller to check for /view/ and built the
  correct url for the post
- added test for the new route
2014-05-01 01:50:24 +00:00
..
api Add include parameter for posts API 2014-04-27 18:58:34 +02:00
apps AppProxy with permissions checks and app context 2014-04-26 10:38:23 -05:00
config Support for urlSSL config option and forceAdminSSL 403 response 2014-04-27 17:01:49 -04:00
controllers Redirect from admin editor to frontend post view 2014-05-01 01:50:24 +00:00
data Changed boolean handling 2014-04-25 09:55:53 +02:00
helpers Update & grunt-groc and fix docs errors 2014-04-21 19:04:20 +01:00
middleware Support for urlSSL config option and forceAdminSSL 403 response 2014-04-27 17:01:49 -04:00
models Additional objects 2014-04-27 19:34:44 +02:00
permissions Add permissions to API 2014-04-16 18:22:22 +02:00
routes Redirect from admin editor to frontend post view 2014-05-01 01:50:24 +00:00
storage Build correct path on image upload when config has custom content path 2014-04-07 05:01:39 +00:00
views Added email sending endpoint to the API. 2014-04-09 23:56:21 +02:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
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 Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
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