• printedparts stage 15: print-file revision history + role-based alerts
    Some checks failed
    CI / backend (push) Successful in 1m44s
    CI / naming (push) Successful in 2s
    CI / frontend (push) Successful in 8s
    CI / migrations-mysql (push) Failing after 7s

    cproudlock released this 2026-07-17 12:47:41 +00:00 | 353 commits to main since this release

    printeditemfiles lands as the plugin's first incremental migration
    (0002 on the plugin chain - the ADR-008 payoff). Revisions are
    append-only per item: upload assigns the next number, records the
    uploader from the JWT, enforces an extension allowlist and a 100 MB
    cap; download serves the original filename; a permission-gated delete
    covers wrong-file mistakes. The detail page gains the revision table
    with a current badge. Unique storedfilename is sized 191 so the index
    fits MySQL's 767-byte prefix - the per-plugin chain does not apply the
    core env's ROW_FORMAT hook.

    Alert recipients gain roles: Role joins the 0.13.0 surface, a role
    picker on the settings page, and every active member of the selected
    roles is folded into the deduped recipient list.

    Downloads