summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Update generated Thrift API to version 0.15.0Manuel Bentele2021-12-171-3/+3
|
* [SERVER] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1549-106/+167
|
* [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)
* [*] Adapt to de-genricization of VirtualizationConfigurationSimon Rettberg2021-08-121-1/+1
|
* [server] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-021-6/+7
|
* [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-282-1/+22
|
* [server] Add URL path /bwlp/container/clusterimages to retrieve information ↵ralph isenmann2021-06-242-18/+85
| | | | about registered container images
* [server] Fix inverted user == null logicSimon Rettberg2021-05-191-5/+5
|
* [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-194-36/+49
|\
| * [server] Set log4j debug level for console (INFO)Manuel Bentele2021-04-272-12/+16
| |
| * [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
| |
* | [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
|
* [client,server] Remove unused/empty unit testsManuel Bentele2021-03-111-38/+0Star
|
* [client,server] Refactor disk image representationManuel Bentele2021-03-112-7/+6Star
|
* Merge remote-tracking branch 'origin/feature/htmlEditorInDescrioptionText' ↵Stephan Schwär2020-12-114-12/+144
|\ | | | | | | 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.
| * [server] Remove unused exceptionSimon Rettberg2020-09-252-4/+2Star
| |
| * [server] FormattingSimon Rettberg2020-09-251-6/+5Star
| |
| * [server] RPC: Add "scan for orphaned files" functionSimon Rettberg2020-09-253-2/+117
| | | | | | | | | | | | | | | | This function can either just scan, or scan and delete for files on the vmstore that don't have a matching entry in the database. This can happen if you restore an older backup after having uploaded new VMs. References #3321
* | Merge branch 'feature/search-in-description' into feature-mergeStephan Schwär2020-11-172-5/+6
|\ \
| * | [server] Adapt SQL queries to new modelsMürsel Türk2020-10-142-5/+6
| |/ | | | | | | Resolves: #3691
* | Merge remote-tracking branch 'origin/buxfix/searchCaseSensitive' into ↵Stephan Schwär2020-11-112-8/+38
|\ \ | | | | | | | | | feature-merge
| * | [server] check if user can see imagedetails removed in funktion ↵Kuersat Akmaz2020-08-031-7/+0Star
| | | | | | | | | | | | | | | | | | | | | Serverhandler.getimagedetails The check has been removed because it is no longer needed Issue : #3727
| * | [server] getimageversion funtion only shows needed informationKuersat Akmaz2020-08-031-14/+30
| | | | | | | | | | | | | | | | | | the function did return the uploaderid which is not necessary for students to see. So i removed it. Issue : #3727
| * | [server] getimageDetails query for Students adjustet so that they can see ↵Kuersat Akmaz2020-08-012-1/+22
| |/ | | | | | | | | | | | | only needed information I adjusted the qyery so that they can see only needed information Issue : #3743
* / [server] Modify sql Statement to receive metadataralph isenmann2020-09-151-1/+1
|/ | | | Left Join on os_x_virt table because there is no combination of osid and virtid for docker.
* [server] Disallow deleting busy images, fix multiple clones from masterSimon Rettberg2019-10-215-9/+74
| | | | | | | | | | | Deleting images that are currently being up- or downloaded would create some confusion server-side, so disallow this. We accidentally didn't use the image version id as the transfer id for downloads from the master server; fix that so that triggering the download of the same image multiple times won't actually download the same image multiple times. Closes #3651
* [server] Fix: Don't use deprecated methods from FileUtilsSimon Rettberg2019-09-131-3/+4
|
* Implement CONFIG_USB featureSimon Rettberg2019-07-011-0/+1
|
* Adapt to rename in master-sync-sharedSimon Rettberg2019-06-191-1/+1
| | | | Commit 6fcaab3 in mss
* Adapt to changes regarding USB speed settingsSimon Rettberg2019-06-181-3/+6
|
* [server] Reword log messageSimon Rettberg2019-04-091-1/+1
|
* [server] Remove redundant overrideSimon Rettberg2019-04-091-5/+0Star
| | | | Same code is present in super class
* [server] Add admin permissions for replicated VMsSimon Rettberg2019-04-092-0/+9
|