summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [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...
* Added improved default template texts.(#2946).Christian Klinger2016-09-051-6/+6
|
* [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-0210-62/+95
|
* [client] vm-config editor finished, accessible from the popup menu of ↵Jonathan Bauer2016-08-3110-121/+270
| | | | 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
|
* [server] Improve thrift retry handling: Don't retry for TInvalidTokenExceptionSimon Rettberg2016-08-301-3/+13
|
* [server] Improve handling of global image exchange transfers wrt. crashed ↵Simon Rettberg2016-08-303-24/+54
| | | | peers or connection drops
* [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
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2016-08-162-5/+6
|\
| * [server] Clean up unused importsVictor Mocanu2016-08-161-5/+1Star
| |
| * [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
* | [server] Add mail template for header and footerSimon Rettberg2016-08-168-56/+110
| |
* | [server] Add missing closing parenSimon Rettberg2016-08-161-1/+1
|/
* [server] Improve template help textsSimon Rettberg2016-08-111-10/+16
|
* [server] lecture creation/updates dates sanitizer now checks if startTime or ↵Jonathan Bauer2016-08-112-17/+23
| | | | endTime changed before checking if it is within the upper/lower bounds
* [server] Add/improve DbLog messagesSimon Rettberg2016-08-103-4/+7
|
* [server] Fix DbLog: No DELAYED for InnoDBSimon Rettberg2016-08-101-18/+22
|
* [server] Fix missed instance of getMailTemplate callSimon Rettberg2016-08-101-1/+2
|
* [server] Make mail template system use enum for template names to avoid typosSimon Rettberg2016-08-098-57/+76
|
* Merge branch 'feature/mail-templates' into v1.1Christian Klinger2016-08-088-63/+502
|\ | | | | | | | | Conflicts: dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/database/mappers/DbConfiguration.java
| * changes.Christian Klinger2016-08-082-39/+40
| |
| * mail templates.Christian Klinger2016-08-027-80/+418
| |
| * Print exceptions instead of catching them silently.Christian Klinger2016-08-021-0/+1
| |
| * basic version of MailTemplate.Christian Klinger2016-07-262-0/+99
| |
* | [server] Supply netrules and runscript via webrpcSimon Rettberg2016-07-263-15/+102
| |
* | [server] Register NetRule thrift class with Json helperSimon Rettberg2016-07-261-0/+4
| |
* | [server] Implement loading of SatelliteConfig from DBSimon Rettberg2016-07-262-22/+69
| |
* | [client] Add rudimentary menu entry to extend image expire dateSimon Rettberg2016-07-221-19/+53
| |
* | [server] Fix embarassing messup in setExpireDate method (SQL and forgot commit)Simon Rettberg2016-07-221-1/+2
| |
* | [server] Cancel incoming transfer if a block failed more than 3 timesSimon Rettberg2016-07-202-7/+30
| |