summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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.
| * | Update README.mdtom0772018-01-271-4/+2
|/ / | | | | Remove too specific instructions
* | Merge pull request #85 from tom077/develop-PR3h6w2018-01-081-11/+12
|\ \ | |/ |/| MySQL.php : php comments fixed
| * MySQL.php : php comments fixedtom0772018-01-031-11/+12
|/
* Merge pull request #78 from KrakenTyP-co/patch-1h6w2017-11-201-1/+1
|\ | | | | Update phpvirtualbox.conf
| * Update phpvirtualbox.confKrakenTyP-co2017-11-191-1/+1
|/ | | Project load from index.html not index.php
* Update wiki links to new wiki on GitHub.Tudor Holton2017-11-172-3/+3
|
* Merge pull request #76 from tom077/develop-TranslationInstructionsh6w2017-11-161-13/+11
|\ | | | | Update outdated translation instructions
| * Update outdated translation instructionsTom0772017-11-151-13/+11
|/
* Merge pull request #73 from tom077/develop-FrenchTranslationh6w2017-11-142-6/+6
|\ | | | | French translation fixed
| * French translation fixedTom0772017-11-132-6/+6
| | | | | | | | missing or wrong translations in GUI
* | Merge pull request #74 from tom077/develop-CzechTranslationh6w2017-11-141-1820/+144
|\ \ | | | | | | Czech translation fixed
| * | Czech translation fixedTom0772017-11-131-1820/+144
| |/ | | | | | | wrong file "cs.dat"
* | Merge pull request #72 from tom077/develop-SOAPfixh6w2017-11-141-4/+4
|\ \ | |/ |/| 4 SOAP functions fixed
| * 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
* Update Installation URL to GitHubh6w2017-11-101-1/+1
|
* Update README.mdh6w2017-11-101-1/+1
|
* Update README.mdh6w2017-11-101-1/+7
|
* apache2 conf.d config fileh6w2017-11-101-0/+31
| | | | Put this file in /etc/apache2/conf-available/phpvirtualbox.conf Then run `a2enconf phpvirtualbox` and `service apache2 reload`
* Update README.mdh6w2017-11-101-1/+1
|
* Update README.mdh6w2017-11-101-1/+1
|
* Update README.mdh6w2017-11-101-0/+2
|
* Update README.mdh6w2017-11-101-4/+5
|
* 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
|