summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/database/mappers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'refactor/vm-config-transformation-logic'Manuel Bentele2021-05-191-23/+32
|\
| * [client,server] Refactors and abstracts version information in config logic ↵Manuel Bentele2021-04-231-3/+5
| | | | | | | | and disk image
| * [client,server] Encapsulate transformation logic for virtualization ↵Manuel Bentele2021-04-201-19/+26
| | | | | | | | configurations
| * [client,server] Rename VmMetaData classesManuel Bentele2021-04-161-13/+13
| |
| * [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] 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] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-2/+3
|
* [client,server] Refactor disk image representationManuel Bentele2021-03-111-2/+2
|
* Merge remote-tracking branch 'origin/feature/htmlEditorInDescrioptionText' ↵Stephan Schwär2020-12-112-2/+19
|\ | | | | | | into feature-merge
| * [server] Remove unused exceptionSimon Rettberg2020-09-251-2/+1Star
| |
| * [server] RPC: Add "scan for orphaned files" functionSimon Rettberg2020-09-251-0/+18
| | | | | | | | | | | | | | | | 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-111-7/+37
|\ \ | | | | | | | | | feature-merge
| * | [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-011-0/+14
| |/ | | | | | | | | | | | | 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.
* 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] Add admin permissions for replicated VMsSimon Rettberg2019-04-091-0/+6
|
* [server] Fix: Client gets disabled network shares on vm startSimon Rettberg2019-03-071-1/+1
|
* [server] Support loading/saving preset network rulesSimon Rettberg2019-02-272-0/+125
|
* [server] Implement fetching preset runscriptsSimon Rettberg2019-02-262-0/+14
|
* [server] Assign runscript to lecture: Fix querySimon Rettberg2019-02-251-1/+1
|
* [server] DeleteOldUsers: Don't print names of users we keepSimon Rettberg2019-02-141-5/+8
|
* [server] Get runscripts for lecture: Fix querySimon Rettberg2019-01-091-7/+8
|
* [*] Follow changes in m-s-s to load/save predef netshare/filtersSimon Rettberg2018-12-113-29/+46
|
* [server] ADD CLASS! FINISH WRITING!t pushSimon Rettberg2018-12-102-0/+106
|
* [server] Support downloading and querying preset runscriptsSimon Rettberg2018-12-081-3/+18
|
* [server] Fix querySimon Rettberg2018-12-071-0/+1
|
* [server] Fix querySimon Rettberg2018-12-071-1/+1
|
* [server] ImageSummary: Fill fileSizeSum and versionCountSimon Rettberg2018-12-071-1/+9
|
* [server] Return lecture vmx/netshare/ldapfilter as .tar.gzSimon Rettberg2018-12-071-24/+37
| | | | | | Save some network roundtrips and make extending delivered data much easier. Adding another http request for every bit of information won't scale over time.
* [server] Fix saving preset netshares for lectureSimon Rettberg2018-12-051-9/+24
|
* [server] Json.deserializeThrift -> Json.deserializeSimon Rettberg2018-12-054-8/+12
|
* [server] set proper shareid for predefinedJonathan Bauer2018-12-031-2/+3
|
* [server] support predefined network sharesJonathan Bauer2018-12-031-7/+26
|
* [server] renamed DbNetshare -> DbLectureNetshareJonathan Bauer2018-12-032-5/+5
|
* [server] Support loading/saving custom lecture/LDAP filtersSimon Rettberg2018-12-011-16/+57
|
* [server] Fix issues FindBugs uncoveredSimon Rettberg2018-06-281-2/+4
|
* [server] Kill Util class; methods moved to m-s-sSimon Rettberg2018-06-184-4/+4
|
* Add support for LDAP lecture filtersSimon Rettberg2018-06-142-2/+88
|
* [server] Don't wipe network shares if client didn't set fieldSimon Rettberg2018-06-131-2/+6
| | | | | Old clients wouldn't know about network shares and happily wipe the list every time the user edits a lecture.
* [server] Support server side chunk copyingSimon Rettberg2018-05-111-0/+34
|
* [*] Add virtualbox supportVictor Mocanu2018-04-161-6/+12
|
* [server] Add explicit close call to statementSimon Rettberg2017-12-181-12/+15
|
* [server] DbImage: Fix image not being marked as invalidSimon Rettberg2017-12-181-20/+25
| | | | .... missing .executeUpdate() call :-(
* [server] fix delete netshares when only 1 existsJonathan Bauer2017-11-241-2/+4
|
* [dmsd] fix bad logger messageJonathan Bauer2017-11-241-1/+1
|