summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* [client] first working draft for published images stuffJonathan Bauer2016-04-2718-96/+743
|
* [client] Add handling for master<->sat transfersSimon Rettberg2016-04-256-18/+65
|
* More imgsync stuffSimon Rettberg2016-04-201-10/+10
|
* [*] Display sat->master progress in clientSimon Rettberg2016-04-188-15/+174
|
* [*] Make uploading images to central server workSimon Rettberg2016-04-183-4/+39
|
* [client] fix bad commitJonathan Bauer2016-03-221-1/+0Star
|
* [client] wording improvementJonathan Bauer2016-03-182-8/+13
|
* [client] formattingJonathan Bauer2016-03-171-16/+16
|
* [client] fix newlines removed beeing counted to the number of rules that ↵Jonathan Bauer2016-03-171-5/+9
| | | | were parsed (even though they were ignored)
* [client] when NOT pressing shift and only one real satellite is returned ↵Jonathan Bauer2016-03-161-3/+9
| | | | from the masterserver, use that sat instead of asking the user
* [client] remove 'in/out' from message to the user when parsing a bad directionJonathan Bauer2016-03-152-3/+3
| | | | TODO support combined in/out rules
* [client] fix netrules/runscript not beeing saved....Jonathan Bauer2016-03-151-1/+1
|
* [client] fix typo + always call collapseFullySelectedNodes in setCheckedStateJonathan Bauer2016-03-154-9/+3Star
|
* [client] cleanup debug stuffJonathan Bauer2016-03-151-10/+2Star
|
* [client] reworked lecture details windowJonathan Bauer2016-03-159-351/+677
| | | | now uses tabs for subsets of options - clearing up the gui a bit
* [client] fix '.part' not beeing removed from TransferPanel when the transfer ↵Jonathan Bauer2016-03-151-3/+6
| | | | ended
* [client] commented AdvancedConfiguratorJonathan Bauer2016-03-071-28/+71
|
* [client] added TODOJonathan Bauer2016-03-051-0/+1
|
* [client] fix cleanup...Jonathan Bauer2016-03-051-1/+0Star
|
* [client] simple hostname check: now check for domain levels separately (fail ↵Jonathan Bauer2016-03-051-19/+27
| | | | if length of lvl is > 63)
* [client] fix bugs with line splitting per System.lineSeparator()Jonathan Bauer2016-03-041-3/+4
|
* [client] ...Jonathan Bauer2016-03-041-1/+2
|
* [client] fix ...Jonathan Bauer2016-03-041-1/+1
|
* [client] mark unresolvables hostname orange since yellow isnt readable on ↵Jonathan Bauer2016-03-041-1/+1
| | | | windows..