| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [client] Try to use generic SSL and HTTPS context if connection check fails | Simon Rettberg | 2025-08-01 | 3 | -3/+15 |
| | | |||||
| * | [client] LectureDetails: Show active predefined firewall rulesets | Simon Rettberg | 2025-03-18 | 3 | -5/+8 |
| | | |||||
| * | [client] Add hint to click 'login' for browser auth | Simon Rettberg | 2023-12-15 | 2 | -0/+2 |
| | | |||||
| * | [client] Add config option to set transfer type (SSL or plain) | Simon Rettberg | 2023-09-22 | 3 | -1/+13 |
| | | |||||
| * | [client] Check if VM is suspended before upload | Simon Rettberg | 2023-07-27 | 2 | -5/+5 |
| | | |||||
| * | [client] Change text for upcoming DE-Masterserver | Steffen Ritter | 2023-06-02 | 4 | -6/+6 |
| | | |||||
| * | [client] Check if virt config is valid, warn user if not | Simon Rettberg | 2023-04-26 | 2 | -1/+3 |
| | | | | | ....but allow to continue anyways | ||||
| * | [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 | 4 | -5/+9 |
| | | |||||
| * | [client] Allow Branding in external locations | Simon Rettberg | 2023-02-09 | 1 | -8/+0![]() |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+4 |
| | | | | | ... instead of saying "out of disk space" | ||||
| * | [client] Check VM HDD size limit on upload | Simon Rettberg | 2022-11-03 | 2 | -0/+4 |
| | | | | | | | | | | | 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] data container can not be used as images for lectures | ralph isenmann | 2022-01-24 | 3 | -1/+4 |
| | | | | | - data container can only be a source in the bind mount configuration | ||||
| * | [CLIENT] Update httpclient library from version 4.5.x to version 5.y | Manuel Bentele | 2021-12-21 | 1 | -0/+11 |
| | | |||||
| * | [CLIENT] Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 2 | -13/+25 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module | ralph isenmann | 2021-11-10 | 3 | -0/+3 |
| |\ | |||||
| | * | [CLIENT] Add translation for graphics configuration option | Manuel Bentele | 2021-10-15 | 3 | -0/+3 |
| | | | |||||
| * | | [client] refactoring: improve i18n, hide unsed ContainerImageType in ↵ | ralph isenmann | 2021-10-28 | 6 | -14/+16 |
| |/ | | | | ContainerPanel | ||||
| * | [client] double wording | Steffen Ritter | 2021-08-17 | 1 | -1/+1 |
| | | |||||
| * | [client] minor fixes to container related part | ralph isenmann | 2021-08-13 | 7 | -23/+24 |
| | | | | | | | - fix typos - do not allow empty Dockerfiles - add translations | ||||
| * | [client] Escape '=' in HTML translation text to fix URL null pointer | Manuel Bentele | 2021-08-05 | 3 | -3/+3 |
| | | |||||
| * | [client] Set Container Image Type during creation, set text labes | ralph isenmann | 2021-06-22 | 2 | -0/+5 |
| | | |||||
| * | Merge branch 'feature/docker' | Manuel Bentele | 2021-05-19 | 4 | -0/+7 |
| |\ | |||||
| | * | [client] Allow user to define container with Repository Image (directly from ↵ | ralph isenmann | 2021-05-11 | 4 | -0/+7 |
| | | | | | | | | | hub.docker) | ||||
| * | | Merge branch 'refactor/vm-config-transformation-logic' | Manuel Bentele | 2021-05-19 | 7 | -11/+15 |
| |\ \ | |/ |/| | |||||
| | * | [client] Remove start command pane on QEMU VM upload page | Manuel Bentele | 2021-04-30 | 3 | -3/+0![]() |
| | | | |||||
| | * | [client] Set log4j debug level for file (DEBUG) and console (INFO) | Manuel Bentele | 2021-04-27 | 1 | -5/+12 |
| | | | |||||
| | * | [client,server] Refactors and abstracts version information in config logic ↵ | Manuel Bentele | 2021-04-23 | 3 | -3/+3 |
| | | | | | | | | | and disk image | ||||
| * | | [client] Wording | Steffen Ritter | 2021-04-22 | 1 | -7/+7 |
| | | | |||||
| * | | [server] Fix download of images for students | Stephan Schwär | 2021-04-21 | 1 | -2/+2 |
| |/ | | | | | | | | | ImageDetailsRead object is filled with bogus information or null for variables not needed for downloading when students request to download an image linked to a lecture, as students don't have sufficient permissions to request all that information. Also check "isrestricted" flag server-side and don't supply images to students that have it set. | ||||
| * | [client] add missing whitespace in translation | Jonathan Bauer | 2021-04-12 | 1 | -1/+1 |
| | | |||||
| * | [client] Wording Container | ralph isenmann | 2021-03-17 | 3 | -23/+33 |
| | | |||||
| * | [client] Wording No2 | Steffen Ritter | 2021-03-17 | 3 | -9/+9 |
| | | |||||
| * | [client] Wording | Steffen Ritter | 2021-03-11 | 3 | -12/+12 |
| | | |||||
| * | [client] Fix switch between container and vm in lecture | ralph isenmann | 2021-03-11 | 6 | -0/+10 |
| | | |||||
| * | [client,server] Refactor disk image representation | Manuel Bentele | 2021-03-11 | 3 | -12/+17 |
| | | |||||
| * | Merge branch 'feature/vmwarevm-support' into feature-merge | Stephan Schwär | 2021-02-19 | 2 | -0/+12 |
| |\ | |||||
| | * | [client] Improve error handling for vmwarevm | Stephan Schwär | 2021-02-04 | 2 | -0/+12 |
| | | | | | | | | | | | | | Also includes English and German translations Issue #3771 | ||||
| * | | [client] container: allow user to upload a pre build container image | ralph isenmann | 2021-02-17 | 2 | -0/+2 |
| | | | | | | | | | - A container image saved as tar archive from "docker save ..." can now be selected in Creation Wizard. It will be attached to state.diskfile and uploaded after the user finishes the process. | ||||
| * | | [client] Update Language Tags (i18n) | ralph isenmann | 2021-02-15 | 12 | -24/+30 |
| | | | |||||
| * | | [client] Add translations for ImageTypePageLayout | Stephan Schwär | 2021-02-04 | 2 | -0/+23 |
| |/ | |||||
| * | [client] Fix some window sizing issues | Stephan Schwär | 2021-02-01 | 2 | -7/+7 |
| | | |||||
| * | [client] I18n of LocationSelector | Mürsel Türk | 2020-12-31 | 3 | -3/+18 |
| | | |||||
| * | [client] I18n of search in description feature | Mürsel Türk | 2020-12-31 | 6 | -0/+6 |
| | | | | | Feature #3691 | ||||
| * | [client] Turkish support for ovf conversion | Mürsel Türk | 2020-12-31 | 3 | -1/+44 |
| | | | | | Feature #3771 | ||||
| * | [client] Turkish support for docker integration | Mürsel Türk | 2020-12-30 | 6 | -1/+32 |
| | | | | | Feature #3820 | ||||
| * | [client] I18n of current docker integration state | Stephan Schwär | 2020-12-16 | 12 | -2/+64 |
| | | | | | | - German and english translations for the current state of the docker intergration. | ||||
| * | [client] English support for ovf convert feature | Stephan Schwär | 2020-11-25 | 6 | -2/+83 |
| | | |||||
| * | [client] Add missing properties files | Mürsel Türk | 2020-10-06 | 2 | -16/+43 |
| | | |||||
| * | [client] Default language is now english | Mürsel Türk | 2020-10-06 | 35 | -1673/+1646![]() |
| | | | | | Added also a function that intercepts all exceptions while setting the provided language. | ||||

