Commit Graph

29 Commits

Author SHA1 Message Date
Tudor Holton 4c639d4710 Apply patch supplied by Thomas Pochetat from ArchLinux bug 55228 https://bugs.archlinux.org/task/55228 2017-11-10 16:36:19 +11:00
h6w 874e2edd62 Merge pull request #61 from tschoening/proc_desc_and_cpu_id_gaps
#53: Some CPUs might have gaps in their IDs and querying VirtualBox…
2017-10-26 16:27:15 +11:00
h6w 029010232d Merge pull request #24 from mikedld/php71
Fix argument count mismatches revealed by PHP 7.1
2017-10-26 16:20:01 +11:00
h6w 1450e57734 Merge pull request #55 from tschoening/fix_decrpytion
Make decryption of images/VMs work by not providing a password ID.
2017-10-26 16:19:00 +11:00
Tudor Holton ec05a25fb1 New Virtualbox 5.2 webservice files from SDK at http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip 2017-10-26 16:08:20 +11:00
Tudor Holton 17f40b957b New Virtualbox 5.2 webservice files from SDK at http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip 2017-10-26 16:06:25 +11:00
Tudor Holton 2bbffec479 New Virtualbox 5.2 webservice files from SDK at http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip 2017-10-26 16:04:18 +11:00
Thorsten Schöning 0e92cd0d0f #53: Reducing multiple SOAP calls to one for now as it seems that the web UI 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
2017-08-31 09:42:54 +02:00
Thorsten Schöning 7e2d7e7431 #53: Some CPUs might have gaps in their IDs and querying VirtualBox for 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.
2017-08-30 18:36:57 +02:00
root (kid.am-soft.de) ab7059433b Make decryption of images/VMs work by not providing a password ID. 2017-05-21 21:16:54 +02:00
Mike Gelfand 10b6a7383c Fix argument count mismatches revealed by PHP 7.1 2017-01-14 23:54:28 +03:00
imoore76 65ebcedd30 Merge pull request #13 from tioigor96/patch-1
AuthMySQL
2016-05-19 08:34:22 -04:00
Andriy Sharandakov 4a1336e40a Fixed enforceVMOwnership and vmQuotaPerUser functionality which is broken in 5.0-5 2016-03-24 15:19:08 +02:00
tioigor96 4cfd008837 AuthMySQL
(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...
2016-03-11 00:29:32 +01:00
Ian Moore ce7c35ce03 5.0-6 prep 2016-01-08 13:53:11 -05:00
Ian Moore e5394ddab0 PHP7 support 2016-01-08 13:10:56 -05:00
Ian Moore fc220fd7ca Prep for next release 2015-12-07 09:18:01 -05:00
Ian Moore e3a53018b9 See CHANGELOG 2015-12-07 08:47:17 -05:00
Ian Moore 242d71fc67 Version bump prep for next release 2015-09-09 09:09:18 -04:00
Ian Moore 200829f12e Bump versions 2015-08-13 00:02:01 -04:00
Ian Moore f109585025 Fixed "Unknown PHP error" when using English.
More language changes
2015-08-08 18:07:53 -04:00
Ian Moore 0ffda268ad Fixed host-only network DHCP server settings 2015-08-07 15:28:17 -04:00
Ian Moore 5c84162ce3 More language fixes 2015-08-07 13:56:10 -04:00
Ian Moore 41f723e6ad Update changelog and version 2015-08-07 08:34:05 -04:00
Ian Moore 021ed6009d 5.0-1 2015-08-05 2015-08-05 11:19:30 -04:00
Ian Moore 2e885ced73 5.0-1 release 2015-08-04 23:46:08 -04:00
Ian Moore b735c0d90e Fix add attachment button context menu in VM storage settings
Standardize on uHash for session pw hash storage
2015-08-04 23:41:33 -04:00
Ian Moore 921c8175e6 Fix languages. 2015-07-30 08:44:45 -04:00
Ian Moore 83e0bc0d26 Move source tree up one level 2015-07-29 12:12:26 -04:00