summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver
Commit message (Collapse)AuthorAgeFilesLines
...
* [SERVER] Update log4j because of the CVE-2021-45046 security flawManuel Bentele2021-12-171-2/+2
|
* [SERVER] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1551-107/+180
|
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-0/+0
|
* Merge branch 'feature/docker-data-container' of ↵feature/docker-data-containerralph isenmann2021-11-101-0/+6
|\ | | | | | | git.openslx.org:openslx-ng/tutor-module into feature/docker-data-container
| * [server] add endpoint to dmsd webserver for image metadataralph isenmann2021-09-072-22/+61
| | | | | | | | new endpoint /image/container/<baseimageid>/metadata to request specific information about an existing image (virtId==docker and containerImageType==data)
* | [server] update webserver and dbimage; refactoringralph isenmann2021-11-102-30/+22Star
| |
* | [server] add endpoint to dmsd webserver for image metadataralph isenmann2021-10-282-22/+61
|/ | | | new endpoint /image/container/<baseimageid>/metadata to request specific information about an existing image (virtId==docker and containerImageType==data)
* [*] Add "modern" way to set target Java versionSimon Rettberg2021-08-121-1/+1
|
* [*] Adapt to de-genricization of VirtualizationConfigurationSimon Rettberg2021-08-121-1/+1
|
* [server] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-022-12/+14
|
* [client] Make launchData a byte array; this is opaque dataSimon Rettberg2021-07-021-3/+3
| | | | | | | Converting it to string and back can break binary data. Previously it was assumed to be UTF-8, but we can't actually know that anyways, so unless we have a robust conversion policy for text-based configurations, better not touch it for now.
* [server] Make webserver listen on every address in Docker setupManuel Bentele2021-06-286-1/+26
|
* [server] Add URL path /bwlp/container/clusterimages to retrieve information ↵ralph isenmann2021-06-242-18/+85
| | | | about registered container images
* [client,server] Add configuration overwrites to use master-server Docker ↵Manuel Bentele2021-06-022-14/+49
| | | | container
* [server] Package build version and timestamp into MANIFEST.MFManuel Bentele2021-06-011-1/+30
| | | | Fixes: #3857
* [server] Refactor container network to match common Docker networkManuel Bentele2021-06-014-34/+55
|
* [server] Update test dataset for dozmod-serverManuel Bentele2021-05-311-7/+0Star
|
* [client,server] Fix spelling mistakes in the documentationdmsd-v3.10Manuel Bentele2021-05-251-4/+4
|
* [client,server] Add a newline after each sentence in the documentationManuel Bentele2021-05-251-6/+15
|
* [client,server] Add doc about how to build and configure server and clientManuel Bentele2021-05-211-11/+55
|
* [server] Setting timezone for database Docker containerManuel Bentele2021-05-211-0/+1
|
* [server] Start dozmod-server Docker container after database Docker ↵Manuel Bentele2021-05-205-51/+77
| | | | container is ready
* [server] Update initial database schema and test datasetManuel Bentele2021-05-202-105/+563
|
* [server] Add phpMyAdmin container to Docker setupManuel Bentele2021-05-201-2/+19
|
* [server] Save VM images of the Docker setup on a Docker volumeManuel Bentele2021-05-201-0/+5
|
* [server] Fix inverted user == null logicSimon Rettberg2021-05-191-5/+5
|
* [server] Restart database docker container only on failureManuel Bentele2021-05-191-1/+1
|
* [client,server] Rename 'vm.disk' package to 'virtualization.disk'Manuel Bentele2021-05-191-2/+2
|
* Merge branch 'refactor/vm-config-transformation-logic'Manuel Bentele2021-05-195-36/+57
|\
| * [server] Set log4j debug level for console (INFO)Manuel Bentele2021-04-273-12/+24
| |
| * [client,server] Refactors and abstracts version information in config logic ↵Manuel Bentele2021-04-232-4/+6
| | | | | | | | and disk image
| * [client,server] Encapsulate transformation logic for virtualization ↵Manuel Bentele2021-04-201-19/+26
| | | | | | | | configurations
| * [client,server] Rename VmMetaData classesManuel Bentele2021-04-162-14/+14
| |
| * [client,server] Move VmMetaData classes to new virtualization config directoriesManuel Bentele2021-04-151-2/+2
| |
* | [client,server] Fix invalid URLs to the project's website in Maven ↵Manuel Bentele2021-05-181-1/+1
| | | | | | | | configurations
* | [server] Fix NPEsuite-2.0Simon Rettberg2021-04-231-4/+4
| | | | | | | | Bug introduced by the student download feature.
* | [server] Reject student logins if student download is disabledSimon Rettberg2021-04-212-0/+8
| |
* | [server] Fix download of images for studentsStephan Schwär2021-04-211-50/+62
| | | | | | | | | | | | | | | | | | 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.
* | [server] More checks and messages when renaming/deleting uploadSimon Rettberg2021-04-212-18/+41
| |
* | [server] SSC default: AUTOSimon Rettberg2021-04-211-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
* [server] Fix warnings and replace deprecated methodsManuel Bentele2021-03-118-39/+8Star
|
* [server] Build and run dozmod-server as Docker containerManuel Bentele2021-03-115-4/+191
|
* [client,server] Remove unused/empty unit testsManuel Bentele2021-03-111-38/+0Star
|
* [client,server] Enable Java compiler warningsManuel Bentele2021-03-111-0/+1
|
* [client,server] Remove shaded packagingManuel Bentele2021-03-111-45/+12Star
| | | | | | | 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-112-7/+6Star
|
* Merge remote-tracking branch 'origin/feature/htmlEditorInDescrioptionText' ↵Stephan Schwär2020-12-115-14/+146
|\ | | | | | | into feature-merge
| * [server] Up the safety game even more: Don't delete if disjointSimon Rettberg2020-09-281-18/+35
| | | | | | | | | | | | | | If non of the files in the known image list matches the list of files we find on the vmstore, don't delete anything. It's possible we mounted the wrong vmstore (test server vs. production system) and would totally ruin the day for someone.
| * [server] Abort orphan scan/delete if known image list is emptySimon Rettberg2020-09-281-0/+3
| | | | | | | | | | | | | | | | On the off-chance that something goes wron when querying, or the database got emptied, don't just blindly wipe the whole vmstore. It's probably smarter to restore a backup first, or if you really mean to start afresh, just empty the vmstore manually, or just upload one VM and then use this feature again.