Bug fixes:
- Removed the check that added the "available offline" icon on the folder when there was an empty folder, this is misleading.
- solved a bug that prevented the folders to be deleted in the desktop app if they where deleted previously in the web-drive, leaving only empty folders/Subfolders
- Now, on prod mode, you cannot activate the devtools (With Crtl + shift + I)
- Fixed an issue where deleting a backup didnt immediately remote it from the list. Now you no longer need to refresh the view for changes to take effect.
- Added some missing translations on the backup section
- Fixed a bug with the Backup frequency select that wasnt properly displaying the selection of the interval of the backup
- Added the gateway url for internxt.com/api
- Handling of Dangled files on backup
Changes:
- Migrated the following endpoints to use the new backend API URL. Also improved internal error handling when refreshing sessions for better stability:
GET /users/refresh
POST /auth/login
POST /auth/login/access
GET /backup/deviceAsFolder
GET /backup/deviceAsFolder/{uuid}
POST /backup/deviceAsFolder
PATCH /backup/deviceAsFolder/{uuid}