Skip to content

v1.14.1

Latest

Choose a tag to compare

@fstamatelopoulos fstamatelopoulos released this 06 Sep 00:14
· 1 commit to main since this release

Fixed

  • The Trash page now says how many documents are in the trash (#249).
    With 569 trashed documents it showed 50 (its selector's default) and
    nothing said more existed, so Empty trash's "500 or more" read as a bug.
    GET /api/v1/documents/trash now returns the exact total in an
    X-Total-Count header; the page drops the 50/100/200/500 selector, always
    lists the 500 most recently deleted, and says "Showing the 500 most
    recently deleted of 569" when capped; the Empty-trash confirmation states
    the exact number and its progress total starts there instead of growing
    pass by pass. No schema change.