Public list page moved /history -> /public; Saved page moved /mine -> /saved
/ redirects to /public; /history and /mine return 301 redirects to the new URLs (old links keep working)
Nav and logo hrefs updated; nav active state uses the new Page values (public/saved)
Delete-success redirect in paste.js now goes to /public
"saved" added to reservedSlugs (route literal rule)
New route test TestRenamedPageRoutes asserts 200s on /public, /saved and redirect targets for /history, /mine, /; existing tests updated
Verified: go build + full go test pass; local rendered probe confirmed nav hrefs, active states, /api/mine data, and redirect locations.
Ref #256
- Public list page moved /history -> /public; Saved page moved /mine -> /saved
- / redirects to /public; /history and /mine return 301 redirects to the new URLs (old links keep working)
- Nav and logo hrefs updated; nav active state uses the new Page values (public/saved)
- Delete-success redirect in paste.js now goes to /public
- "saved" added to reservedSlugs (route literal rule)
- New route test TestRenamedPageRoutes asserts 200s on /public, /saved and redirect targets for /history, /mine, /; existing tests updated
Verified: go build + full go test pass; local rendered probe confirmed nav hrefs, active states, /api/mine data, and redirect locations.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Ref #256
Verified: go build + full go test pass; local rendered probe confirmed nav hrefs, active states, /api/mine data, and redirect locations.