Ghost/core/server/services/routing
Katharina Irrgang 7b0d5d465b 🐛 Fixed preview url and Zapier on subdirectory (#9683)
closes #9675

- with dynamic routing we have introduced a breaking change, which we have overseen
- Ghost does not return absolute urls, that's why the clients need to concat the blog url and the resource url
- with 1.24.0 Ghost returned resource urls including the subdirectory
- this caused trouble for e.g. zapier or the preview feature in the admin client
- revert breaking change and ensure we only expose resource urls without subdirectory
2018-06-12 16:36:58 +01:00
..
controllers 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
helpers 🐛 Fixed slug template for tags and authors 2018-06-11 22:06:47 +02:00
middlewares Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
bootstrap.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
CollectionRouter.js 🐛 Fixed default theme context 2018-06-08 15:11:47 +02:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
ParentRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
PreviewRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
registry.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
RSSRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
StaticPagesRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
StaticRoutesRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
TaxonomyRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00