summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
Commit message (Collapse)AuthorAgeFilesLines
* Commit to force CI runSimon Rettberg2023-12-151-1/+1
|
* [client] Add hint to click 'login' for browser authSimon Rettberg2023-12-153-1/+3
|
* [client] DFN-AAI -> eduGAINSimon Rettberg2023-12-151-1/+1
|
* [client] Add config option to set transfer type (SSL or plain)Simon Rettberg2023-09-2211-27/+239
|
* [client] Check if VM is suspended before uploadSimon Rettberg2023-07-273-8/+20
|
* [client] bwIDM -> DFN-AAISteffen Ritter2023-07-191-1/+1
|
* [client] Use working JDatePicker againSimon Rettberg2023-07-171-2/+3
| | | | Old one messed up day-of-week again...
* maven: Don't uses brainfucked open intervals for version rangesSimon Rettberg2023-06-301-11/+11
| | | | See https://michakutz.medium.com/d4ba66ac654
* [client] Reduce log spamSimon Rettberg2023-06-062-5/+5
|
* [client] Change text for upcoming DE-MasterserverSteffen Ritter2023-06-024-6/+6
|
* [docker] Fix nullpointer on invalid containersSteffen Ritter2023-05-171-31/+46
|
* Update git url to httpsSimon Rettberg2023-04-261-1/+1
|
* [client] Check if virt config is valid, warn user if notSimon Rettberg2023-04-263-1/+15
| | | | ....but allow to continue anyways
* [client] Use apache-http for version checkSimon Rettberg2023-04-062-8/+7Star
|
* [client] Completely change proxy detection codeSimon Rettberg2023-04-063-118/+124
| | | | Try to turn the old mess into a slightly less confusing new mess
* [client] Increase log level for parts of apache http-clientSimon Rettberg2023-04-061-5/+13
|
* [client] Add authentication via external browserSimon Rettberg2023-02-2310-32/+224
|
* [client] Use branded updateserver url for download linkSteffen Ritter2023-02-171-1/+1
|
* [client] Fix NPE when connecting to unknown satellite serverSimon Rettberg2023-02-172-56/+68
|
* [client] Allow override for remote version checkSteffen Ritter2023-02-142-1/+7
|
* [client] Remove debug spam -.-Simon Rettberg2023-02-091-2/+0Star
|
* [client] Allow Branding in external locationsSimon Rettberg2023-02-093-34/+144
| | | | | | | | | | | | | | | | | | | | | | Allow customizing the client via external properties and resources, instead of just the built-in resources. Built-in configuration takes highest priority, as usual, but built-in resources (images, text) take lowest priority. Any config file in the current working directory will be the first fallback. Finally, a system-wide path will be considered. On Windows, this is %ProgramData%\bwlp\, on Linux /etc/bwlp/. If a config was found in either of those places, the app will also try to load any resources (images, text) from there, only falling back to the resources withing the jar if they don't exist. You can still use --dump and --pack with these changes, but --dump will only ever dump the active configuration and the resources found within the jar, not those from the file system.
* [client] Warn if destination directory can't be created on downloadSimon Rettberg2023-01-233-2/+12
| | | | ... instead of saying "out of disk space"
* [maven] Use httpsSimon Rettberg2022-12-071-2/+2
|
* [client] Ignore VM size limit if user is super userSimon Rettberg2022-11-071-9/+12
|
* [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.
* [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.
* [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.
* [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
|
* [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
|
* [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
|