Files
xamxam/TODO.md
T
Pontoporeia 6da45435f5 fix: relinked files now appear in FilePond UI immediately
Switched from pond.addFile(type:'limbo') to pond.addFiles([{source, options:{type:'local'}}])
in both XamxamRelinkFile and XamxamRelinkPeerTube.

addFile with type 'limbo' doesn't trigger server.load to fetch the file
for the preview/thumbnail. The data-existing-files format (type:'local')
correctly tells FilePond to call server.load for the file identified by
the source (DB ID), rendering it properly in the pool.
2026-07-10 16:36:30 +02:00

1.4 KiB

TODO

  • Fix CSP: add frame-src to allow iframes from videos.erg.be and depnum.happyngreen.fr
  • Website iframe overlay: remove blur, move button to bottom-right, replace text with SVG icon + tooltip
  • Fix "Copier" button in logs section scrolling out of view on horizontal scroll
  • Remove TOC temporary debug error_log calls
  • Fix PeerTube upload failure: PHP /tmp tmpfs too small for large video files
  • Fix keyword word-breaking in repertoire.php: widen kw grid column, add white-space: nowrap
  • Fix licence.php TOC: restore open attribute on <details class="toc"> (lost in vrxsstns, never restored by uuomvtvm fix)
  • Fix hasFilePondQueueData() missing peertube: prefix check → new PeerTube uploads silently lost on edit
  • Fix handleWebsiteUrl() in ThesisEditController unconditionally deleting website rows on every edit
  • Fix FilePond server.remove potentially triggering during HTMX fragment teardown
  • Add restore-from-corbeille functionality in cleanup page
  • Fix cleanup stats: use sidecar JSON for restorability classification (not DB row existence)
  • Remove destructive HTMX fragment refresh from relink flow (close modal only, pond.addFile in-place)
  • Merge corbeille lists into single table with status column + bulk restore button
  • Fix relinked file not appearing in FilePond UI: use addFiles([{type:'local'}]) instead of addFile(type:'limbo')