• v0.0.9 2102f6c95d

    v0.0.9
    All checks were successful
    Release / test (push) Successful in 21s
    Release / build (push) Successful in 1m40s
    Stable

    patillacode released this 2026-05-31 20:09:10 +02:00 | 1 commits to main since this release

    v0.0.9

    Features

    • Clickable upload URL: the success URL is now a direct link that opens in a new tab, replacing the separate Copy button
    • Filename and upload date in admin: the admin table now shows the original filename and upload timestamp; the
      index page history list also displays the date. Existing rows show for both fields

    Fixes

    • Upload size enforcement: Content-Length is now checked early and chunked reads are capped at
      max_upload_size, preventing oversized uploads from slipping through
    • Content subdomain middleware: static assets and reserved subdomains (www, etc.) are now passed through
      correctly; previously, CSS failed to load on error pages and www.dropit.patilla.es returned a 404
    • Admin auth hardening: token comparison now uses constant-time comparison; admin auth logic consolidated

    Chores

    • Updated README link to point to the new tutorial/portfolio
    Downloads