summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [server] Remove redundant null in sql querybugfix/student-image-downloadStephan Schwär2021-04-201-4/+3Star
|
* [server] Only non restricted versions for studentStephan Schwär2021-04-201-1/+1
| | | | Issue: #3846
* [server] Replace bogus info where possibleStephan Schwär2021-04-201-3/+3
| | | | Issue: #3846
* [server] Run formatter for DbImage.javaStephan Schwär2021-04-191-118/+122
|
* [server] Remove redundant null values in sql queryStephan Schwär2021-04-191-36/+17Star
|
* [server] Fix download of images for studentsStephan Schwär2021-04-191-20/+44
| | | | | | | 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.
* Minor i18n fixStephan Schwär2021-04-191-2/+2
|
* [client] add missing whitespace in translationJonathan Bauer2021-04-121-1/+1
|
* [server] Add future function docker_container.ralph isenmann2021-03-181-0/+4
| | | | because of missing entry in db this featuer is currently commented out
* [client] Add Check for docker_container featureralph isenmann2021-03-181-1/+7
| | | | if Sat has this feature enabled, show additional Pages in ImageCreationWizard for container image creation
* [client] Fix not showing warning Messageralph isenmann2021-03-184-14/+16
|
* [client] Wording Containerralph isenmann2021-03-174-24/+38
|
* [client] Wording No2Steffen Ritter2021-03-175-11/+11
|
* [client] WordingSteffen Ritter2021-03-113-12/+12
|
* [client] Fix switch between container and vm in lectureralph isenmann2021-03-1111-50/+106
|
* [client] Disable VM configuration for Docker containersManuel Bentele2021-03-111-10/+4Star
|
* [server] Fix warnings and replace deprecated methodsManuel Bentele2021-03-118-39/+8Star
|
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-11118-242/+681
|
* [server] Build and run dozmod-server as Docker containerManuel Bentele2021-03-115-4/+191
|
* [client,server] Remove unused/empty unit testsManuel Bentele2021-03-112-76/+0Star
|
* [client,server] Enable Java compiler warningsManuel Bentele2021-03-112-0/+2
|
* [client] Add support for Java 8Manuel Bentele2021-03-111-2/+2
|
* [client,server] Remove shaded packagingManuel Bentele2021-03-112-101/+28Star
| | | | | | | WARNING: As a result of this change, the normal Jar packages can no longer be executed independently. Therefore, please publish from now on only the fully packed Jar files which are suffixed with "-jar-with-dependencies.jar".
* [client,server] Refactor disk image representationManuel Bentele2021-03-1116-74/+106
|
* Merge branch 'feature/vmwarevm-support' into feature-mergeStephan Schwär2021-02-193-2/+49
|\
| * [client] Improve error handling for vmwarevmStephan Schwär2021-02-043-12/+45
| | | | | | | | | | | | Also includes English and German translations Issue #3771
| * [client] Add support for vmwarevm formatStephan Schwär2021-02-021-0/+14
| | | | | | | | Issue #3771
* | Merge remote-tracking branch 'origin/feature/qemu-integration' into ↵Stephan Schwär2021-02-192-3/+10
|\ \ | | | | | | | | | feature-merge
| * | [client] Remove unused dummy codeManuel Bentele2021-02-011-121/+0Star
| | |
| * | [client] Extend disk image check for multiple image formatsManuel Bentele2021-02-011-1/+3
| | |
| * | [client] Add import of Libvirt XML files to support QEMUManuel Bentele2021-01-052-2/+7
| | |
* | | [client] Container Bind Mount: Change Input to DropDownralph isenmann2021-02-173-9/+32
| | | | | | | | | | | | User can now only select a given Selection for bind mount source
* | | [client] Fix "download image"ralph isenmann2021-02-172-46/+18Star
| | | | | | | | | | | | Some line delets not present after merge
* | | [client] Refactoring: Remove unused coderalph isenmann2021-02-171-10/+1Star
| | |
* | | [client] container: allow user to upload a pre build container imageralph isenmann2021-02-174-10/+82
| | | | | | | | | | | | - 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] Fix changeMonitor in Lecture- and Imagesdetailsralph isenmann2021-02-173-8/+13
| | | | | | | | | | | | - In Images and Lectures with non Container context, no input from ContainerPanel should be monitored by changeMonitor.
* | | [client] Update Language Tags (i18n)ralph isenmann2021-02-1516-54/+57
| | |
* | | [client] Update ImageCreation for Container Images workflowralph isenmann2021-02-155-126/+92Star
| | | | | | | | | | | | Remove Container Runtime specific informations (Run and Mount Options). These Options can be defined in the LectureDetails Window.
* | | [client] Add ContainerPanel in ImageDetails and LectureDetailsralph isenmann2021-02-157-296/+237Star
| | | | | | | | | | | | Depending on the context (image or lecture), the panel displays the required information in the Details window. This panel is only displayed if the selected image or lecture is a ContainerImage or is based on it.
* | | [client] Add try catche clauseralph isenmann2021-02-101-4/+10
| | | | | | | | | | | | DockerMetaDataDummy has now throws Statement in Constructor signatur
* | | [client] Create StatusHeader Classralph isenmann2021-02-054-86/+107
| | | | | | | | | | | | Extract from Wizard the header part into the new class StatusHeader. This can now be uesed in different dialogs to inform user.
* | | [client] Add translations for ImageTypePageLayoutStephan Schwär2021-02-043-11/+30
| |/ |/|
* | [client] Fix some window sizing issuesStephan Schwär2021-02-014-11/+9Star
| |
* | [client] Fix register url in pop up messageStephan Schwär2021-02-011-9/+3Star
| | | | | | | | | | | | | | Now uses the same url that is being used for the registration button in the main login window. Issue #3825
* | [client] Remove html in description featureStephan Schwär2021-01-318-645/+5Star
| | | | | | | | | | | | | | | | The wysiwyg html description feature has a lot of bugs and is not yet ready for production. Removing it for now and think about if and how to implement this feature in the future. Issue #3732
* | Merge branch 'feature/htmlEditorInDescrioptionText' into feature-mergeStephan Schwär2021-01-312-2/+5
|\ \
| * | [client] added improved documentation for editorfeature/htmlEditorInDescrioptionTextKuersat Akmaz2021-01-202-2/+5
| | | | | | | | | | | | | | | Added comments for better maintainance issue : #3727
* | | [client] UI-scaling now also applies to pup-up messages.Stephan Schwär2021-01-111-1/+3
| |/ |/| | | | | Issue #3794
* | [client] I18n of LocationSelectorMürsel Türk2020-12-315-6/+22
| |
* | [client] I18n of search in description featureMürsel Türk2020-12-318-2/+10
| | | | | | | | Feature #3691