copyparty/docs/TODO.md
ed 3f05b6655c add UI to abort an unfinished upload; suggested in #77
to abort an upload, refresh the page and access the unpost tab,
which now includes unfinished uploads (sorted before completed ones)

can be configured through u2abort (global or volflag);
by default it requires both the IP and account to match

https://a.ocv.me/pub/g/nerd-stuff/2024-0310-stoltzekleiven.jpg
2024-03-11 01:32:02 +01:00

1.8 KiB

a living list of upcoming features / fixes / changes, very roughly in order of priority

  • readme / docs

    • docker ftp config
    • custom-fonts (copy from issue)
    • s3 speedfix
    • reverseproxy/cloudflare: ensure cloudflare does not terminate https
    • docker: suggest putting hists in /cfg/hists/
  • github issue #62 - IdP / single-sign-on powered by a local identity provider service which is possibly hooked up to ldap or an oauth service

    • secret token header between reverse-proxy and copyparty to confirm the headers are legit
    • persist autogenerated volumes for db-init + nullmapping on next startup (_map_volume += only_if_exist)
    • sanchk that autogenerated volumes below inaccessible parent
    • disable logout links if idp detected
  • download accelerator

    • definitely download chunks in parallel
    • maybe resumable downloads (chrome-only, jank api)
    • maybe checksum validation (return sha512 of requested range in responses, and probably also warks)
  • github issue #64 - dirkeys 2nd season

    • popular feature request, finally time to refactor browser.js i suppose...
  • github issue #37 - upload PWA

  • github issue #57 - config GUI

    • configs given to -c can be ordered with numerical prefix
    • autorevert settings if it fails to apply
    • countdown until session invalidates in settings gui, with refresh-button