Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [server] Add MultiLib attribute to manifest | Simon Rettberg | 2022-03-03 | 1 | -0/+1 | |
| | | | | ...so log4j2 loads proper StackLocator on Java9+ | |||||
* | [SERVER] enable DockerFeature | ralph isenmann | 2022-02-23 | 3 | -8/+51 | |
| | | | | - checks also if required value in db exists | |||||
* | [CLIENT] fix layout in image type chooser | ralph isenmann | 2022-02-18 | 1 | -10/+12 | |
| | ||||||
* | [Client] remove useless log message | ralph isenmann | 2022-02-18 | 1 | -3/+2![]() | |
| | ||||||
* | [CLIENT] fix isDataContainer check, dont let vm image pass. | ralph isenmann | 2022-02-15 | 1 | -6/+8 | |
| | ||||||
* | [CLIENT] remove useless logging message | ralph isenmann | 2022-02-15 | 2 | -4/+0![]() | |
| | ||||||
* | [CLIENT] remove trailing whitespace | ralph isenmann | 2022-02-15 | 1 | -16/+16 | |
| | ||||||
* | [client] Virtconfig editor: Use UTF-8 as default encoding for non-vmware | Simon Rettberg | 2022-02-14 | 1 | -1/+5 | |
| | ||||||
* | [CLIENT] Do not adjust QEMU VM firmware on Windows platforms | Manuel Bentele | 2022-02-14 | 1 | -1/+1 | |
| | ||||||
* | [SERVER] Downgrade Maven assembly plugin for Java 8 compatibility | Manuel Bentele | 2022-01-28 | 1 | -1/+1 | |
| | ||||||
* | [CLIENT] Downgrade Maven assembly plugin for Java 8 compatibility | Manuel Bentele | 2022-01-28 | 1 | -1/+1 | |
| | ||||||
* | [CLIENT] fix valid check for docker-archive without repotag | ralph isenmann | 2022-01-28 | 1 | -6/+15 | |
| | ||||||
* | [CLIENT,SERVER] move handling of tar into TarArchiveReader and ↵ | ralph isenmann | 2022-01-27 | 4 | -68/+21![]() | |
| | | | | TarArchiveWriter in master-sync-shared | |||||
* | [CLIENT] fix isPageValid check for container | ralph isenmann | 2022-01-26 | 1 | -8/+12 | |
| | ||||||
* | [CLIENT] fix nullpointer for images which does not have an latest imageVersionId | ralph isenmann | 2022-01-24 | 2 | -8/+12 | |
| | ||||||
* | [CLIENT] data container can not be used as images for lectures | ralph isenmann | 2022-01-24 | 7 | -18/+34 | |
| | | | | - data container can only be a source in the bind mount configuration | |||||
* | [SERVER] Update Mysql Java driver class path | Manuel Bentele | 2021-12-22 | 1 | -1/+1 | |
| | ||||||
* | [SERVER] Update Java runtime version in Docker container | Manuel Bentele | 2021-12-22 | 1 | -1/+1 | |
| | ||||||
* | [CLIENT] Update httpclient library from version 4.5.x to version 5.y | Manuel Bentele | 2021-12-21 | 5 | -70/+99 | |
| | ||||||
* | [SERVER] Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -2/+2 | |
| | ||||||
* | [CLIENT] Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -2/+2 | |
| | ||||||
* | [CLIENT] Fix deprecated JsonParser method call | Manuel Bentele | 2021-12-17 | 1 | -1/+1 | |
| | ||||||
* | [CLIENT] Update version of build dependencies | Manuel Bentele | 2021-12-17 | 1 | -12/+8![]() | |
| | ||||||
* | [CLIENT] Update version of Maven build plugins | Manuel Bentele | 2021-12-17 | 1 | -2/+3 | |
| | ||||||
* | [SERVER] Update version of build dependencies | Manuel Bentele | 2021-12-17 | 1 | -7/+7 | |
| | ||||||
* | [SERVER] Update version of Maven build plugins | Manuel Bentele | 2021-12-17 | 1 | -4/+5 | |
| | ||||||
* | [SERVER] Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 1 | -3/+3 | |
| | ||||||
* | [SERVER] Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -2/+2 | |
| | ||||||
* | [CLIENT] Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -2/+2 | |
| | ||||||
* | [SERVER] Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 51 | -107/+180 | |
| | ||||||
* | [CLIENT] Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 76 | -290/+381 | |
| | ||||||
* | [CLIENT] Adapt OS loader of QEMU machines for local edit | Manuel Bentele | 2021-11-30 | 1 | -0/+9 | |
| | ||||||
* | update layout for image typ | ralph isenmann | 2021-11-18 | 1 | -9/+42 | |
| | ||||||
* | [client] minor fixes; | ralph isenmann | 2021-11-17 | 2 | -5/+16 | |
| | | | | | - do not show unused container type "batch" - fix unresponsive user input check | |||||
* | [CLIENT] Fixes Java warnings | Manuel Bentele | 2021-11-11 | 3 | -1/+3 | |
| | ||||||
* | Merge branch 'feature/docker-data-container' | ralph isenmann | 2021-11-10 | 6 | -96/+222 | |
|\ | ||||||
| * | Merge branch 'feature/docker-data-container' of ↵feature/docker-data-container | ralph isenmann | 2021-11-10 | 1 | -0/+6 | |
| |\ | | | | | | | | | | git.openslx.org:openslx-ng/tutor-module into feature/docker-data-container | |||||
| | * | [client] allow to select data container images in mount config | ralph isenmann | 2021-09-07 | 4 | -27/+126 | |
| | | | ||||||
| | * | [server] add endpoint to dmsd webserver for image metadata | ralph isenmann | 2021-09-07 | 2 | -22/+61 | |
| | | | | | | | | | | | | new endpoint /image/container/<baseimageid>/metadata to request specific information about an existing image (virtId==docker and containerImageType==data) | |||||
| * | | [server] update webserver and dbimage; refactoring | ralph isenmann | 2021-11-10 | 2 | -30/+22![]() | |
| | | | ||||||
| * | | [client] allow to select data container images in mount config | ralph isenmann | 2021-10-28 | 4 | -51/+140 | |
| | | | ||||||
| * | | [server] add endpoint to dmsd webserver for image metadata | ralph isenmann | 2021-10-28 | 2 | -22/+61 | |
| | | | | | | | | | | | | new endpoint /image/container/<baseimageid>/metadata to request specific information about an existing image (virtId==docker and containerImageType==data) | |||||
* | | | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module | ralph isenmann | 2021-11-10 | 5 | -0/+7 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | [CLIENT] Add bwLehrpool icon for JFrames | Manuel Bentele | 2021-11-08 | 2 | -0/+4 | |
| | | | ||||||
| * | | [CLIENT] Add translation for graphics configuration option | Manuel Bentele | 2021-10-15 | 3 | -0/+3 | |
| | | | ||||||
* | | | [client] refactoring: improve i18n, hide unsed ContainerImageType in ↵ | ralph isenmann | 2021-10-28 | 8 | -53/+55 | |
| | | | | | | | | | | | | ContainerPanel | |||||
* | | | [client] refactoring: apply changes from master-sync-share | ralph isenmann | 2021-10-15 | 4 | -26/+25![]() | |
| | | | ||||||
* | | | [client] Update process of the download for container images | ralph isenmann | 2021-10-15 | 3 | -21/+112 | |
| | | | | | | | | | | | | - show some info to user what was actually downloaded und what to do with it. | |||||
* | | | [client] allow users to upload new versions of container images. | ralph isenmann | 2021-10-15 | 6 | -7/+80 | |
| | | | ||||||
* | | | [client] update input methods for container images | ralph isenmann | 2021-10-14 | 3 | -103/+201 | |
| | | | | | | | | | | | | | | | - remove input method for dockerfiles and git repositories; requires building mechanism in the backend - add input method for docker-archives; tar-files from docker save ... |