Files
HouseHub/modules
percoandClaude Sonnet 4.6 1ee0ec820c
Deploy HouseHub / deploy (push) Successful in 2s
Fix PrintVault upload: unpack format f3 (not fff) + ob_end_clean() + perms
- unpack('fff',...) in PHP returns only 1 float — must use unpack('f3',...)
  to correctly extract 3 floats from binary STL vertices
- ob_end_clean() in pvOk/pvErr discards PHP warnings from output buffer
  (display_errors=On was causing warnings to corrupt JSON response)
- Upload dirs chowned to www-data so Apache can write files
- QA verified: categories(8), STL parse, DB insert, file write all pass

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 10:58:53 +02:00
..
2026-05-12 12:05:28 +02:00
2026-05-13 18:26:09 +02:00
2026-05-14 22:15:55 +02:00
2026-05-12 12:05:28 +02:00
2026-05-14 11:36:41 +02:00
2026-05-12 12:05:28 +02:00
2026-05-12 17:41:22 +02:00
2026-05-13 16:45:25 +02:00
2026-05-14 22:40:14 +02:00