Francesc Guasch
Francesc Guasch
At the create table, fields with `auto_increment` are turned into `primary key autoincrement`. This is fine but if the field has already the primary key it ends up with two,...
New method to check if a chain exists in a given iptables filter
Both are correct but we only should use one to make it more consistent for the translations. spotted by @putinpho in pr #1809
The text from the grant description is not consistent. The first letter sometimes is upper case and sometime down case. problem spotted by @putinpho in PR #1809
As stated by D. Berrangé on the mailing list for libvirt. The performance of qemu-xhci is better than piix3-uhci . A qemu-xhci controller can be added to any x86 machien...
Reviewing PR #1770 we spotted some frontend templates that may be unused. We should remove them from the repository and remove the language strings from *en.po* - [ ] support...
Add a networks management feature. Allow the admin add new networks and grant permission to the clients in that network to run virtual machines. - [x] run all virtual machines...
Review the instructions from INSTALL.md, PRODUCTION.md and INSTALL_devel.md - [x] add ravada user - [ ] firewalling or iptables guide - [x] check for accuracy
Set all the clones from a base an expiration time. When this period of time has passed, all the clones will be automatically removed. An use case could be machines...
Create this new grant: - [ ] view_all : The user can start and access the screen of any virtual machine Suggested by @fv3rdugo