| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [client] Ignore all exceptions while iterating over trust managersHEADmaster | Simon Rettberg | 2025-10-21 | 3 | -53/+59 |
| | | | | | | | | Try harder to avoid crashing and burning if one of the trust managers contained in the combined trust manager acts up. Ignore all runtime exceptions while iterating, and if nothing worked in the end, throw a synthetic CertificateException. | ||||
| * | [client] Try even more trust managers; always use shipped one | Simon Rettberg | 2025-10-21 | 1 | -39/+91 |
| | | |||||
| * | [server] Thrown exceptions changed again in newer Java | Simon Rettberg | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | [client] Ship our own truststore and use on all platforms but Windows | Simon Rettberg | 2025-08-12 | 2 | -6/+13 |
| | | |||||
| * | [client] Try to use generic SSL and HTTPS context if connection check fails | Simon Rettberg | 2025-08-01 | 6 | -26/+67 |
| | | |||||
| * | [server] Missed two IOExceptions | Simon Rettberg | 2025-07-02 | 1 | -3/+2![]() |
| | | |||||
| * | [server] Thrown exceptions changed in recent Java versions | Simon Rettberg | 2025-07-02 | 1 | -8/+2![]() |
| | | | | | | | | | | WebRpc.java:[245.27] exception java.io.IOException is never thrown in body of corresponding try statement Thanks Java. -> Just generically catch "Exception", not individual ones which might change nilly willy with future JRE versions. | ||||
| * | [server] Only delete orphaned files at least 2 days old | Simon Rettberg | 2025-07-02 | 1 | -1/+2 |
| | | |||||
| * | [server] Lower max memory usage of thrift handling | Simon Rettberg | 2025-07-02 | 1 | -3/+3 |
| | | | | | | Don't set initial buffer size to maximum allowed, also lower the maximum allowed message size. | ||||
| * | [client] On Windows, use system certificate store in addition to Java's | Simon Rettberg | 2025-07-02 | 3 | -8/+161 |
| | | |||||
| * | [client] Fix NPE | Simon Rettberg | 2025-07-02 | 1 | -1/+1 |
| | | |||||
| * | [server] Add filepath to ImageVersionDetails | Simon Rettberg | 2025-04-01 | 1 | -7/+21 |
| | | |||||
| * | [server] CoW: Don't repeatedly print the same log message | Simon Rettberg | 2025-03-21 | 1 | -1/+7 |
| | | |||||
| * | [server] More checks when deleing old images; look for revivable images | Simon Rettberg | 2025-03-21 | 2 | -20/+63 |
| | | | | | | | Revivable images are those where the expiry date lies in the future, aren't missing the HDD image, yet are marked as invalid. Make those valid again. | ||||
| * | [client] LectureDetails: Show active predefined firewall rulesets | Simon Rettberg | 2025-03-18 | 5 | -10/+59 |
| | | |||||
| * | [client] Strip whitespaces around netshares | Steffen Ritter | 2025-03-04 | 1 | -1/+1 |
| | | | | | refs: #3976 | ||||
| * | [client] Allow better font scaling | Simon Rettberg | 2025-02-28 | 1 | -2/+2 |
| | | |||||
| * | [client] Push for rebuild | 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 | 2 | -24/+0![]() |
| | | |||||
| * | [server] Change logging again... | Steffen Ritter | 2024-07-12 | 6 | -51/+23![]() |
| | | | | | | | | We already write most of the interesting dozmod actions to the sat-db. So instead of miserably duplicating only some of them to the logging facility, just write everything to both backends. Journalctl is also easier to search and grep for admins. | ||||
| * | [server] Also log user on upload/download | Steffen Ritter | 2024-07-11 | 1 | -2/+28 |
| | | |||||
| * | [server] Log readable name on image upload to master | Steffen Ritter | 2024-07-11 | 1 | -4/+4 |
| | | |||||
| * | [client] Allow publishing of vbox and qemu VMs | Steffen Ritter | 2024-07-04 | 2 | -2/+12 |
| | | |||||
| * | [server] CoW: Fix race condition generating invalid hashes | Simon Rettberg | 2024-05-29 | 1 | -2/+2 |
| | | | | | | It's not too f'n bright to use a shared buffer in a multi-threaded environment.... | ||||
| * | [*] Switch to new CascadedThreadPool | Simon Rettberg | 2024-05-22 | 7 | -40/+93 |
| | | |||||
| * | [server] CoW: Fix calculating copy speed, don't return delay=0 | Simon Rettberg | 2024-05-22 | 1 | -8/+11 |
| | | | | | | | | Returning a calculated delay of 0 tells the caller that we wrote the modified block, which isn't true, so in effect a corrupted final image is created where certain modified blocks are missing. | ||||
| * | [server] Remove upload state in JSON; handled by client now | Simon Rettberg | 2024-05-16 | 1 | -2/+0![]() |
| | | |||||
| * | [server] Remove user session when creating cow session | Simon Rettberg | 2024-05-15 | 1 | -1/+2 |
| | | |||||
| * | [server] cow: Fix copying virtId | Simon Rettberg | 2024-05-15 | 1 | -1/+1 |
| | | |||||
| * | [server] Improve logging, remove redundant messages | Simon Rettberg | 2024-05-14 | 4 | -24/+30 |
| | | |||||
| * | [server] DbLecture: Properly handle superadmin in getXml() | Simon Rettberg | 2024-05-14 | 1 | -5/+17 |
| | | |||||
| * | [server] ADD FUSDDS STIFF | Simon Rettberg | 2024-05-08 | 6 | -0/+866 |
| | | |||||
| * | [server] Add support for CoW sessions | Simon Rettberg | 2024-05-08 | 8 | -40/+293 |
| | | |||||
| * | [server] DbImage: Add log messages | Simon Rettberg | 2024-05-08 | 1 | -2/+6 |
| | | |||||
| * | [server] Add startup script that tweaks -Xmx | Simon Rettberg | 2024-02-07 | 1 | -0/+16 |
| | | |||||
| * | [server] Tweak thrift call retry logic | Simon Rettberg | 2024-01-23 | 1 | -2/+10 |
| | | |||||
| * | [server] "using old data" message is confusing, only show if >= 1d | Simon Rettberg | 2024-01-22 | 1 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | [server] Fix deadlock | Simon Rettberg | 2023-09-27 | 1 | -5/+5 |
| | | |||||
| * | master<->sat transfer: Prefer SSL | Simon Rettberg | 2023-09-26 | 2 | -19/+20 |
| | | |||||
| * | [client] Add config option to set transfer type (SSL or plain) | Simon Rettberg | 2023-09-22 | 11 | -27/+239 |
| | | |||||
| * | [server] Force update of os, virt and org lists every 3 hours | Simon Rettberg | 2023-09-21 | 2 | -3/+11 |
| | | |||||
| * | [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... | ||||
| * | [server] Tweak thread names | Simon Rettberg | 2023-07-17 | 3 | -14/+15 |
| | | | | | Names can actually be 15 chars, not 11... | ||||
| * | Fix whitespace | Simon Rettberg | 2023-07-12 | 1 | -0/+1 |
| | | |||||

