summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
Commit message (Collapse)AuthorAgeFilesLines
* [client] handle dockerfile als metadataralph isenmann2020-09-152-6/+23
| | | | dockerfile is now an entry in the datatable and not an image or an disk file ()
* [client] Allow user to update a docker entry by upload a new dockerfileralph isenmann2020-09-152-23/+57
|
* [client] Modify Image Download to handle Dockerfilesralph isenmann2020-09-153-48/+107
| | | | | | rename after successful download the ".part" file to "dockerfile" Misunderstanding: The docker file is not a diskImage, but is downloaded as such. The docker file is rather a description file (~ .vmx ?)
* [Client] minor changes in DockerfileUpdatePage; use DockerMetaDataDummy ↵ralph isenmann2020-09-153-15/+17
| | | | (VmMetaData) from master-sync-shared
* [client] Allow user to define docker imagesralph isenmann2020-09-156-13/+418
| | | | | | | | The user can now choose in the ImageCreationWizard whether he wants to define a regular virtual machine or a docker image. The workflow is similar, but much simpler. Instead of selecting a vmx file, user can only select a dockerfile, which will be uploaded . TODO: - User can not download dockerfile - User can not update dockerfile
* [client] setMinimumSize for published image windowJonathan Bauer2020-09-021-0/+1
|
* [client] increase min height of vm configuratorJonathan Bauer2020-01-131-1/+1
|
* [client] Move virtualizer link to branding classSteffen Ritter2019-10-222-1/+5
| | | | fixes #3655
* [client] Update virtualizer download linkSteffen Ritter2019-10-164-148/+2Star
|
* [client] LoginWindow: Show same update notification as in main windowSimon Rettberg2019-10-154-14/+23
|
* [client] Change update-button text in login mask if update is availableSimon Rettberg2019-10-151-0/+16
|
* [client] THINK before commitingSimon Rettberg2019-10-151-1/+3
| | | | Setting variable before checking its value is a bad idea.
* [client] Add update check button to login windowSimon Rettberg2019-10-142-0/+11
|
* [client] Properly set visibility flagSimon Rettberg2019-10-141-1/+1
|
* [client] Fix NPE on wizard close if starting upload failedSimon Rettberg2019-10-141-1/+1
|
* [client] Log error message if upload gets rejectedSimon Rettberg2019-10-081-11/+14
|
* [client] Don't chop off @org suffix from user nameSimon Rettberg2019-09-202-29/+2Star
| | | | | | | What was meant to help if users add their org to the username out of habit actually breaks things in places where this is required. Instead move this logic to the authenticator that would from now on chop off any @org suffix if authentication with the verbatim username fails.
* Implement CONFIG_USB featureSimon Rettberg2019-07-012-11/+19
|
* Add TODOs for refactoringSimon Rettberg2019-06-281-0/+2
|
* Actually remember history of all disclaimer/privacy versionsSimon Rettberg2019-06-252-4/+8
|
* [client] Remove all usage of javax.xml.*Simon Rettberg2019-06-253-234/+4Star
| | | | | Java EE stuff has been (re)moved in JDK9+, so use alternatives.
* [client] Support configuring USB speed of VMsSimon Rettberg2019-06-184-6/+41
|
* [client] Clean up importsSimon Rettberg2019-05-293-3/+0Star
|
* [client] Cancel transfers when exiting appSimon Rettberg2019-04-297-11/+84
|
* [client] Add missing null checkSimon Rettberg2019-04-091-1/+3
|
* [client] netrules: increase width of predefJonathan Bauer2019-04-041-1/+1
|
* [client] startup: close with ESCJonathan Bauer2019-04-041-3/+6
| | | | in a non-deprecated way
* [client] netrules: layoutJonathan Bauer2019-04-041-8/+27
|
* [client] ldapfilter: remove grey text for predefJonathan Bauer2019-04-041-22/+0Star
| | | | caused some confusion: one could think they were not usable
* Revert "[client] show predefined shares in a light gray"Jonathan Bauer2019-04-041-22/+0Star
| | | | This reverts commit 4f08beb1570b762397003c85ee71b7373a891666.
* [client] startup: prettier layoutJonathan Bauer2019-04-041-12/+29
|
* [client] netshare: fix username/password not disabled when predef shareJonathan Bauer2019-04-041-11/+18
| | | | is selected
* [client] ldapfilter: disable fields when predef filter is selectedJonathan Bauer2019-04-041-2/+4
|
* [client] show predefined shares in a light grayJonathan Bauer2019-04-041-0/+22
|
* [client] Scripte -> SkripteJonathan Bauer2019-04-041-1/+1
|
* [client] add idm name and proxy mode configuration to brandingMarcus Proest2019-03-284-3/+15
|
* [client] LectureDetails: Reset version selection on image changeSimon Rettberg2019-03-261-1/+2
| | | | | | | | When assigning a new/different VM to a lecture, the selected index of the versio combobox might not change, which would prevent the change monitor from picking up that the version is now valid again. Fixes #3562
* [client] Allow editing VMX of VMs from master serverSimon Rettberg2019-03-191-2/+1Star
|
* [Client] Username -> BenutzernameJonathan Bauer2019-03-071-1/+1
|
* [client] Fix StateWrapper.equals() methodSimon Rettberg2019-03-011-4/+4
|
* [client] fix exception when predef netshare has noJonathan Bauer2019-03-012-4/+7
| | | | mount point
* [client] formattingJonathan Bauer2019-03-011-2/+1Star
|
* [client] fix change monitör for predef netrulesJonathan Bauer2019-03-011-0/+2
|
* [client] Fix editing custom runscriptSimon Rettberg2019-03-012-41/+43
|
* [client] set to nothing instead of empty markerJonathan Bauer2019-02-281-1/+1
|
* [client] fix printer checkbox togglingJonathan Bauer2019-02-281-2/+5
|
* [client] Implement assigning prefefined netrules to lectureSimon Rettberg2019-02-273-16/+158
|
* [client] Fix array out of bounds with old serversSimon Rettberg2019-02-271-1/+4
|
* [client] use config dir name for logfileJonathan Bauer2019-02-271-1/+1
|
* [client] configurable config dir nameJonathan Bauer2019-02-273-2/+7
|