fix: iframe for PDF display, exclude cover files from public loop, no session on media requests

This commit is contained in:
Pontoporeia
2026-04-27 21:11:58 +02:00
parent 46a3c360ec
commit e09b056115
3 changed files with 18 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# TODO
## TFE Public Page — File Display
- [x] Replace `<embed>` with `<iframe>` for PDF display (better cross-browser support)
- [x] Exclude `cover` file_type from public files loop (covers are banners, not content)
- [x] Move `App::boot()` in Dispatcher to after direct-response matching (no session on media requests)
## Dev / Debug Fixes
- [x] Fix `serve` recipe: show all PHP output (errors, logs) except static assets/connection noise