summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/util
Commit message (Expand)AuthorAgeFilesLines
* [client] Ignore all exceptions while iterating over trust managersHEADmasterSimon Rettberg2025-10-212-51/+57
* [client] Try even more trust managers; always use shipped oneSimon Rettberg2025-10-211-39/+91
* [client] Ship our own truststore and use on all platforms but WindowsSimon Rettberg2025-08-121-6/+13
* [client] Try to use generic SSL and HTTPS context if connection check failsSimon Rettberg2025-08-012-9/+50
* [client] On Windows, use system certificate store in addition to Java'sSimon Rettberg2025-07-022-7/+144
* [client] Tweak connection timeoutsSimon Rettberg2024-10-021-4/+5
* Commit to force CI runSimon Rettberg2023-12-151-1/+1
* [client] Use apache-http for version checkSimon Rettberg2023-04-062-8/+7Star
* [client] Completely change proxy detection codeSimon Rettberg2023-04-061-113/+118
* [client] Use branded updateserver url for download linkSteffen Ritter2023-02-171-1/+1
* [client] Allow override for remote version checkSteffen Ritter2023-02-141-1/+1
* [client] Allow Branding in external locationsSimon Rettberg2023-02-091-5/+37
* [client] Test for TLSv1.3 availability before using it with apache-httpSimon Rettberg2022-10-181-1/+17
* [Client] remove useless log messageralph isenmann2022-02-181-3/+2Star
* [CLIENT] fix isDataContainer check, dont let vm image pass.ralph isenmann2022-02-151-6/+8
* [CLIENT] Do not adjust QEMU VM firmware on Windows platformsManuel Bentele2022-02-141-1/+1
* [CLIENT] fix valid check for docker-archive without repotagralph isenmann2022-01-281-6/+15
* [CLIENT,SERVER] move handling of tar into TarArchiveReader and TarArchiveWrit...ralph isenmann2022-01-271-29/+13Star
* [CLIENT] fix nullpointer for images which does not have an latest imageVersionIdralph isenmann2022-01-241-8/+11
* [CLIENT] data container can not be used as images for lecturesralph isenmann2022-01-241-15/+15
* [CLIENT] Update httpclient library from version 4.5.x to version 5.yManuel Bentele2021-12-211-58/+76
* [CLIENT] Fix deprecated JsonParser method callManuel Bentele2021-12-171-1/+1
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-159-22/+30
* [CLIENT] Adapt OS loader of QEMU machines for local editManuel Bentele2021-11-301-0/+9
* [client] allow to select data container images in mount configralph isenmann2021-10-281-24/+57
* [client] refactoring: apply changes from master-sync-shareralph isenmann2021-10-151-5/+4Star
* [client] Update process of the download for container imagesralph isenmann2021-10-153-21/+112
* [client] allow users to upload new versions of container images.ralph isenmann2021-10-151-0/+20
* [client] update input methods for container imagesralph isenmann2021-10-141-0/+83
* [*] Adapt to de-genricization of VirtualizationConfigurationSimon Rettberg2021-08-121-4/+4
* [client] Do not print compression warning for QCOW2 imagesManuel Bentele2021-08-051-2/+5
* [client] fix classcast exception and importralph isenmann2021-07-081-2/+2
* [client] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-021-47/+3Star
* [client] Update project structure, related to container model.ralph isenmann2021-06-232-31/+1Star
* Merge branch 'feature/docker'Manuel Bentele2021-05-191-1/+2
|\
| * [client] Allow user to set a container type for container imagesralph isenmann2021-05-171-1/+2
* | [client,server] Rename 'vm.disk' package to 'virtualization.disk'Manuel Bentele2021-05-192-5/+5
* | Merge branch 'refactor/vm-config-transformation-logic'Manuel Bentele2021-05-192-86/+50Star
|\ \
| * | [client,server] Refactors and abstracts version information in config logic a...Manuel Bentele2021-04-231-6/+7
| * | [client,server] Encapsulate transformation logic for virtualization configura...Manuel Bentele2021-04-202-81/+44Star
| * | [client,server] Rename VmMetaData classesManuel Bentele2021-04-161-26/+26
| * | [client,server] Move VmMetaData classes to new virtualization config directoriesManuel Bentele2021-04-151-5/+5
* | | [client] Change artifact name of 'proxy-vole' to satisfy naming conventionManuel Bentele2021-05-181-1/+1
| |/ |/|
* | [client] Avoid keeping file from DiskImage open for too longSimon Rettberg2021-04-211-26/+10Star
|/
* [client] Fix not showing warning Messageralph isenmann2021-03-181-0/+10
* [client] Fix switch between container and vm in lectureralph isenmann2021-03-111-0/+32
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-113-6/+6
* [client,server] Refactor disk image representationManuel Bentele2021-03-112-15/+35
* Merge remote-tracking branch 'origin/feature/qemu-integration' into feature-m...Stephan Schwär2021-02-191-1/+1
|\
| * [client] Remove unused dummy codeManuel Bentele2021-02-011-121/+0Star