0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/url
Hannah Wolfe a1f0169edf 🐛 Fixed 500 error for content with no collection
no issue

- Fixes a case where a post that doesn't belong to a collection throws a 500 Resource Not Found Error
- This should be a 404 Resource Not Found error
- 500 suggests something went very wrong and is our fault,
-  but this is a user error where the collections or posts are misconfigured, and some content doesn't have a home
2019-01-15 22:00:46 +00:00
..
configs Added ability to notify and update url service about changes in related resources (#10336) 2019-01-08 09:48:53 +00:00
index.js
Queue.js 🐛 Protected Ghost blog against invalid uploaded routes.yaml (#10100) 2018-11-26 16:28:22 +07:00
Resource.js
Resources.js 🐛 Fixed url not being immediately available after post publish (#10361) 2019-01-11 10:30:36 +00:00
UrlGenerator.js Fixed site using API v2 (#10332) 2019-01-04 18:24:00 +01:00
Urls.js
UrlService.js 🐛 Fixed 500 error for content with no collection 2019-01-15 22:00:46 +00:00
utils.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00