0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend/services/routing
Naz 937d9e58d1 Switched post routing to uuid instead of slug
refs https://github.com/TryGhost/Team/issues/990

- Relying on uuid instead of slug makes the posts less discoverable and partially soves discoverability through overriden robots.txt files
2021-08-19 12:27:45 +04:00
..
config Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
controllers Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
helpers Swapped to American English spellings 2021-08-13 10:26:33 +04:00
middlewares
bootstrap.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
CollectionRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
EmailRouter.js Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
index.js Moved route settings to new server service 2021-06-30 10:58:33 +01:00
ParentRouter.js Simplified + unified debug naming conventions 2021-07-07 09:57:14 +01:00
PreviewRouter.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
registry.js
RSSRouter.js
StaticPagesRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
StaticRoutesRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
TaxonomyRouter.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
UnsubscribeRouter.js