summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Choose compatible Virtualbox version from phpvirtualbox version in installer.HEADorigin/developorigin/HEADdevelopTudor Holton2020-08-291-5/+24
|
* Install scripts for Debian-based distros.Tudor Holton2020-08-142-0/+686
|
* Merge pull request #243 from stianvis/add_virtio_scsi_supporth6w2020-07-276-4/+25
|\ | | | | Add VirtIO SCSI support
| * Add VirtIO SCSI supportStian Viskjer2020-07-046-4/+25
|/
* 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.
* | Merge pull request #241 from stianvis/fix_dvd_add_iss234h6w2020-07-021-2/+2
|\ \ | |/ |/| Fix adding new CD/DVD drive to machine
| * Fix adding new CD/DVD drive to machineStian Viskjer2020-07-011-2/+2
|/
* Merge pull request #227 from ti4luciano/developh6w2020-06-261-2/+9
|\ | | | | Fix code to logo from macOs
| * Fix code to logo from macOsLuciano Alves2020-02-241-2/+9
| |
* | Merge pull request #226 from stianvis/fix_shared_foldersh6w2020-06-263-18/+31
|\ \ | |/ |/| Fix shared folders in 6.1
| * Fix shared folders in 6.1Stian Viskjer2020-02-233-18/+31
|/
* Merge pull request #223 from RemcodM/developh6w2020-02-072-0/+1
|\ | | | | Add OS icon for Windows Server 2019.
| * Add OS icon for Windows Server 2019.Remco de Man2020-02-072-0/+1
|/ | | | Simple merge request adds the OS icon for Windows Server 2019, taken from the VirtualBox source code.
* Fix operator spacing error during merge.h6w2020-02-071-1/+2
|
* Merge pull request #187 from chotaire/chot-nested-virtualizationh6w2020-01-303-11/+27
|\ | | | | Add Nested Virtualization & fix VRAMSize attribute missing error
| * Fixed indentingchotaire2020-01-291-2/+2
| |
| * Fixed VRAMSize attribute missing errorchotaire2020-01-291-6/+6
| |
| * Merge branch 'develop' into chot-nested-virtualizationchotaire2020-01-2911-6744/+84649
| |\ | |/ |/|
* | Merge pull request #188 from chotaire/chot-select-gpuh6w2020-01-293-5848/+5869
|\ \ | | | | | | Add selection of graphics controller (VBoxVGS/VMSVGA/VboxSVGA) (by pasha1st)
| * \ Merge branch 'develop' into chot-select-gpuh6w2020-01-2910-6730/+84630
| |\ \ | |/ / |/| |
* | | 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
* | | | Merge pull request #213 from cesium147/6.1-0h6w2020-01-295-883/+78729
|\ \ \ \ | |/ / / |/| | | Support for Virtualbox 6.1 #210
| * | | FIX: function remote_snapshotTakecesium1472020-01-281-2/+2
| | | |
| * | | Support for Virtualbox 6.1 #210cesium1472019-12-155-881/+78727
|/ / /
* | | Merge pull request #205 from clcain/developh6w2019-10-131-0/+1
|\ \ \ | | | | | | | | Prevent access to .git/ directory
| * | | Prevent access to .git/ directoryChandler Cain2019-10-101-0/+1
|/ / /
* | | Merge pull request #183 from arthurfreycobraag/patch-1h6w2019-09-101-2/+2
|\ \ \ | | | | | | | | Update de.xml
| * | | Update de.xmlarthurfreycobraag2019-09-091-2/+2
| | | |
| * | | Update de.xmlarthurfreycobraag2019-08-151-2/+2
| | | |
* | | | Merge pull request #191 from trasherdk/developh6w2019-09-101-0/+1
|\ \ \ \ | | | | | | | | | | Don't carry .vscode around. Add to .gitignore
| * | | | Don't carry .vscode around.VirtualBox Administrator2019-09-091-0/+1
|/ / / /
* | | | Merge pull request #189 from chotaire/chot-scsi-disksh6w2019-09-081-1/+1
|\ \ \ \ | | | | | | | | | | Change SCSI maxPortCount to 15 (by pasha1st)
| * | | | Fix SCSI maxPortCount to 15 (by pasha1st)chotaire2019-09-071-1/+1
| |/ / /
* | | | Merge pull request #186 from chotaire/chot-discard-nvmeh6w2019-09-084-26/+75
|\ \ \ \ | |/ / / |/| | | Add Discard (TRIM) option and NVME storage controller
| * | | Corrected Discard label in storage optionschotaire2019-09-071-1/+1
| | | |
| * | | 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-1/+1
| | | |
| * | | Fix indentingchotaire2019-09-071-1/+1
| | | |
| * | | Added Discard (TRIM) option and NVME harddisk controller (by pasha1st)chotaire2019-09-071-14/+53
| | | |
| * | | 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/+13
| | |
| * | Added selection of graphics controller (by pasha1st)chotaire2019-09-071-0/+5
| | |
| * | 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-0/+13
| |
| * Added Nested Virtualization (by pasha1st)chotaire2019-09-071-0/+1
| |
| * Added Nested Virtualization (by pasha1st)chotaire2019-09-071-2/+4
|/
* Merge pull request #164 from thedisbo1125/developh6w2019-05-092-0/+16
|\ | | | | Add ability to change clipboard mode on Advanced Tab.
| * Fixed spaces with tabs to correct alignments.h6w2019-05-091-5/+5
| |
| * 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.
| * Update settingsGeneral.htmlthedisbo11252019-03-141-0/+12
|/ | | Add ability to change clipboard mode on Advanced Tab.
* Merge pull request #152 from scootergrisen/patch-1h6w2019-01-211-31/+30
|\ | | | | Update da.xml
| * Update da.xmlscootergrisen2019-01-191-31/+30
|/
* Merge pull request #146 from chrjorgensen/developh6w2018-12-121-0/+255
|\ | | | | Add Danish translation
| * Add Danish translationChristian Jorgensen2018-12-111-0/+255
|/
* Merge pull request #138 from tom077/PR-1h6w2018-11-203-12/+13
|\ | | | | Fix sourceforge URL
| * Fix sourceforge URLTom0772018-11-193-12/+13
| | | | | | | | | | Remove paypal link Update 'about' Smart Guide Pty Ltd as maintainer
| * Fix sourceforge URLTom0772018-11-192-3/+3
|/
* New wsdls for 6.0 beta.Tudor Holton2018-11-090-0/+0
|\
| * Update config.phph6w2018-11-091-1/+1
| | | | | | Rollup phpvirtualbox version
* | New wsdls for 6.0 beta.Tudor Holton2018-11-094-5/+66868
|/
* Merge pull request #133 from krzysztof113/developh6w2018-08-141-2/+3
|\ | | | | Added viewport meta
| * Gray screen after dismissing error message has link to current urlal2018-08-131-0/+1
| |
| * Added viewportal2018-08-131-2/+2
|/
* Merge pull request #132 from SvetlanaTkachenko/patch-1h6w2018-07-201-3/+3
|\ | | | | corrected a few typos in Russian translation
| * corrected a few typos in Russian translationSvetlana Tkachenko2018-07-201-3/+3
|/
* Ready for release 5.2-1Tudor Holton2018-07-13165-36326/+36407
|\
| * Convert from DOS to UNIX format. Update changelog for release.Tudor Holton2018-07-1383-30934/+30944
| |
| * Merge pull request #126 from tom077/develop-PRh6w2018-05-121-1/+1
| |\ | | | | | | Fix Import/Export doesn't work #116
| | * Fix Import/Export doesn't work #116Tom0772018-05-111-1/+1
| |/
| * Merge pull request #114 from der-eismann/feature/5.2_iconsh6w2018-03-2780-15/+16
| |\ | | | | | | Sync icons with VirtualBox 5.2
| | * Change tabs to whitespacesPhilipp2018-03-261-8/+8
| | |
| | * Add new icons to dictionaryPhilipp Trulson2018-03-261-9/+10
| | |
| | * Sync icons with VirtualBox 5.2Philipp Trulson2018-03-2679-0/+0
| |/
| * Merge pull request #106 from Adam5Wu/feature/friendly_restoreh6w2018-03-213-25/+94
| |\ | | | | | | More user friendly snapshot restore
| | * Make clone dialogs faster to operateZhenyu Wu2018-03-202-6/+12
| | |
| | * Make snapshot dialog faster to operateZhenyu Wu2018-03-201-1/+4
| | |
| | * Properly disable snapshot pane when VMConsole has been disabledZhenyu Wu2018-03-201-1/+1
| | |
| | * Auto-select current state in snapshot paneZhenyu Wu2018-03-201-4/+6
| | |
| | * Improve snapshot restore friendlinessZhenyu Wu2018-03-091-13/+71
| | | | | | | | | | | | | | | | | | 1. Automatically poweroff VM before restore; 2. Option to automatic poweron after restore; 3. When restore triggered new snapshot dialog is cancelled, automatically re-open the restore dialog again.
| * | Fix missing bracket.h6w2018-03-151-5459/+5459
| | | | | | | | | Closes issue #110
| * | Merge pull request #109 from rosorio/developh6w2018-03-142-0/+3
| |\ \ | | |/ | |/| Add a configuration variable to set the VRDE address
| | * Add a configuration variable to set the VRDE addressRodrigo Osorio2018-03-112-0/+3
| |/
* | Added date to changelog.Tudor Holton2018-02-161-1/+1
| |
* | Small changelog additions.5.2-0Tudor Holton2018-02-161-0/+2
| |
* | Merge tag '5.2.0-rc2'Tudor Holton2018-02-1610-2041/+392
|\ \ | |/
| * 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
| | |
| * | Merge pull request #98 from mylux/compatibility-php-7.2+h6w2018-02-051-4/+4
| |\ \ | | | | | | | | Compatibility with PHP 7.2+
| | * | Making it compatible to PHP 7.2+Luan2018-02-041-4/+4
| |/ /
| * | Merge pull request #81 from tom077/develop-PR1h6w2018-02-011-20/+10
| |\ \ | | |/ | |/| Mouse/Keyboard settings tab enabled regardless of $enableAdvancedConfig
| | * Mouse/Keyboard settings tab enabled regardless of $enableAdvancedConfigTom0772017-11-211-20/+10
| | | | | | | | | | | | + translation because this tab was not translated
| * | Merge pull request #92 from tom077/develop-readmeh6w2018-01-311-4/+2
| |\ \ | | | | | | | | Make installation instructions simpler and more generic.