March 31st, 2026

v8.4.3

WebDAV

  • Adds searching via web UI for searching through files and folders. Click on the folder/file path in the top right to bring up the search box.

  • Adds sorting by name and size.

  • Much faster operation. Previously, every time you viewed a folder or file, WebDAV would contact our database, now data is cached on our servers for much faster operation when viewing files or folders.

  • Properly announces that the server accepts ranges, and better handles ranged requests.

  • More reliable downloads.

  • WebDAV now hides downloads over 1000 files large due to performance issues.

Web Downloads / Debrid

  • Fixes 4shared RAR downloads.

  • Fixes Turbobit downloads.

  • Fixes Twitch downloads.

  • Handles cases where Buzzheavier returns an error, instead of caching the file containing the error, TorBox will just error the download.

  • Fixes Datanodes downloads.

  • Handles log in only Archive.org downloads by failing them with a proper error rather than something generic.

  • Adds downloading from Castbox.fm

    • This allows episodes as well as channel downloads (most recent 50 episodes)

  • Adds downloading via the GalleryDL tool. This allows for over 200+ supported websites already added onto TorBox’s Web Downloader system.

    • All of the supported sites can be viewed here (the TorBox hosters page only shows a small fraction of what is supported).

    • These are mostly image-based websites, and now allows for TorBox to fulfill more purposes such as bulk media archiving and makes TorBox a more complete media ingestion tool.

  • Fixes YouTube downloads.

  • Fixes Vikingfile direct downloads handling.

  • Adds downloading from FileQ.

  • Adds downloading from HubDrive.

  • Adds downloading from DriveSeed.

  • Adds downloading from HubCloud.

  • Adds downloading from googleusercontent.com direct links. Some user’s requested this, since some of their sources only provide these links rather than drive.google.com links.

  • Adds downloading from Filespace.

  • Adds downloading from Uploady.

  • Adds downloading from Datavaults.

Website

  • When adding a new download fails, the error reason will be more visible, rather than being hidden behind the icons.

  • When adding a new download fails, you can now retry it with a single button. This will add it back to the queue.

  • Updates the icons on the new downloads panel.

API

  • Better API docs! Our API docs got an upgrade due to completing all the Postman verification requirements, which includes full documentation of all available API endpoints, with proper descriptions and responses, meaning that the quality of our API docs meet the stringent requirements of Postman.

    • Fancy checkmark at https://www.postman.com/torbox.

    • Our API docs now live on https://api-docs.torbox.app, and is no longer a redirect. This does mean that the search API and Relay API may be more difficult to find, so you can find them here.

    • The reason we put so much time and effort into this doc quality is because we care highly for our community developers who build software around our API. We are committed to making TorBox the simplest developer experience available.

  • Allows changing user settings via API. API DOCS.

  • Torrents can have a new state called “Incomplete”. This is added to torrents which never fully download in time due to not having any seeders.

  • Makes API more reliable.