summaryrefslogtreecommitdiffstats
path: root/endpoints/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add VirtIO SCSI supportStian Viskjer2020-07-041-1/+2
|
* Merge pull request #242 from stianvis/fix_usb_device_filter_addh6w2020-07-021-2/+4
|\ | | | | Fix adding USB device filter from device
| * Fix adding USB device filter from deviceStian Viskjer2020-07-011-2/+4
| | | | | | | | | | | | Update function remote_hostGetUSBDevices with new / removed IUSBDevice attributes. https://www.virtualbox.org/sdkref/interface_i_u_s_b_device.html.
* | Fix adding new CD/DVD drive to machineStian Viskjer2020-07-011-2/+2
|/
* Fix shared folders in 6.1Stian Viskjer2020-02-231-9/+11
|
* Fixed indentingchotaire2020-01-291-2/+2
|
* Fixed VRAMSize attribute missing errorchotaire2020-01-291-6/+6
|
* Merge branch 'develop' into chot-nested-virtualizationchotaire2020-01-295-6726/+84572
|\
| * Merge branch 'develop' into chot-select-gpuh6w2020-01-295-6712/+84571
| |\
| | * Merge pull request #214 from cesium147/fix-storage-usbh6w2020-01-291-0/+1
| | |\ | | | | | | | | FIX: Error "Invalid controller type: USB"
| | | * FIX: Error "Invalid controller type: USB"cesium1472019-12-151-0/+1
| | | |
| | * | Merge pull request #215 from cesium147/fix-vrde-authtypeh6w2020-01-291-2/+4
| | |\ \ | | | | | | | | | | FIX: Remote Display (VRDP Support) Authentication Type set to Null
| | | * | FIX: Remote Display (VRDP Support) Authentication Type set to Nullcesium1472019-12-151-2/+4
| | | |/ | | | | | | | | | | | | ADD: Exception of VRDP settings to vboxconnector errors stack
| | * | FIX: function remote_snapshotTakecesium1472020-01-281-2/+2
| | | |
| | * | Support for Virtualbox 6.1 #210cesium1472019-12-155-881/+78727
| | |/
| | * Added Discard (TRIM) option and NVME harddisk controllerchotaire2019-09-071-6/+6
| | |
| | * Added Discard (TRIM) option and NVME harddisk controller (by pasha1st)chotaire2019-09-071-5/+15
| | |
| * | Added selection of graphics controller (by pasha1st)chotaire2019-09-071-0/+3
| |/
* | Fixed typo (thanks to trasherdk)chotaire2020-01-291-2/+2
| |
* | Merge Nested Virtualization patcheschotaire2020-01-291-2/+4
| |
* | Merge current vboxconnector.php from developchotaire2020-01-291-18/+32
| |
* | Added Nested Virtualization (by pasha1st)chotaire2019-09-071-2/+4
|/
* Replaced spaces with tabs for correct alignment.h6w2019-05-091-1/+1
|
* Update vboxconnector.phpthedisbo11252019-03-141-0/+4
| | | Add ability to change clipboard mode on Advanced Tab.
* New wsdls for 6.0 beta.Tudor Holton2018-11-093-1/+66854
|
* Convert from DOS to UNIX format. Update changelog for release.Tudor Holton2018-07-137-941/+941
|
* Fix Import/Export doesn't work #116Tom0772018-05-111-1/+1
|
* Fix missing bracket.h6w2018-03-151-5459/+5459
| | | Closes issue #110
* Add a configuration variable to set the VRDE addressRodrigo Osorio2018-03-111-0/+1
|
* Merge pull request #95 from rozhuk-im/developh6w2018-02-051-144/+144
|\ | | | | Patches from FreeBSD ports - Recast booleans as bool for clarity.
| * Fix bool type conversion in vboxServiceWrappers.phprim2018-02-051-144/+144
| |
* | Making it compatible to PHP 7.2+Luan2018-02-041-4/+4
|/
* MySQL.php : php comments fixedtom0772018-01-031-11/+12
|
* Update wiki links to new wiki on GitHub.Tudor Holton2017-11-171-2/+2
|
* 4 SOAP functions fixedTom0772017-11-131-4/+4
| | | | related to snapshot functionalities and storage controllers GUI
* Apply patch supplied by Thomas Pochetat from ArchLinux bug 55228 ↵Tudor Holton2017-11-101-14/+14
| | | | https://bugs.archlinux.org/task/55228
* 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
| |/
* | 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 #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...
* | Fixed enforceVMOwnership and vmQuotaPerUser functionality which is broken in ↵Andriy Sharandakov2016-03-241-3/+3
|/ | | | 5.0-5
* 5.0-6 prepIan Moore2016-01-081-1/+1
|
* PHP7 supportIan Moore2016-01-081-2/+3
|
* Prep for next releaseIan Moore2015-12-071-1/+1
|
* See CHANGELOGIan Moore2015-12-072-18/+19
|
* Version bump prep for next releaseIan Moore2015-09-091-1/+1
|
* Bump versionsIan Moore2015-08-131-1/+1
|
* Fixed "Unknown PHP error" when using English.Ian Moore2015-08-081-2/+2
| | | More language changes
* Fixed host-only network DHCP server settingsIan Moore2015-08-071-9/+0
|
* More language fixesIan Moore2015-08-071-8/+1
|
* Update changelog and versionIan Moore2015-08-071-1/+1
|
* 5.0-1 2015-08-055.0-1Ian Moore2015-08-051-7/+9
|
* 5.0-1 releaseIan Moore2015-08-041-36/+36
|
* Fix add attachment button context menu in VM storage settingsIan Moore2015-08-042-38/+36
| | | Standardize on uHash for session pw hash storage
* Fix languages.Ian Moore2015-07-301-27/+29
|
* Move source tree up one levelIan Moore2015-07-2915-0/+82468