ZDDC/zddc/internal
ZDDC 89c5ec064d feat(zddc-server): hide _-prefixed entries from listings (e.g. _template)
Listings now filter both '.' and '_' prefixes:

- '.' entries: excluded from listings AND 404 on direct HTTP access
  (existing behavior). For invisible side-state like .devshell.
- '_' entries: excluded from listings only — direct URL access still
  works. For operator scaffolding like install.zip's _template/
  directory of bootstrap stubs that should be reachable but should
  not appear in the project picker.

Filter applied at both listing entry points: ServeProjectList (the
project picker JSON at GET / Accept: application/json) and the generic
listing/FromDirEntries (used by ServeDirectory for sub-directory
browse listings).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 16:56:47 -05:00
..
archive Initial commit 2026-04-27 11:05:47 -05:00
config feat(zddc-server): admin debug page + X-Auth-Request-Email default + hidden-segment guard 2026-04-28 14:02:06 -05:00
fs Initial commit 2026-04-27 11:05:47 -05:00
handler feat(zddc-server): hide _-prefixed entries from listings (e.g. _template) 2026-04-28 16:56:47 -05:00
listing feat(zddc-server): hide _-prefixed entries from listings (e.g. _template) 2026-04-28 16:56:47 -05:00
tlsutil Initial commit 2026-04-27 11:05:47 -05:00
zddc feat(zddc-server): admin debug page + X-Auth-Request-Email default + hidden-segment guard 2026-04-28 14:02:06 -05:00