Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
| | ||||||
* | [server] Add missing pagination for lecture list | Simon Rettberg | 2023-03-31 | 1 | -1/+3 | |
| | | | | | This bug lead to a nice infinite loop on the client as soon as we hit the pagination thresold. | |||||
* | [server] Add JSON/HTTP listener for thrift | Simon Rettberg | 2023-02-24 | 5 | -1143/+132 | |
| | ||||||
* | [server] Java 11 | Simon Rettberg | 2023-02-24 | 1 | -3/+3 | |
| | ||||||
* | [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 | |
| | ||||||
* | [server] Make maintenance tasks a bit less spammy | Simon Rettberg | 2022-11-09 | 3 | -6/+5 | |
| | ||||||
* | [server] Suppress log messages by mariadb connector | Simon Rettberg | 2022-11-09 | 1 | -0/+1 | |
| | ||||||
* | [server] Remove unused throws annotation | Simon Rettberg | 2022-11-07 | 1 | -1/+1 | |
| | ||||||
* | [client] Ignore VM size limit if user is super user | Simon Rettberg | 2022-11-07 | 1 | -9/+12 | |
| | ||||||
* | [server] Ignore VM size limit for super user | Simon Rettberg | 2022-11-07 | 1 | -2/+6 | |
| | ||||||
* | [server] Add start/finished log output to recurring maintenance tasks | Simon Rettberg | 2022-11-07 | 5 | -3/+17 | |
| | ||||||
* | [server] Try to catch weird bug when deleting old images | Simon Rettberg | 2022-11-07 | 3 | -3/+3 | |
| | ||||||
* | [server] Remove apache commons dependencies | Simon Rettberg | 2022-11-07 | 2 | -6/+5 | |
| | ||||||
* | [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. | |||||
* | [server] Honor vmSizeLimit and reject uploads that exceed it | Simon Rettberg | 2022-11-03 | 2 | -0/+6 | |
| | ||||||
* | [server] Use mariadb class name | Simon Rettberg | 2022-10-18 | 1 | -2/+2 | |
| | ||||||
* | [server] Switch from mysql to mariadb connector | Simon Rettberg | 2022-10-18 | 1 | -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 HTTPS | Simon Rettberg | 2022-10-18 | 1 | -1/+1 | |
| | ||||||
* | [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. | |||||
* | [server] Send another EHLO after STARTTLS, as we SHOULD | Simon Rettberg | 2022-08-09 | 1 | -2/+9 | |
| | | | | https://www.rfc-editor.org/rfc/rfc2487 | |||||
* | [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. | |||||
* | [server] Log role on login | Simon Rettberg | 2022-05-12 | 1 | -1/+1 | |
| | ||||||
* | [server] Fix query call (not an update) | Simon Rettberg | 2022-04-21 | 1 | -3/+3 | |
| | ||||||
* | [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 | |
| | ||||||
* | [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 | |
| |