Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [client] Push for rebuildHEADmaster | Simon Rettberg | 2024-10-02 | 1 | -1/+1 |
| | |||||
* | [client] Tweak connection timeouts | Simon Rettberg | 2024-10-02 | 1 | -4/+5 |
| | |||||
* | [*] Remove log4j2 dependencies, already included through master-sync-shared | Simon Rettberg | 2024-07-24 | 1 | -12/+0 |
| | |||||
* | [client] Allow publishing of vbox and qemu VMs | Steffen Ritter | 2024-07-04 | 2 | -2/+12 |
| | |||||
* | [*] Switch to new CascadedThreadPool | Simon Rettberg | 2024-05-22 | 1 | -6/+7 |
| | |||||
* | Commit to force CI run | Simon Rettberg | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | [client] Add hint to click 'login' for browser auth | Simon Rettberg | 2023-12-15 | 3 | -1/+3 |
| | |||||
* | [client] DFN-AAI -> eduGAIN | Simon Rettberg | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | [client] Add config option to set transfer type (SSL or plain) | Simon Rettberg | 2023-09-22 | 11 | -27/+239 |
| | |||||
* | [client] Check if VM is suspended before upload | Simon Rettberg | 2023-07-27 | 3 | -8/+20 |
| | |||||
* | [client] bwIDM -> DFN-AAI | Steffen Ritter | 2023-07-19 | 1 | -1/+1 |
| | |||||
* | [client] Use working JDatePicker again | Simon Rettberg | 2023-07-17 | 1 | -2/+3 |
| | | | | Old one messed up day-of-week again... | ||||
* | maven: Don't uses brainfucked open intervals for version ranges | Simon Rettberg | 2023-06-30 | 1 | -11/+11 |
| | | | | See https://michakutz.medium.com/d4ba66ac654 | ||||
* | [client] Reduce log spam | Simon Rettberg | 2023-06-06 | 2 | -5/+5 |
| | |||||
* | [client] Change text for upcoming DE-Masterserver | Steffen Ritter | 2023-06-02 | 4 | -6/+6 |
| | |||||
* | [docker] Fix nullpointer on invalid containers | Steffen Ritter | 2023-05-17 | 1 | -31/+46 |
| | |||||
* | Update git url to https | Simon Rettberg | 2023-04-26 | 1 | -1/+1 |
| | |||||
* | [client] Check if virt config is valid, warn user if not | Simon Rettberg | 2023-04-26 | 3 | -1/+15 |
| | | | | ....but allow to continue anyways | ||||
* | [client] Use apache-http for version check | Simon Rettberg | 2023-04-06 | 2 | -8/+7 |
| | |||||
* | [client] Completely change proxy detection code | Simon Rettberg | 2023-04-06 | 3 | -118/+124 |
| | | | | Try to turn the old mess into a slightly less confusing new mess | ||||
* | [client] Increase log level for parts of apache http-client | Simon Rettberg | 2023-04-06 | 1 | -5/+13 |
| | |||||
* | [client] Add authentication via external browser | Simon Rettberg | 2023-02-23 | 10 | -32/+224 |
| | |||||
* | [client] Use branded updateserver url for download link | Steffen Ritter | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | [client] Fix NPE when connecting to unknown satellite server | Simon Rettberg | 2023-02-17 | 2 | -56/+68 |
| | |||||
* | [client] Allow override for remote version check | Steffen Ritter | 2023-02-14 | 2 | -1/+7 |
| | |||||
* | [client] Remove debug spam -.- | Simon Rettberg | 2023-02-09 | 1 | -2/+0 |
| | |||||
* | [client] Allow Branding in external locations | Simon Rettberg | 2023-02-09 | 3 | -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 download | Simon Rettberg | 2023-01-23 | 3 | -2/+12 |
| | | | | ... instead of saying "out of disk space" | ||||
* | [maven] Use https | Simon Rettberg | 2022-12-07 | 1 | -2/+2 |
| | |||||
* | [client] Ignore VM size limit if user is super user | Simon Rettberg | 2022-11-07 | 1 | -9/+12 |
| | |||||
* | [client] Check VM HDD size limit on upload | Simon Rettberg | 2022-11-03 | 4 | -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 dep | Simon Rettberg | 2022-11-03 | 4 | -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-http | Simon Rettberg | 2022-10-18 | 1 | -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 failure | Steffen Ritter | 2022-07-01 | 1 | -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 NPE | Simon Rettberg | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | [client] Show local unhashed vs. hashed chunks in detailed progress view | Simon Rettberg | 2022-03-22 | 7 | -8/+46 |
| | |||||
* | [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 |
| |