summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
* refactor: populateTheMaps -> registerVirtualHWJonathan Bauer2018-04-164-6/+6
|
* Merge branch 'master' into vboxJonathan Bauer2018-04-139-312/+132Star
|\
| * Remove unused proxy-vole classesSimon Rettberg2018-04-134-299/+0Star
| |
| * Filetransfer: Support calculating dnbd3 crc32 listSimon Rettberg2018-04-135-13/+132
| |
* | [VBox] added sharedfolders to the black listVictor Mocanu2018-04-041-1/+1
| |
* | [Vbox] code formatingVictor Mocanu2018-04-042-42/+39Star
| |
* | [Vbox] repaired a null pointer exception when disabling USBVictor Mocanu2018-04-041-3/+6
| |
* | [VBox] USB 2.0 activated per defaultVictor Mocanu2018-04-041-3/+2Star
| |
* | [VBox] changed the way the new UUID is patched into the vdi file at downloadVictor Mocanu2018-03-301-21/+19Star
| |
* | [VBox] added new, more elegant way to add placeholdersVictor Mocanu2018-03-282-30/+52
| |
* | [vbox] ensure <hardware/> has a uuidJonathan Bauer2018-03-191-0/+30
| | | | | | | | to prevent windows from believing the vm is running on new hardware
* | [VBox] fixed bug where the audio adapter was not selected properly, found ↵Victor Mocanu2018-02-261-5/+6
| | | | | | | | and fixed also bug where a false adapter would throw null pointer exception
* | Merge branch 'master' into vboxJonathan Bauer2018-02-1210-592/+1929
|\|
| * added mountpoint/drive and displaynames to netshareJonathan Bauer2017-09-082-7/+223
| |
| * remove unneeded GUEST_USER for NetShareJonathan Bauer2017-09-072-7/+3Star
| | | | | | | | | | | | | | Shares mounted as guest require either no user/pass at all (like a unsecured NFS share) or a username only (without password, like CIFS). There is no need to differentiate between both, just need to accept non-empty username/passwords when the user sets the share credentials...
| * added network share featureJonathan Bauer2017-09-061-0/+6
| |
| * update apiJonathan Bauer2017-09-067-590/+1694
| |
| * Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedJonathan Bauer2017-09-061-2/+2
| |\
| | * Print stack trace in newTransport() catch blockSimon Rettberg2017-08-011-2/+2
| | |
| * | added network share structsJonathan Bauer2017-09-061-0/+15
| |/ | | | | | | added optional netshares to lectureWrite/Summary
* | [vbox] use vboxnet1 for NAT on bwlp clientsJonathan Bauer2018-02-052-35/+56
| | | | | | | | | | | | | | | | do not use vbox's embedded NAT mode for network adapter when delivering the machine config to clients. (Still do use it when downloading locally though) + minor cleanup
* | [VBox - Qemu] refined and improved the qemu metadata classVictor Mocanu2018-01-261-36/+32Star
| |
* | [VBox] added new QemuMetaData class, class is built to work like the vbox ↵Victor Mocanu2018-01-243-2/+261
| | | | | | | | | | | | and vmware metadata classes vmmetadata class is expanded to create instances of qemumetadata if needed
* | [VBox] removed debug messagesVictor Mocanu2017-12-201-3/+0Star
| |
* | [VBox] improved the .vdi file test s.t. it now checks the prefix and suffix ↵Victor Mocanu2017-12-201-42/+65
| | | | | | | | of the header and accepts more .vdi versions
* | [VBox] added new placeholder, improved the addUsb functionVictor Mocanu2017-12-192-18/+24
| |
* | [VBox] implemented the addfloppy methodVictor Mocanu2017-12-152-6/+33
| |
* | [VBox] added MACAddress placeholderVictor Mocanu2017-12-151-1/+4
| |
* | [VBox] added a new placeholderVictor Mocanu2017-11-281-0/+3
| |
* | [VBox] removed todos added commentsVictor Mocanu2017-11-271-2/+1Star
| |
* | [VBox] removed todos and not used importsVictor Mocanu2017-11-242-4/+0Star
| |
* | [VBox] turned the swithcases to for loops;Victor Mocanu2017-11-234-88/+53Star
| | | | | | | | improved exception handling and error messages
* | [VBox] added USB to the blacklistVictor Mocanu2017-11-211-6/+9
| |
* | [VBox] small change for testVictor Mocanu2017-11-211-3/+3
| |
* | [VBox] separated and made some vmwaremetadata functions abstract in ↵Victor Mocanu2017-11-214-27/+105
| | | | | | | | | | | | vmmetadata s.t. vboxmetadata also needs to implement them implemented said functions in vboxmetadata
* | [VBox] added all networkcards for virtualbox made small change to internal classVictor Mocanu2017-11-212-28/+71
| |
* | [VBox] improved and expanded the setters and getters for the enum typesVictor Mocanu2017-11-203-24/+76
| | | | | | | | removed debug messages
* | [VBox] setter for the 3dacceleration works now, added new hardwareversion ↵Victor Mocanu2017-11-142-40/+35Star
| | | | | | | | enum type for virtualbox
* | [VBox] new working coppyVictor Mocanu2017-11-024-52/+137
| | | | | | | | added new Javadocs, updated getters of VBoxMetaData still got TODOs
* | [VBox] added sorting to the keysarraysVictor Mocanu2017-10-271-8/+21
| |
* | [VBox] work in progress for the DropDownSelectWindow... everything was vmx ↵Victor Mocanu2017-10-263-118/+352
| | | | | | | | specific, made it more generic
* | [VBox] changed comments to english, renamed some variablesVictor Mocanu2017-10-252-12/+11Star
| |
* | fix code formattingJonathan Bauer2017-10-244-346/+425
| |
* | Merge branch 'vbox' of git.openslx.org:bwlp/master-sync-shared into vboxVictor Mocanu2017-10-243-491/+371Star
|\ \
| * | formatting & first round of cleanupJonathan Bauer2017-10-204-697/+558Star
| | | | | | | | | | | | removed typeOf, use instanceof
* | | [VBox] changed logger.warn messages from german to englishVictor Mocanu2017-10-241-5/+5
|/ /
* | [VBox] improved download partVictor Mocanu2017-10-094-44/+42Star
| | | | | | | | | | the getInstance of the VmMetaData class now delivers the right type of object the DiskImage class needs a way to return the type of image
* | [VBox] improved the way the new uuid is written in the vdi fileVictor Mocanu2017-10-081-11/+35
| |
* | Merge branch 'vbox' of git.openslx.org:bwlp/master-sync-shared into vboxVictor Mocanu2017-10-061-0/+3
|\ \
| * | [vbox] remove unneeded dependency breaking compilationJonathan Bauer2017-10-051-1/+0Star
| | |