summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* moved ResourceLoader from dozmod to mssJonathan Bauer2018-04-271-0/+176
|
* [vbox] do not filter <RemoteDisplay>Jonathan Bauer2018-04-261-1/+0Star
| | | | | | | since the absence of this node activates it. Also, if the lecturers would want this feature active for some reason, he could then just activate it and it wouldn't get filtered (obviously he'd need a complimentary netrule...)
* [vbox] minor optimizationJonathan Bauer2018-04-261-3/+1Star
|
* [vbox] new XmlHelper class + usage thereofJonathan Bauer2018-04-254-68/+135
|
* [vbox] more refactoringJonathan Bauer2018-04-252-67/+107
| | | | | | | | | | | | | Keep <Boot> for now, booting from the HDD should be forced in run-virt. Also note that virtualbox only allows controller named Floppy, SATA, IDE, SCSI etc. multiple entries with the same name are ignored (the first one takes precedence). Controller named differently are just ignored. Upon shutdown, virtualbox cleans it up from the xml. So assuming the uploader actually started and shut the machine down, we can be safe to assume that controller nodes are unique. Nevertheless we try to at least log these cases, to debug those corner cases should they occur. Thanks for reading that far :P
* [vbox] major refactor...Jonathan Bauer2018-04-242-405/+331Star
|
* Constants for virtIdSimon Rettberg2018-04-245-14/+31
|
* Tweak TimeoutHashMapSimon Rettberg2018-04-242-17/+36
|
* [vbox] more cleanup + formattingJonathan Bauer2018-04-232-31/+24Star
|
* New feature for multiple hypervisors supportJonathan Bauer2018-04-201-0/+5
|
* [*] add support for machine snapshot detectionJonathan Bauer2018-04-204-15/+39
|
* [vbox] blacklist VideoCapture and RemoteDisplayJonathan Bauer2018-04-201-2/+2
|
* [vbox] reworked VDI disk validationJonathan Bauer2018-04-172-39/+71
|
* [vbox] add support for VirtualBoxVictor Mocanu2018-04-168-193/+1804
|
* Remove unused proxy-vole classesSimon Rettberg2018-04-134-299/+0Star
|
* Filetransfer: Support calculating dnbd3 crc32 listSimon Rettberg2018-04-135-13/+132
|
* 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
* Add Feature support for dozmod; add allowLoginByDefault optionSimon Rettberg2017-01-264-6/+861
|
* [vmutil] Tweak strings of vmware optionsSimon Rettberg2016-11-071-13/+15
|
* [vm] Simplify getters, better naming, add missing ethernet cards, ethernet ↵Simon Rettberg2016-11-071-63/+38Star
| | | | card index configurable
* [vm] add method for selecting device typesVictor Mocanu2016-10-311-5/+199
| | | | | user can now select/change the virtual device for sound, network, the hardware version and turn 3D-Acceleration on and off
* [vmutil] Add .applySettingsForLocalEdit() that is intended to prepare ↵Simon Rettberg2016-10-052-0/+12
| | | | several options in the vm description for local editing
* [vmware] Explicitly enable USB 2.0 when adding usb supportSimon Rettberg2016-09-201-0/+1
|
* [vm] Add .enableUsb(bool)Simon Rettberg2016-09-052-1/+14
|
* Fix hash-write-check race condition again ....Simon Rettberg2016-09-021-1/+3
|
* added new comparator for sorting OS by nameJonathan Bauer2016-09-021-0/+12
|
* Don't use system's line separator but linefeedJonathan Bauer2016-09-021-1/+1
|
* vmx editor stuffJonathan Bauer2016-09-025-145/+62Star
|
* new API versionJonathan Bauer2016-09-021-1/+1
|
* new API calls for VMX edit stuffJonathan Bauer2016-08-313-13/+2799
|
* Fix some minor handling issues with transfers wrt global image exchangeSimon Rettberg2016-08-303-4/+29
|
* [DiskImage] Detect snapshot vmdkSimon Rettberg2016-08-301-5/+12
|
* Fix: Some chunks could be dropped from the hash queue and not marked as ↵Simon Rettberg2016-08-104-5/+26
| | | | to-be-hashed again
* Remove debug spam in json helperSimon Rettberg2016-08-101-1/+0Star
|
* [vmware] Whitelist usb3.0 vmx entriesSimon Rettberg2016-08-101-1/+1
|
* thrift proxied methods: throw all TException not just TTransportExceptionJonathan Bauer2016-05-041-1/+1
|
* Rework master.getPublicImages to use ImageSummaryRead, add ↵Simon Rettberg2016-04-262-31/+2683
| | | | master.getImageDetails
* Truncate files if they are resumed and bigger than expectedSimon Rettberg2016-04-212-0/+8
|
* More imgsync stuffSimon Rettberg2016-04-208-53/+323
|
* Add queryUploadStatus to master serverSimon Rettberg2016-04-184-3/+991
|
* More additions for central image storeSimon Rettberg2016-04-189-94/+1928
|
* Preparations/changes for global image syncSimon Rettberg2016-04-1310-76/+1697
|
* remove ruleId from NetRule structJonathan Bauer2016-03-052-109/+9Star
|
* added hasUsbAccess field to Lecture* StructJonathan Bauer2016-03-034-17/+317
| | | | * TODO refactor NetRules