summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [server] Add start/finished log output to recurring maintenance tasksSimon Rettberg2022-11-075-3/+17
|
* [server] Try to catch weird bug when deleting old imagesSimon Rettberg2022-11-073-3/+3
|
* [server] Remove apache commons dependenciesSimon Rettberg2022-11-072-6/+5Star
|
* [client] Check VM HDD size limit on uploadSimon Rettberg2022-11-034-1/+23
| | | | | | | | | | Older client versions would run into an exception when trying to initiate the actual upload, in which case the user already entered all the meta data for their VM. This is a subpar experience since that work was all for nothing then. Instead, warn the user right away after selecting the VM. This will also show the limit in the top-right corner of the main window.
* [client] Fix build; don't depend on implicit apache-commons depSimon Rettberg2022-11-034-9/+9
| | | | | | After bumping other libs, apache-commons is not available anymore, breaking the build process. Change affected code to use other libs instead.
* [server] Honor vmSizeLimit and reject uploads that exceed itSimon Rettberg2022-11-032-0/+6
|
* [server] Use mariadb class nameSimon Rettberg2022-10-181-2/+2
|
* [server] Switch from mysql to mariadb connectorSimon Rettberg2022-10-181-3/+3
| | | | | | | This conventiently also fixes the version range crap where for unknown reasons, maven wants to resolve [8.0,8.99] to the currently non-existent version 8.0.31 and then fails building the project.
* [server] Switch mltk repo URL to HTTPSSimon Rettberg2022-10-181-1/+1
|
* [client] Test for TLSv1.3 availability before using it with apache-httpSimon Rettberg2022-10-181-1/+17
| | | | | | | Unfortunately, adding a TLS version to the list of supported versions that is not supported by the currently running JVM will make the apache http client bail out immediately with an exception, instead of trying the remaining TLS versions from that list.
* [server] Send another EHLO after STARTTLS, as we SHOULDSimon Rettberg2022-08-091-2/+9
| | | | https://www.rfc-editor.org/rfc/rfc2487
* [client] Fix antialiasing failureSteffen Ritter2022-07-011-0/+6
| | | | | | We need to set antialising before and after initiazing flatlaf. If you want to delete doubled code, check first if font looks good with different themes.
* [server] Log role on loginSimon Rettberg2022-05-121-1/+1
|
* [server] Fix query call (not an update)Simon Rettberg2022-04-211-3/+3
|
* [client] Fix NPESimon Rettberg2022-03-221-1/+1
|
* [client] Show local unhashed vs. hashed chunks in detailed progress viewSimon Rettberg2022-03-227-8/+46
|
* [client] Fix closing upload activity panelSimon Rettberg2022-03-221-15/+19
|
* [client] Install default thread exception handlerSimon Rettberg2022-03-211-1/+17
|
* [client] Memory management; handle OOM when hashing, do not skip blocksSimon Rettberg2022-03-2113-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 cancelledSimon Rettberg2022-03-181-0/+25
|
* [client] Add even more debug spam to UploadSimon Rettberg2022-03-183-71/+106
|
* [client] Update deprecated callSimon Rettberg2022-03-181-1/+1
|
* [client] Try to do a better job cleaning up when closing wizardsSimon Rettberg2022-03-174-17/+66
|
* [client] Add timestamps to file loggerSimon Rettberg2022-03-171-1/+1
|
* [client] Some more logging regarding transfersSimon Rettberg2022-03-161-3/+9
|
* [client] Better log cancel/failure reason for uploadsSimon Rettberg2022-03-166-20/+28
|
* [server] Add MultiLib attribute to manifestSimon Rettberg2022-03-031-0/+1
| | | | ...so log4j2 loads proper StackLocator on Java9+
* [SERVER] enable DockerFeatureralph isenmann2022-02-233-8/+51
| | | | - checks also if required value in db exists
* [CLIENT] fix layout in image type chooserralph isenmann2022-02-181-10/+12
|
* [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] remove useless logging messageralph isenmann2022-02-152-4/+0Star
|
* [CLIENT] remove trailing whitespaceralph isenmann2022-02-151-16/+16
|
* [client] Virtconfig editor: Use UTF-8 as default encoding for non-vmwareSimon Rettberg2022-02-141-1/+5
|
* [CLIENT] Do not adjust QEMU VM firmware on Windows platformsManuel Bentele2022-02-141-1/+1
|
* [SERVER] Downgrade Maven assembly plugin for Java 8 compatibilityManuel Bentele2022-01-281-1/+1
|
* [CLIENT] Downgrade Maven assembly plugin for Java 8 compatibilityManuel Bentele2022-01-281-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 ↵ralph isenmann2022-01-274-68/+21Star
| | | | TarArchiveWriter in master-sync-shared
* [CLIENT] fix isPageValid check for containerralph isenmann2022-01-261-8/+12
|
* [CLIENT] fix nullpointer for images which does not have an latest imageVersionIdralph isenmann2022-01-242-8/+12
|
* [CLIENT] data container can not be used as images for lecturesralph isenmann2022-01-247-18/+34
| | | | - data container can only be a source in the bind mount configuration
* [SERVER] Update Mysql Java driver class pathManuel Bentele2021-12-221-1/+1
|
* [SERVER] Update Java runtime version in Docker containerManuel Bentele2021-12-221-1/+1
|
* [CLIENT] Update httpclient library from version 4.5.x to version 5.yManuel Bentele2021-12-215-70/+99
|
* [SERVER] Update log4j because of the CVE-2021-45105 security flawManuel Bentele2021-12-201-2/+2
|
* [CLIENT] Update log4j because of the CVE-2021-45105 security flawManuel Bentele2021-12-201-2/+2
|
* [CLIENT] Fix deprecated JsonParser method callManuel Bentele2021-12-171-1/+1
|
* [CLIENT] Update version of build dependenciesManuel Bentele2021-12-171-12/+8Star
|
* [CLIENT] Update version of Maven build pluginsManuel Bentele2021-12-171-2/+3
|