February 18th, 2024

New

Fixed

v3.5.1

Website

  • Added 2FA. Allows you to secure your account by making sure that no one can log in but you.

    • Only allows using TOTP MFA but more options will be coming eventually. This was a feature that I wanted to get out as soon as possible due to how much access you have to an account on the website.

    • Only affects logins for the TorBox.app website. You are no required to use 2FA when using the API, WebDAV, FTP, the mobile app, etc.

    • You can use any 2FA solution, but we recommend Bitwarden. It can be self-hosted too.

    • No backup codes. This isn't supported by Supabase, but you can contact us to get access back to your account if you somehow lose access to your 2FA.

  • Added delete confirmations. This makes sure you might not be accidentally deleting things you don't want to delete.

    • This is a popup that asks you to confirm before deleting.

    • This happens for every download, but you can choose to ignore this warning for the entire time you are logged in by hitting the switch in the popup.

  • Fixed Google Drive not working on iOS devices.

Service

  • Slightly improved download speeds in some situations.

  • Fixed some downloads not being able to be downloaded if the name has special characters that aren't found in the UTF-8 encoding. It will make sure all download fit in the Latin-1 encoding, meaning it will also work in all browsers. This may mean you will see question marks (?) in place of special characters that cannot be encoded.