0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/routing
Katharina Irrgang fc21b25895
🐛Fixed auto redirect for extra data queries on post and page resources (#9828)
closes #9791

- we only made use of the redirect middleware, who detects if a redirect should happen, for taxonomies (tags, authors)
- `data: page.team` will now redirect too
- `data: post.team` will now redirect too
- you can disable the redirect using the long form
2018-12-03 20:31:48 +01:00
..
assets Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
controllers Included relations if static resource is post | page (#10148) 2018-12-03 19:26:21 +01:00
helpers Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
middlewares Removed /index from requires 2018-10-04 17:39:04 +02:00
bootstrap.js 🐛Fixed sitemap duplicates after routes.yaml upload (#9957) 2018-10-08 10:29:21 +07:00
CollectionRouter.js 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
index.js
ParentRouter.js 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
PreviewRouter.js Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
registry.js Dynamic Routing Beta: collection name behaviour 2018-06-21 20:59:43 +02:00
RSSRouter.js
StaticPagesRouter.js Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00
StaticRoutesRouter.js 🐛 Dynamic Routing Beta: Fixed wrong template order for static routes 2018-08-16 12:13:24 +02:00
TaxonomyRouter.js Renamed /users to /authors for Content API V2 (#10096) 2018-11-07 15:29:37 +01:00