summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.txth6w2017-10-261-1/+1
|
* Update CHANGELOG.txth6w2017-10-261-2/+6
|
* Merge pull request #61 from tschoening/proc_desc_and_cpu_id_gapsh6w2017-10-261-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öning2017-08-311-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öning2017-08-301-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/php71h6w2017-10-261-22/+22
|\ \ | | | | | | Fix argument count mismatches revealed by PHP 7.1
| * | Fix argument count mismatches revealed by PHP 7.1Mike Gelfand2017-01-141-22/+22
| |/
* | Merge pull request #55 from tschoening/fix_decrpytionh6w2017-10-261-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-211-0/+4
| |/
* | Merge pull request #66 from phpvirtualbox/virtualbox5.2h6w2017-10-263-9/+5071
|\ \ | | | | | | New Virtualbox 5.2 webservice files
| * | New Virtualbox 5.2 webservice files from SDK at ↵Tudor Holton2017-10-261-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 Holton2017-10-261-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 Holton2017-10-262-8/+5070
|/ / | | | | | | http://download.virtualbox.org/virtualbox/5.2.0/VirtualBoxSDK-5.2.0-118431.zip
* | Merge pull request #63 from p-bo/developh6w2017-10-263-1/+2076
|\ \ | |/ |/| Czech localization
| * Added Czech languagep-bo2017-09-111-1/+2
| |
| * added cs.datp-bo2017-09-111-0/+1820
| |
| * added cs.xmlp-bo2017-09-111-0/+254
|/
* Merge pull request #13 from tioigor96/patch-1imoore762016-05-191-0/+259
|\ | | | | AuthMySQL
| * AuthMySQLtioigor962016-03-111-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/developimoore762016-05-192-2/+2
|\ \ | | | | | | Fixed invalid new HDD path issue when enforceVMOwnership is enabled
| * | Fixed invalid new HDD path issue when enforceVMOwnership is enabledAndriy Sharandakov2016-04-052-2/+2
| | |
* | | Merge pull request #14 from ashway83/developimoore762016-03-242-4/+4
|\ \ \ | |/ / | | / | |/ |/| Fixed enforceVMOwnership and vmQuotaPerUser functionality
| * Fixed enforceVMOwnership and vmQuotaPerUser functionality which is broken in ↵Andriy Sharandakov2016-03-242-4/+4
|/ | | | 5.0-5
* 5.0-6 prepIan Moore2016-01-082-1/+6
|
* 5.0-5 release5.0-5Ian Moore2016-01-081-1/+1
|
* PHP7 supportIan Moore2016-01-084-3/+6
|
* Prep for next releaseIan Moore2015-12-072-1/+5
|
* Bump changelog for release5.0-4Ian Moore2015-12-071-1/+1
|
* See CHANGELOGIan Moore2015-12-077-45/+72
|
* Docker related filesIan Moore2015-12-024-27/+67
|
* Version bump prep for next releaseIan Moore2015-09-092-1/+5
|
* Update changelog for release5.0-3Ian Moore2015-09-091-1/+4
|
* See ChangelogIan Moore2015-09-094-10/+26
|
* Added stub en.xmlIan Moore2015-08-141-0/+2
|
* Bump versionsIan Moore2015-08-132-1/+5
|
* 5.0-2 release5.0-2Ian Moore2015-08-121-1/+1
|
* Remove accidental character in system settingsIan Moore2015-08-091-1/+1
|
* Fix USB device attaching / detaching from Settings menu of a running VM.Ian Moore2015-08-092-7/+18
|
* Show disk encryption settings in detailsIan Moore2015-08-082-3/+11
|
* Fixed "Unknown PHP error" when using English.Ian Moore2015-08-082-7/+7
| | | More language changes
* Fixed host-only network DHCP server settingsIan Moore2015-08-073-11/+7
|
* Fixed toolbarIan Moore2015-08-071-38/+90
|
* More language fixesIan Moore2015-08-0722-91/+84
|
* More translation fixesIan Moore2015-08-0719-142/+415
| | | Add Dutch language file
* Update changelog and versionIan Moore2015-08-072-1/+6
|
* Translation updates and fixesIan Moore2015-08-0738-465/+1269
|
* 5.0-1 2015-08-055.0-1Ian Moore2015-08-053-87/+93
|
* 5.0-1 releaseIan Moore2015-08-042-36/+49
|
* Fix add attachment button context menu in VM storage settingsIan Moore2015-08-043-41/+41
| | | Standardize on uHash for session pw hash storage
* Merge pull request #2 from ngpitt/masterimoore762015-08-041-1/+1
|\ | | | | Fixed the link to rdp.php
| * Fixed the link to rdp.phpNicholas Pitt2015-08-031-1/+1
| |
* | Merge pull request #1 from ngpitt/masterimoore762015-08-022-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.phpNicholas Pitt2015-08-022-4/+4
|/
* Fix header() in api.phpIan Moore2015-07-303-19/+14
| | | Minor cleanup
* Fix languages.Ian Moore2015-07-301-27/+29
|
* Move source tree up one levelIan Moore2015-07-29568-4/+3
|
* Bug fixes for 5.0Ian Moore2015-07-297-80/+95
|
* Fixes for some API changesIan Moore2015-07-298-1443/+4142
| | | Snapshots still broken
* Initial importIan Moore2015-07-27567-0/+119986