| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [client] oops | Jonathan Bauer | 2016-09-02 | 1 | -0/+56 | |
| | | ||||||
| * | [client] splitted netrules & runscript tab/panel/w/e | Jonathan Bauer | 2016-09-02 | 8 | -204/+292 | |
| | | ||||||
| * | [client] don't use System.lineSeparator() but regular linefeed/carriage return | Jonathan Bauer | 2016-09-02 | 3 | -3/+9 | |
| | | ||||||
| * | [client] reworked vmx editor | Jonathan Bauer | 2016-09-02 | 9 | -59/+94 | |
| | | ||||||
| * | [client] vm-config editor finished, accessible from the popup menu of ↵ | Jonathan Bauer | 2016-08-31 | 8 | -121/+202 | |
| | | | | | image's versions | |||||
| * | [client] Reset filter when hiding lecture list if filtered by linked image | Simon Rettberg | 2016-08-31 | 1 | -3/+4 | |
| | | | | | Fixes #2849 | |||||
| * | [client] Remove sanity check "end date > now" when editing lecture | Simon Rettberg | 2016-08-30 | 1 | -10/+1![]() | |
| | | ||||||
| * | [client] Fix "show only active lectures" to consider end date | Simon Rettberg | 2016-08-30 | 1 | -6/+4![]() | |
| | | | | | | 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 VMs | Simon Rettberg | 2016-08-30 | 1 | -6/+43 | |
| | | ||||||
| * | [client] fix "Show published images" button not beeing properly initialized | Jonathan Bauer | 2016-08-30 | 2 | -4/+5 | |
| | | ||||||
| * | [client] added "expires" column in ImageTable + increased MainWindow width a bit | Jonathan Bauer | 2016-08-30 | 3 | -5/+8 | |
| | | ||||||
| * | [client] started rudimentary VMX editor | Jonathan Bauer | 2016-08-25 | 5 | -3/+178 | |
| | | ||||||
| * | [client] reworked buggy days left calculations | Jonathan Bauer | 2016-08-17 | 1 | -24/+14![]() | |
| | | ||||||
| * | [client] Check for vmware lock file when user selects a vm for upload | Simon Rettberg | 2016-08-17 | 1 | -0/+22 | |
| | | ||||||
| * | [client] Allow deletion of expired image versions | Simon Rettberg | 2016-08-17 | 2 | -6/+12 | |
| | | | | | | The menu entry was grayed out for expired versions, making it impossible to delete such versions. | |||||
| * | [client] fix bad condition | Jonathan Bauer | 2016-08-17 | 2 | -3/+2![]() | |
| | | ||||||
| * | [client] re-enable advanced and restrictions tabs based on API version | Jonathan Bauer | 2016-08-17 | 5 | -17/+35 | |
| | | ||||||
| * | [client] ImageUploadWizard: hide the "create lecture for that VM" button ↵ | Jonathan Bauer | 2016-08-15 | 2 | -5/+6 | |
| | | | | | until the download is complete instead of just disabling it | |||||
| * | [client] Add rudimentary menu entry to extend image expire date | Simon Rettberg | 2016-07-22 | 1 | -19/+53 | |
| | | ||||||
| * | [client] disabled UI elements for unfinished features | Jonathan Bauer | 2016-06-22 | 4 | -8/+16 | |
| | | ||||||
| * | more text fine tuning | Jonathan Bauer | 2016-06-08 | 1 | -5/+5 | |
| | | ||||||
| * | fix misleading text | Jonathan Bauer | 2016-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | [client] published image button states | Jonathan Bauer | 2016-05-19 | 7 | -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 ImagePublishedWindow | Jonathan Bauer | 2016-05-12 | 3 | -18/+95 | |
| | | ||||||
| * | [client] add confirmation message before uploading an image to the masterserver | Jonathan Bauer | 2016-05-10 | 1 | -0/+8 | |
| | | ||||||
| * | [client] remove saved session token when quitting application after master ↵ | Jonathan Bauer | 2016-05-10 | 2 | -18/+5![]() | |
| | | | | | token error | |||||
| * | [client] icon revamp | Jonathan Bauer | 2016-05-10 | 6 | -34/+31![]() | |
| | | ||||||
| * | Revert "[client] Wizard: change 'Schließen' to 'Minimieren'" | Jonathan Bauer | 2016-05-04 | 1 | -1/+1 | |
| | | | | | This reverts commit 1cf35e8e925f4dbcb6c32be7c26059b1542f5c72. | |||||
| * | [client] publish image stuff 2.0 | Jonathan Bauer | 2016-05-04 | 15 | -95/+178 | |
| | | ||||||
| * | [client] only switch to 'Advanced' tab if its input fields contain errors | Jonathan Bauer | 2016-05-04 | 1 | -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 Bauer | 2016-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | [client] first working draft for published images stuff | Jonathan Bauer | 2016-04-27 | 18 | -96/+743 | |
| | | ||||||
| * | [client] Add handling for master<->sat transfers | Simon Rettberg | 2016-04-25 | 6 | -18/+65 | |
| | | ||||||
| * | More imgsync stuff | Simon Rettberg | 2016-04-20 | 1 | -10/+10 | |
| | | ||||||
| * | [*] Display sat->master progress in client | Simon Rettberg | 2016-04-18 | 8 | -15/+174 | |
| | | ||||||
| * | [*] Make uploading images to central server work | Simon Rettberg | 2016-04-18 | 3 | -4/+39 | |
| | | ||||||
| * | [client] fix bad commit | Jonathan Bauer | 2016-03-22 | 1 | -1/+0![]() | |
| | | ||||||
| * | [client] wording improvement | Jonathan Bauer | 2016-03-18 | 2 | -8/+13 | |
| | | ||||||
| * | [client] formatting | Jonathan Bauer | 2016-03-17 | 1 | -16/+16 | |
| | | ||||||
| * | [client] fix newlines removed beeing counted to the number of rules that ↵ | Jonathan Bauer | 2016-03-17 | 1 | -5/+9 | |
| | | | | | were parsed (even though they were ignored) | |||||
| * | [client] when NOT pressing shift and only one real satellite is returned ↵ | Jonathan Bauer | 2016-03-16 | 1 | -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 direction | Jonathan Bauer | 2016-03-15 | 2 | -3/+3 | |
| | | | | | TODO support combined in/out rules | |||||
| * | [client] fix netrules/runscript not beeing saved.... | Jonathan Bauer | 2016-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | [client] fix typo + always call collapseFullySelectedNodes in setCheckedState | Jonathan Bauer | 2016-03-15 | 4 | -9/+3![]() | |
| | | ||||||
| * | [client] cleanup debug stuff | Jonathan Bauer | 2016-03-15 | 1 | -10/+2![]() | |
| | | ||||||
| * | [client] reworked lecture details window | Jonathan Bauer | 2016-03-15 | 9 | -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 Bauer | 2016-03-15 | 1 | -3/+6 | |
| | | | | | ended | |||||
| * | [client] commented AdvancedConfigurator | Jonathan Bauer | 2016-03-07 | 1 | -28/+71 | |
| | | ||||||
| * | [client] added TODO | Jonathan Bauer | 2016-03-05 | 1 | -0/+1 | |
| | | ||||||
| * | [client] fix cleanup... | Jonathan Bauer | 2016-03-05 | 1 | -1/+0![]() | |
| | | ||||||

