Known issues

Beta release announcements and discussion around them
Locked
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Sat Jun 25, 2016 8:38 pm

This list is no longer maintained!
Please see our Tracker for information on outstanding issues: https://tracker.unimus.net/

Here is the current list of known issues:
  • Diff lines start at 0
  • Multiple Unimus servers can connect to a single database and re-write each other's data. Database locking is not implemented yet.
  • Chrome - Wizard and main application do not resize correctly when moved from fullscreen to side (windows + arrow keys) - this is a Chrome bug, works fine in all other browsers
This list will be updated periodically as these issues are resolved, or new issues are found.

The list was last updated with 1.1.0 release.
User avatar
Tomas
Posts: 1206
Joined: Sat Jun 25, 2016 12:33 pm

Wed Jun 29, 2016 5:32 am

The following issues have previously been on the Known Issues list, but have since been resolved (and taken off the list):

Code: Select all

* There is no way to configure logging verbosity yet.
* Diff picks a "destination" backup by which backup was selected first, rather then selecting the newer (by date) backup as the "destination" backup automatically.
* There is no way to edit an already added device (missing device Edit functionality).
* Main application (other than the Wizard) has not been fully migrated to a new design yet.
* When selecing all backups in a device's backup list, then switching to another device, the all selection checkbox stays checked, but no backups are checked. It requires unchecking and checking again to select all backups of newly selected device
* Search in the device table only searches by device address
* Pressing the enter key on an input field in the wizard doesnt move the Wizard to the next step.
* Sensitive data is kept as clear-text in the database and not yet encrypted (this includes user login data and device credentials).
* You can add the same credentials multiple times - currently no duplicity checking
* License indicator in the Dashboard is not functional.
* Times after midnight (12:14 AM) are sorted as newer than 1:15 AM
* Application user's password is encrypted in the database. It should be hashed rather than encrypted.
* In connector settings, when you type in a list of ports, the ports are in random order when loading the list again later
* Focus is not switched to an input field after a button that spawns an input field is clicked.
* Pressing the enter key on an input field in popups and config windows doesnt register as a confirmation/finish/save for those windows.
* If you remove a device immediately after adding it (before discovery finishes) and add the same device again, it will not be discovered properly (but doing "Backup now" or after next scheduled backup, its discovered correctly)
Locked