Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/feature/search-in-description' into ↵ | Stephan Schwär | 2020-11-11 | 2 | -70/+280 |
|\ | | | | | | | ovf-convert | ||||
| * | Add new field to structs | Mürsel Türk | 2020-10-14 | 2 | -70/+280 |
| | | | | | | | | | | | | | | | | | | - A new field added to the LectureSummary and ImageSummaryRead structs. - The thrift definition file recompiled and the generated classes updated. Resolves: #3691 | ||||
* | | Use master sync shared code formatting style | Stephan Schwär | 2020-11-06 | 2 | -47/+80 |
| | | |||||
* | | Remove unused libraries | Stephan Schwär | 2020-10-29 | 2 | -19/+0 |
| | | |||||
* | | Cleanup debug code | Stephan Schwär | 2020-10-29 | 3 | -24/+6 |
| | | |||||
* | | Fix lowercase issue in vmx files being flagged as invalid | Stephan Schwär | 2020-10-13 | 1 | -2/+5 |
| | | |||||
* | | Change ovf classes logger output to debug | Stephan Schwär | 2020-10-08 | 2 | -7/+7 |
| | | |||||
* | | Improve comments describing new classes and cleanup | Stephan Schwär | 2020-10-08 | 2 | -73/+50 |
| | | |||||
* | | Add meta and config files for ovf format | Stephan Schwär | 2020-10-08 | 3 | -0/+319 |
| | | |||||
* | | Create Object of DockerMetaDataDummy | ralph isenmann | 2020-08-19 | 2 | -0/+14 |
| | | | | | | | | VmMetaDate.getInstance of a DockerMetaDataDummy | ||||
* | | add dockerfile as byte array to DockerMetaDataDummy.java | ralph isenmann | 2020-08-11 | 2 | -5/+21 |
| | | | | | | | | This allows to store the content of a dockerfile in the imageversion table | ||||
* | | workaround for Java8 runtime error | ralph isenmann | 2020-08-11 | 1 | -4/+5 |
| | | |||||
* | | Add Docker support | ralph isenmann | 2020-07-15 | 4 | -1/+134 |
|/ | |||||
* | [vmware] Allow hpet CMX entry | Simon Rettberg | 2020-06-22 | 1 | -1/+1 |
| | |||||
* | Json: Fix deserialization of bools in Thrift classes | Simon Rettberg | 2019-09-11 | 1 | -3/+13 |
| | |||||
* | [vm] Move workaround to actually take effect | Simon Rettberg | 2019-07-19 | 1 | -5/+4 |
| | |||||
* | [vmware] Add usb.mangleUsb3Speed = TRUE if using USB 1.1/2.0 | Simon Rettberg | 2019-07-03 | 1 | -0/+4 |
| | |||||
* | Add Feature entry for USB config | Simon Rettberg | 2019-07-01 | 1 | -0/+5 |
| | |||||
* | Add support for EFI and hwversion 16 | Simon Rettberg | 2019-06-28 | 2 | -1/+4 |
| | |||||
* | [vm] Turn disableSuspend into more versatile tweakForNonPersistent | Simon Rettberg | 2019-06-19 | 5 | -6/+33 |
| | |||||
* | Add support for configuring USB speed | Simon Rettberg | 2019-06-18 | 5 | -73/+279 |
| | |||||
* | [vmware] Whitelist more stuff | Simon Rettberg | 2019-06-14 | 1 | -3/+3 |
| | |||||
* | [vmware] Support hwversion 14 and 15 | Simon Rettberg | 2019-05-29 | 2 | -4/+15 |
| | |||||
* | Refine active transfer detection and cancellation | Simon Rettberg | 2019-04-09 | 2 | -24/+30 |
| | |||||
* | [vmware] Whitelist additional VMX options | Simon Rettberg | 2019-04-09 | 1 | -2/+3 |
| | |||||
* | [vbox] fix bad detection of multiple hard drives | Jonathan Bauer | 2019-02-28 | 1 | -12/+31 |
| | |||||
* | Add predefined firewall rulesets | Simon Rettberg | 2019-02-26 | 5 | -515/+1646 |
| | |||||
* | Add Server Side Copy setting to SatelliteConfig | Simon Rettberg | 2019-02-22 | 2 | -5/+179 |
| | |||||
* | [HashChecker] Fix unlimited spawning of check threads | Simon Rettberg | 2019-01-16 | 1 | -1/+3 |
| | | | | | Stupid variable mixup resulted in endless spawning of new checker threads that wouldn't go away after they're done. | ||||
* | DiskImage: Proper qcow2 detection | Simon Rettberg | 2018-12-12 | 1 | -5/+5 |
| | |||||
* | DiskImage: Support split vmdk files with plain text header | Simon Rettberg | 2018-12-12 | 1 | -15/+23 |
| | | | | Closes #3505 | ||||
* | RPC Version 5, MIN_VERSION 4 | Simon Rettberg | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | Partially Revert "Update to RPC version 5, break compat" | Simon Rettberg | 2018-12-11 | 2 | -2/+31 |
| | | | | | | Only increase MIN_VERSION to 4... This reverts commit f01a417c81a63b809ef788107c391f75c26ff99d. | ||||
* | Redesign preset* handling to aim for backwards compat | Simon Rettberg | 2018-12-11 | 1 | -92/+404 |
| | |||||
* | add missing thrift generated class | Jonathan Bauer | 2018-12-11 | 1 | -0/+655 |
| | |||||
* | Thrift: Add PresetRunScript | Simon Rettberg | 2018-12-08 | 3 | -271/+742 |
| | |||||
* | Update to RPC version 5, break compat | Simon Rettberg | 2018-12-07 | 3 | -36/+207 |
| | | | | Add some stuff while we're at it.. | ||||
* | Unify JSON serializer thrift/nonthrift | Simon Rettberg | 2018-12-05 | 1 | -37/+102 |
| | |||||
* | [thrift] Sat interface for getting predefined shares/filters | Simon Rettberg | 2018-11-23 | 4 | -280/+2303 |
| | |||||
* | Improve VM descriütion file detection and parsing | Simon Rettberg | 2018-09-17 | 4 | -76/+55 |
| | |||||
* | remove unused import | Jonathan Bauer | 2018-09-17 | 1 | -1/+0 |
| | |||||
* | [vbox] actually zero the zerouuid array | Jonathan Bauer | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | Fix FindBugs complaints | Simon Rettberg | 2018-06-27 | 7 | -11/+39 |
| | |||||
* | Move ResourceLoader to dozmod -- is client specific | Simon Rettberg | 2018-06-26 | 2 | -181/+10 |
| | |||||
* | Move util methods from dozmod-server to m-s-s | Simon Rettberg | 2018-06-18 | 1 | -18/+30 |
| | |||||
* | Add support for (ldap)filters for lectures | Simon Rettberg | 2018-06-14 | 4 | -156/+986 |
| | |||||
* | Fix formatting | Simon Rettberg | 2018-06-13 | 1 | -2/+2 |
| | |||||
* | More speedup: LZ4 and empty chunk detection | Simon Rettberg | 2018-05-16 | 7 | -8/+228 |
| | |||||
* | Add PrioThreadFactory | Simon Rettberg | 2018-05-14 | 1 | -0/+32 |
| | |||||
* | Fix check for index | Simon Rettberg | 2018-05-14 | 1 | -1/+1 |
| |