summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Unify JSON serializer thrift/nonthriftSimon Rettberg2018-12-051-37/+102
|
* [thrift] Sat interface for getting predefined shares/filtersSimon Rettberg2018-11-235-280/+2316
|
* Improve VM descriütion file detection and parsingSimon Rettberg2018-09-174-76/+55Star
|
* remove unused importJonathan Bauer2018-09-171-1/+0Star
|
* [vbox] actually zero the zerouuid arrayJonathan Bauer2018-09-171-1/+1
|
* Fix FindBugs complaintsSimon Rettberg2018-06-277-11/+39
|
* Move ResourceLoader to dozmod -- is client specificSimon Rettberg2018-06-263-181/+1499
|
* Move util methods from dozmod-server to m-s-sSimon Rettberg2018-06-181-18/+30
|
* Add support for (ldap)filters for lecturesSimon Rettberg2018-06-145-156/+993
|
* Fix formattingSimon Rettberg2018-06-131-2/+2
|
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-167-8/+228
|
* Add PrioThreadFactorySimon Rettberg2018-05-141-0/+32
|
* Fix check for indexSimon Rettberg2018-05-141-1/+1
|
* Support copying existing chunks server sideSimon Rettberg2018-05-1110-62/+2391
| | | | Can speed up uploads if the storage backend is fast enough.
* Do what the javadoc says...Simon Rettberg2018-05-091-1/+1
|
* Update TransferStatusWrapper to return actual and estimated completenessSimon Rettberg2018-05-091-0/+27
|
* Fix CRC32 buffer race mutithread concurrent access violation usageSimon Rettberg2018-05-071-7/+16
|
* [vbox] validate vbox configs against xsd schemaJonathan Bauer2018-04-271-16/+26
|
* 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
|