Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CHANGELOG.txt | h6w | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG.txt | h6w | 2017-10-26 | 1 | -2/+6 |
| | |||||
* | Merge pull request #61 from tschoening/proc_desc_and_cpu_id_gaps | h6w | 2017-10-26 | 1 | -2/+4 |
|\ | | | | | #53: Some CPUs might have gaps in their IDs and querying VirtualBox… | ||||
| * | #53: Reducing multiple SOAP calls to one for now as it seems that the web UI ↵ | Thorsten Schöning | 2017-08-31 | 1 | -3/+4 |
| | | | | | | | | | | | | is only using the first processor description anyway and because of the wrong loop approach it doesn't make sense to query the CPU ID 0 multiple times. The multiple entries in the array are only used to show the total number of CPUs. Both places need to be synced in the end anyway, it doesn't make sense to only assume one description in one place and multiple different in some other. https://github.com/phpvirtualbox/phpvirtualbox/blob/develop/js/phpvirtualbox.js#L48 | ||||
| * | #53: Some CPUs might have gaps in their IDs and querying VirtualBox for ↵ | Thorsten Schöning | 2017-08-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | processor descriptions for unknown CPU IDs results in an error. Therefore a loop is not the correct strategy to query details of all CPUs, but instead one would need to get all CPU IDs used in the system and iterate those. Even "vboxmanage list hostinfo" seems to be doing that wrong: https://www.virtualbox.org/ticket/17045 This patch is a quick and dirty WORKAROUND for this problem, because more people seem to be affected by it. Querying only ID 0 will most likely succeed, but even that ID might be missing of course. Additionally, it is very likely that people only use exactly the same CPUs in multi socket systems and with only one socket I couldn't even thing of a reason why the description between the cores of one socket should be different. Keeping the loop is necessary and easy to let phpVirtualBox have available all expected data and performance simply shouldn't be an issue. | ||||
* | | Merge pull request #24 from mikedld/php71 | h6w | 2017-10-26 | 1 | -22/+22 |
|\ \ | | | | | | | Fix argument count mismatches revealed by PHP 7.1 | ||||
| * | | Fix argument count mismatches revealed by PHP 7.1 | Mike Gelfand | 2017-01-14 | 1 | -22/+22 |
| |/ | |||||
* | | Merge pull request #55 from tschoening/fix_decrpytion | h6w | 2017-10-26 | 1 | -0/+4 |
|\ \ | | | | | | | Make decryption of images/VMs work by not providing a password ID. | ||||
| * | | Make decryption of images/VMs work by not providing a password ID. | root (kid.am-soft.de) | 2017-05-21 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #66 from phpvirtualbox/virtualbox5.2 | h6w | 2017-10-26 | 3 | -9/+5071 |
|\ \ | | | | | | | New Virtualbox 5.2 webservice files | ||||
| * | | New Virtualbox 5.2 webservice files from SDK at ↵ | Tudor Holton | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip | ||||
| * | | New Virtualbox 5.2 webservice files from SDK at ↵ | Tudor Holton | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip | ||||
| * | | New Virtualbox 5.2 webservice files from SDK at ↵ | Tudor Holton | 2017-10-26 | 2 | -8/+5070 |
|/ / | | | | | | | http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip | ||||
* | | Merge pull request #63 from p-bo/develop | h6w | 2017-10-26 | 3 | -1/+2076 |
|\ \ | |/ |/| | Czech localization | ||||
| * | Added Czech language | p-bo | 2017-09-11 | 1 | -1/+2 |
| | | |||||
| * | added cs.dat | p-bo | 2017-09-11 | 1 | -0/+1820 |
| | | |||||
| * | added cs.xml | p-bo | 2017-09-11 | 1 | -0/+254 |
|/ | |||||
* | Merge pull request #13 from tioigor96/patch-1 | imoore76 | 2016-05-19 | 1 | -0/+259 |
|\ | | | | | AuthMySQL | ||||
| * | AuthMySQL | tioigor96 | 2016-03-11 | 1 | -0/+259 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (i have just see you have the GitHub of phpvirtualbox... i report here the mail i just send to you) Hi Ian, I'm a student of university of Udine (Italy), and i these years (3ys more or less...) i found very useful your project phpvirtualbox. So, I decided to help you as best as I can. For these reasons I mail to you this AuthModule for MySQL. It respect all your standards, and I think it'll be useful for other people would use MySQL Server for manage the data storage. I wrote that because I need a "plugin" for implement a "SingleSingOn" system (one acccount for more services). I don't believe to be the first to send you source code, in particular for authentication modules, but I hope it will be useful for you, and maybe you add it to your project. The only thing i ask you are to leave me the authorship of it. Thanks very much for everything. Best regards, Filippo Callegari P.S.: sorry for my bad english... | ||||
* | | Merge pull request #16 from ashway83/develop | imoore76 | 2016-05-19 | 2 | -2/+2 |
|\ \ | | | | | | | Fixed invalid new HDD path issue when enforceVMOwnership is enabled | ||||
| * | | Fixed invalid new HDD path issue when enforceVMOwnership is enabled | Andriy Sharandakov | 2016-04-05 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #14 from ashway83/develop | imoore76 | 2016-03-24 | 2 | -4/+4 |
|\ \ \ | |/ / | | / | |/ |/| | Fixed enforceVMOwnership and vmQuotaPerUser functionality | ||||
| * | Fixed enforceVMOwnership and vmQuotaPerUser functionality which is broken in ↵ | Andriy Sharandakov | 2016-03-24 | 2 | -4/+4 |
|/ | | | | 5.0-5 | ||||
* | 5.0-6 prep | Ian Moore | 2016-01-08 | 2 | -1/+6 |
| | |||||
* | 5.0-5 release5.0-5 | Ian Moore | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | PHP7 support | Ian Moore | 2016-01-08 | 4 | -3/+6 |
| | |||||
* | Prep for next release | Ian Moore | 2015-12-07 | 2 | -1/+5 |
| | |||||
* | Bump changelog for release5.0-4 | Ian Moore | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | See CHANGELOG | Ian Moore | 2015-12-07 | 7 | -45/+72 |
| | |||||
* | Docker related files | Ian Moore | 2015-12-02 | 4 | -27/+67 |
| | |||||
* | Version bump prep for next release | Ian Moore | 2015-09-09 | 2 | -1/+5 |
| | |||||
* | Update changelog for release5.0-3 | Ian Moore | 2015-09-09 | 1 | -1/+4 |
| | |||||
* | See Changelog | Ian Moore | 2015-09-09 | 4 | -10/+26 |
| | |||||
* | Added stub en.xml | Ian Moore | 2015-08-14 | 1 | -0/+2 |
| | |||||
* | Bump versions | Ian Moore | 2015-08-13 | 2 | -1/+5 |
| | |||||
* | 5.0-2 release5.0-2 | Ian Moore | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | Remove accidental character in system settings | Ian Moore | 2015-08-09 | 1 | -1/+1 |
| | |||||
* | Fix USB device attaching / detaching from Settings menu of a running VM. | Ian Moore | 2015-08-09 | 2 | -7/+18 |
| | |||||
* | Show disk encryption settings in details | Ian Moore | 2015-08-08 | 2 | -3/+11 |
| | |||||
* | Fixed "Unknown PHP error" when using English. | Ian Moore | 2015-08-08 | 2 | -7/+7 |
| | | | More language changes | ||||
* | Fixed host-only network DHCP server settings | Ian Moore | 2015-08-07 | 3 | -11/+7 |
| | |||||
* | Fixed toolbar | Ian Moore | 2015-08-07 | 1 | -38/+90 |
| | |||||
* | More language fixes | Ian Moore | 2015-08-07 | 22 | -91/+84 |
| | |||||
* | More translation fixes | Ian Moore | 2015-08-07 | 19 | -142/+415 |
| | | | Add Dutch language file | ||||
* | Update changelog and version | Ian Moore | 2015-08-07 | 2 | -1/+6 |
| | |||||
* | Translation updates and fixes | Ian Moore | 2015-08-07 | 38 | -465/+1269 |
| | |||||
* | 5.0-1 2015-08-055.0-1 | Ian Moore | 2015-08-05 | 3 | -87/+93 |
| | |||||
* | 5.0-1 release | Ian Moore | 2015-08-04 | 2 | -36/+49 |
| | |||||
* | Fix add attachment button context menu in VM storage settings | Ian Moore | 2015-08-04 | 3 | -41/+41 |
| | | | Standardize on uHash for session pw hash storage | ||||
* | Merge pull request #2 from ngpitt/master | imoore76 | 2015-08-04 | 1 | -1/+1 |
|\ | | | | | Fixed the link to rdp.php | ||||
| * | Fixed the link to rdp.php | Nicholas Pitt | 2015-08-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1 from ngpitt/master | imoore76 | 2015-08-02 | 2 | -4/+4 |
|\ \ | |/ | | | Fixed bug in api.php change password and corrected the lib path in recovery.php | ||||
| * | Fixed bug in api.php change password and corrected the lib path in recovery.php | Nicholas Pitt | 2015-08-02 | 2 | -4/+4 |
|/ | |||||
* | Fix header() in api.php | Ian Moore | 2015-07-30 | 3 | -19/+14 |
| | | | Minor cleanup | ||||
* | Fix languages. | Ian Moore | 2015-07-30 | 1 | -27/+29 |
| | |||||
* | Move source tree up one level | Ian Moore | 2015-07-29 | 568 | -4/+3 |
| | |||||
* | Bug fixes for 5.0 | Ian Moore | 2015-07-29 | 7 | -80/+95 |
| | |||||
* | Fixes for some API changes | Ian Moore | 2015-07-29 | 8 | -1443/+4142 |
| | | | Snapshots still broken | ||||
* | Initial import | Ian Moore | 2015-07-27 | 567 | -0/+119986 |