summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * [client] UserCache: Fix fallback to querying master serverSimon Rettberg2016-09-091-4/+4
| |
| * [client] Dozmod-Client Disclaimer (Hauftungsausschluss) aktualistert (+2015 ↵Christian Rößler2016-09-091-2/+3
| | | | | | | | -> 2016)
* | [client] respect ShareMode of the image when en/disabling popup menu items. ↵Jonathan Bauer2016-09-091-4/+2Star
|/ | | | And removed unneeded code.
* [client] minor commentariesJonathan Bauer2016-09-091-13/+12Star
|
* [client] minor: update commentaries of NetrulesConfiguratorJonathan Bauer2016-09-091-20/+11Star
|
* [client] do not close Netrules page if parsing returned an errorJonathan Bauer2016-09-092-2/+3
|
* [client] hide vmx edit button if dmsd does not support itJonathan Bauer2016-09-081-1/+2
|
* [client] die bwSuite!Jonathan Bauer2016-09-086-8/+8
|
* [client] minor text changesJonathan Bauer2016-09-072-4/+4
|
* [client] fix the save button for the first time ever!!!Jonathan Bauer2016-09-072-52/+68
|
* [client] reformulate "interpreter" to "extension"Jonathan Bauer2016-09-071-5/+2Star
|
* [client] added editable interpreter dropdownJonathan Bauer2016-09-071-25/+124
|
* [client] make image details editable only when working with local imagesJonathan Bauer2016-09-052-15/+6Star
|
* [client] remove unneeded wrapped class for netrules/runscript + fix some ↵Jonathan Bauer2016-09-055-91/+65Star
| | | | save button enable problems once more...
* [client] sort OS list in wizard's image creation pageJonathan Bauer2016-09-021-0/+3
|
* [client] fix bad checkJonathan Bauer2016-09-021-1/+1
|
* [client] use the old way to enabling the save button...Jonathan Bauer2016-09-021-1/+4
|
* [client] fix runscript changes not enabling the save buttonJonathan Bauer2016-09-021-0/+8
|
* fixJonathan Bauer2016-09-021-2/+2
|
* [client] oopsJonathan Bauer2016-09-021-0/+56
|
* [client] splitted netrules & runscript tab/panel/w/eJonathan Bauer2016-09-028-204/+292
|
* [client] don't use System.lineSeparator() but regular linefeed/carriage returnJonathan Bauer2016-09-023-3/+9
|
* [client] reworked vmx editorJonathan Bauer2016-09-029-59/+94
|
* [client] vm-config editor finished, accessible from the popup menu of ↵Jonathan Bauer2016-08-318-121/+202
| | | | image's versions
* [client] Reset filter when hiding lecture list if filtered by linked imageSimon Rettberg2016-08-311-3/+4
| | | | Fixes #2849
* [client] Remove sanity check "end date > now" when editing lectureSimon Rettberg2016-08-301-10/+1Star
|
* [client] Fix "show only active lectures" to consider end dateSimon Rettberg2016-08-301-6/+4Star
| | | | | Start date is still ignored, there should be quite few lectures starting in the future anyways so this might be desireable behavior.
* [client] Don't allow upload of snapshotted VMsSimon Rettberg2016-08-301-6/+43
|
* [client] fix "Show published images" button not beeing properly initializedJonathan Bauer2016-08-302-4/+5
|
* [client] added "expires" column in ImageTable + increased MainWindow width a bitJonathan Bauer2016-08-303-5/+8
|
* [client] started rudimentary VMX editorJonathan Bauer2016-08-255-3/+178
|
* [client] reworked buggy days left calculationsJonathan Bauer2016-08-171-24/+14Star
|
* [client] Check for vmware lock file when user selects a vm for uploadSimon Rettberg2016-08-171-0/+22
|
* [client] Allow deletion of expired image versionsSimon Rettberg2016-08-172-6/+12
| | | | | The menu entry was grayed out for expired versions, making it impossible to delete such versions.
* [client] fix bad conditionJonathan Bauer2016-08-172-3/+2Star
|
* [client] re-enable advanced and restrictions tabs based on API versionJonathan Bauer2016-08-175-17/+35
|
* [client] ImageUploadWizard: hide the "create lecture for that VM" button ↵Jonathan Bauer2016-08-152-5/+6
| | | | until the download is complete instead of just disabling it
* [client] Add rudimentary menu entry to extend image expire dateSimon Rettberg2016-07-221-19/+53
|
* [client] disabled UI elements for unfinished featuresJonathan Bauer2016-06-224-8/+16
|
* more text fine tuningJonathan Bauer2016-06-081-5/+5
|
* fix misleading textJonathan Bauer2016-06-081-1/+1
|
* [client] published image button statesJonathan Bauer2016-05-197-13/+35
| | | | | | | * always show "public images" button * hide the "upload to master" button instead of disabling it if the sat doesnt support it * introduced Session.isImagePublishSupported instead of multiple satApiVersion checks * added SelectionListener for ImagePublishedWindow to en/disable download buttons on selection change
* [client] add search field to the ImagePublishedWindowJonathan Bauer2016-05-123-18/+95
|
* [client] add confirmation message before uploading an image to the masterserverJonathan Bauer2016-05-101-0/+8
|
* [client] remove saved session token when quitting application after master ↵Jonathan Bauer2016-05-102-18/+5Star
| | | | token error
* [client] icon revampJonathan Bauer2016-05-106-34/+31Star
|
* Revert "[client] Wizard: change 'Schließen' to 'Minimieren'"Jonathan Bauer2016-05-041-1/+1
| | | | This reverts commit 1cf35e8e925f4dbcb6c32be7c26059b1542f5c72.
* [client] publish image stuff 2.0Jonathan Bauer2016-05-0415-95/+178
|
* [client] only switch to 'Advanced' tab if its input fields contain errorsJonathan Bauer2016-05-041-1/+1
| | | | | | Side-effect: invalid input in advanced, then switch to the tab and save. You get the error popup about advanced config but only switch to that tab after clicking 'ok' on the message box
* [client] Wizard: change 'Schließen' to 'Minimieren'Jonathan Bauer2016-05-041-1/+1
|