| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [client] Fix closing upload activity panel | Simon Rettberg | 2022-03-22 | 1 | -15/+19 |
| | | |||||
| * | [client] Install default thread exception handler | Simon Rettberg | 2022-03-21 | 1 | -1/+17 |
| | | |||||
| * | [client] Memory management; handle OOM when hashing, do not skip blocks | Simon Rettberg | 2022-03-21 | 13 | -57/+159 |
| | | | | | | | | | | | Try to free some references regarding transfers earlier, e.g. the hash worker and list of hashes as soon as hashing is finished on upload, not only when the upload is finished and the window is closed. Properly delay hashing of blocks in OOM scenarios, and be more conservative with the number of hash workers, i.e. take maximum JVM memory into account. Also, improve thread naming. | ||||
| * | [client] Cleanup chunk data lists when upload finished or is cancelled | Simon Rettberg | 2022-03-18 | 1 | -0/+25 |
| | | |||||
| * | [client] Add even more debug spam to Upload | Simon Rettberg | 2022-03-18 | 3 | -71/+106 |
| | | |||||
| * | [client] Update deprecated call | Simon Rettberg | 2022-03-18 | 1 | -1/+1 |
| | | |||||
| * | [client] Try to do a better job cleaning up when closing wizards | Simon Rettberg | 2022-03-17 | 4 | -17/+66 |
| | | |||||
| * | [client] Add timestamps to file logger | Simon Rettberg | 2022-03-17 | 1 | -1/+1 |
| | | |||||
| * | [client] Some more logging regarding transfers | Simon Rettberg | 2022-03-16 | 1 | -3/+9 |
| | | |||||
| * | [client] Better log cancel/failure reason for uploads | Simon Rettberg | 2022-03-16 | 6 | -20/+28 |
| | | |||||
| * | [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 |
| | | |||||
| * | [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 | 2 | -36/+13![]() |
| | | | | | 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 | ||||
| * | [CLIENT] Update httpclient library from version 4.5.x to version 5.y | Manuel Bentele | 2021-12-21 | 5 | -70/+99 |
| | | |||||
| * | [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 |
| | | |||||
| * | [CLIENT] 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-44228 security flaw | Manuel Bentele | 2021-12-15 | 75 | -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 | 4 | -51/+140 |
| |\ | |||||
| | * | [client] allow to select data container images in mount config | ralph isenmann | 2021-10-28 | 4 | -51/+140 |
| | | | |||||
| * | | 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 ... | ||||
| * | | [client] improve workflow of container creation | ralph isenmann | 2021-10-06 | 2 | -14/+17 |
| |/ | |||||
| * | [client] double wording | Steffen Ritter | 2021-08-17 | 1 | -1/+1 |
| | | |||||
| * | [client] minor fixes to container related part | ralph isenmann | 2021-08-13 | 13 | -60/+93 |
| | | | | | | | - fix typos - do not allow empty Dockerfiles - add translations | ||||
| * | [*] Add "modern" way to set target Java version | Simon Rettberg | 2021-08-12 | 1 | -0/+1 |
| | | |||||
| * | [*] Adapt to de-genricization of VirtualizationConfiguration | Simon Rettberg | 2021-08-12 | 5 | -320/+129![]() |
| | | |||||
| * | [client] Set anti aliasing properties after LAF initialization | Simon Rettberg | 2021-08-12 | 1 | -4/+4 |
| | | | | | | FlatLaf seems to reset anti-aliasing settings hen it's being loaded; set the according properties after initializing the swing look-and-feel. | ||||

