summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/properties
Commit message (Collapse)AuthorAgeFilesLines
* [client] Try to use generic SSL and HTTPS context if connection check failsSimon Rettberg2025-08-013-3/+15
|
* [client] LectureDetails: Show active predefined firewall rulesetsSimon Rettberg2025-03-183-5/+8
|
* [client] Add hint to click 'login' for browser authSimon Rettberg2023-12-152-0/+2
|
* [client] Add config option to set transfer type (SSL or plain)Simon Rettberg2023-09-223-1/+13
|
* [client] Check if VM is suspended before uploadSimon Rettberg2023-07-272-5/+5
|
* [client] Change text for upcoming DE-MasterserverSteffen Ritter2023-06-024-6/+6
|
* [client] Check if virt config is valid, warn user if notSimon Rettberg2023-04-262-1/+3
| | | | ....but allow to continue anyways
* [client] Increase log level for parts of apache http-clientSimon Rettberg2023-04-061-5/+13
|
* [client] Add authentication via external browserSimon Rettberg2023-02-234-5/+9
|
* [client] Allow Branding in external locationsSimon Rettberg2023-02-091-8/+0Star
| | | | | | | | | | | | | | | | | | | | | | 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-232-2/+4
| | | | ... instead of saying "out of disk space"
* [client] Check VM HDD size limit on uploadSimon Rettberg2022-11-032-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 lecturesralph isenmann2022-01-243-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.yManuel Bentele2021-12-211-0/+11
|
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-152-13/+25
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleralph isenmann2021-11-103-0/+3
|\
| * [CLIENT] Add translation for graphics configuration optionManuel Bentele2021-10-153-0/+3
| |
* | [client] refactoring: improve i18n, hide unsed ContainerImageType in ↵ralph isenmann2021-10-286-14/+16
|/ | | | ContainerPanel
* [client] double wordingSteffen Ritter2021-08-171-1/+1
|
* [client] minor fixes to container related partralph isenmann2021-08-137-23/+24
| | | | | | - fix typos - do not allow empty Dockerfiles - add translations
* [client] Escape '=' in HTML translation text to fix URL null pointerManuel Bentele2021-08-053-3/+3
|
* [client] Set Container Image Type during creation, set text labesralph isenmann2021-06-222-0/+5
|
* Merge branch 'feature/docker'Manuel Bentele2021-05-194-0/+7
|\
| * [client] Allow user to define container with Repository Image (directly from ↵ralph isenmann2021-05-114-0/+7
| | | | | | | | hub.docker)
* | Merge branch 'refactor/vm-config-transformation-logic'Manuel Bentele2021-05-197-11/+15
|\ \ | |/ |/|
| * [client] Remove start command pane on QEMU VM upload pageManuel Bentele2021-04-303-3/+0Star
| |
| * [client] Set log4j debug level for file (DEBUG) and console (INFO)Manuel Bentele2021-04-271-5/+12
| |
| * [client,server] Refactors and abstracts version information in config logic ↵Manuel Bentele2021-04-233-3/+3
| | | | | | | | and disk image
* | [client] WordingSteffen Ritter2021-04-221-7/+7
| |
* | [server] Fix download of images for studentsStephan Schwär2021-04-211-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 translationJonathan Bauer2021-04-121-1/+1
|
* [client] Wording Containerralph isenmann2021-03-173-23/+33
|
* [client] Wording No2Steffen Ritter2021-03-173-9/+9
|
* [client] WordingSteffen Ritter2021-03-113-12/+12
|
* [client] Fix switch between container and vm in lectureralph isenmann2021-03-116-0/+10
|
* [client,server] Refactor disk image representationManuel Bentele2021-03-113-12/+17
|
* Merge branch 'feature/vmwarevm-support' into feature-mergeStephan Schwär2021-02-192-0/+12
|\
| * [client] Improve error handling for vmwarevmStephan Schwär2021-02-042-0/+12
| | | | | | | | | | | | Also includes English and German translations Issue #3771
* | [client] container: allow user to upload a pre build container imageralph isenmann2021-02-172-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 isenmann2021-02-1512-24/+30
| |
* | [client] Add translations for ImageTypePageLayoutStephan Schwär2021-02-042-0/+23
|/
* [client] Fix some window sizing issuesStephan Schwär2021-02-012-7/+7
|
* [client] I18n of LocationSelectorMürsel Türk2020-12-313-3/+18
|
* [client] I18n of search in description featureMürsel Türk2020-12-316-0/+6
| | | | Feature #3691
* [client] Turkish support for ovf conversionMürsel Türk2020-12-313-1/+44
| | | | Feature #3771
* [client] Turkish support for docker integrationMürsel Türk2020-12-306-1/+32
| | | | Feature #3820
* [client] I18n of current docker integration stateStephan Schwär2020-12-1612-2/+64
| | | | | - German and english translations for the current state of the docker intergration.
* [client] English support for ovf convert featureStephan Schwär2020-11-256-2/+83
|
* [client] Add missing properties filesMürsel Türk2020-10-062-16/+43
|
* [client] Default language is now englishMürsel Türk2020-10-0635-1673/+1646Star
| | | | Added also a function that intercepts all exceptions while setting the provided language.