Go to file T
Code
handlers S39: repo Code view — 2/3 + 1/3 layout with About sidebar
middleware S39: middleware.WithCurrentUserForTest helper for handler tests
render S39: renderer — recursive partial walk + fail-loud on undefined template refs
static S40: landing page (anon marketing + authed quicklinks) on /
templates S40: landing page (anon marketing + authed quicklinks) on /
admin_wiring.go S34: buildAdminHandlers wiring
auth_wiring.go S35: wire ratelimit.Limiter into auth Deps
embed.go Add web server shell: hello page, static asset server, /healthz, /readyz
embed_test.go S39: production-templates smoke — full parse via render.New in CI
githttp_wiring.go S12: wire git-HTTP routes; move Compress+Timeout out of global into per-group middleware so git can stream uncompressed without the 30s cap
notif_wiring.go S29: notifications inbox + thread sub + one-click unsub web handlers
orgs_wiring.go S30: org web surface — create, profile dispatch, people, invitations
profile_wiring.go S10: thread ObjectStore into auth wiring; profile editor renders avatar upload form
repo_wiring.go S33: wire repo handler SecretBox from Auth.TOTPKeyB64
search_wiring.go S28: /search + /search/quick handlers, templates, top-bar nav
server.go S34: wire admin under RequireUser + RequireSiteAdmin