summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] Prevent student to switch to imageList with menuButton.Stephan Schwaer2015-10-151-0/+6
|
* [client] Now possible for default admin to remove default admin permissions ↵Stephan Schwaer2015-10-121-15/+31
| | | | without exception.
* [client] Show date of version to be deleted and fix to correctly check ↵Stephan Schwaer2015-10-082-11/+13
| | | | permissions when trying to delete.
* [client] Fixed layout problems in transferPanel with long image names.Stephan Schwaer2015-10-081-1/+5
|
* [client] Added delete keyboard shortcut in imagePermissionTables to remove ↵Stephan Schwaer2015-10-083-35/+71
| | | | users from the list.
* [client] Added multi select, delete and del key to versionList in imageDetails.Stephan Schwaer2015-10-082-14/+64
|
* [client] Disabled checkboxes for not implemented features (internet access ↵Stephan Schwaer2015-10-082-2/+12
| | | | and exam) for lectures
* [client] Show satellite selection window if connection fails the first time, ↵Simon Rettberg2015-10-071-1/+2
| | | | and we only had one satellite
* [client] Removed useless isActive button from imageCreation wizard.Stephan Schwaer2015-10-073-9/+1Star
|
* [client] Refresh imagelist after image deletion.Stephan Schwaer2015-10-073-6/+6
|
* [client] Code formatting.Stephan Schwaer2015-10-0724-102/+80Star
|
* [client] Can now continue in imageListPage in lecture wizard with double ↵Stephan Schwaer2015-10-072-2/+17
| | | | click on image.
* [client] Removed obsolete workflow comment.Stephan Schwaer2015-10-071-26/+0Star
|
* [client] Made dedicated buttons in the mainWindow. Changed string in lecture ↵Stephan Schwaer2015-10-073-9/+16
| | | | wizard.
* [client] Calculate and show the days between the selected dates in lecture ↵Stephan Schwaer2015-10-063-3/+48
| | | | creation wizard.
* [client] Allow saving of lecture changes if date period is invalid but dates ↵Stephan Schwaer2015-10-061-1/+11
| | | | haven't changed.
* [client] More formattingStephan Schwaer2015-10-064-24/+33
|
* [client] Fixed default permissions not beeing written at image creation.Stephan Schwaer2015-10-062-6/+8
|
* [client] code cleanup and formatting.Stephan Schwaer2015-10-064-52/+50Star
|
* [client] Now possible to delete multiple images. Needs cleanupStephan Schwaer2015-10-054-35/+159
|
* [client] Fixed NPE when opening links.Stephan Schwaer2015-10-052-10/+15
|
* [client] Add raised border to activity panelsSimon Rettberg2015-10-053-3/+7
|
* [client] Slower hashing when upload not running yetSimon Rettberg2015-10-051-0/+4
|
* [client] FORGOT THIS FILE HERE!Simon Rettberg2015-10-051-86/+101
|
* [client] Show satellite selection dialog again if connect failed but login ↵Simon Rettberg2015-10-054-19/+51
| | | | succeeded
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-10-025-34/+52
|\
| * [client] Shrink transfer panel when completed successfullySimon Rettberg2015-10-022-8/+27
| |
| * [server] Dynamic calculation of "max free space bytes" safety sizeSimon Rettberg2015-10-021-2/+2
| |
| * [server] Fix constraint issues when deleting an image by baseidSimon Rettberg2015-10-022-24/+23Star
| |
* | [client] Wizard can now be opened after creating image. Added notice to ↵Stephan Schwaer2015-10-023-0/+35
|/ | | | options window regarding mails.
* [server] Fix NPESimon Rettberg2015-10-021-1/+1
|
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-028-55/+109
|
* [server] Tweaks/fixes to file transfersSimon Rettberg2015-10-024-15/+50
|
* [client] Start upload only when finishing wizard, add final summary page to ↵Simon Rettberg2015-10-0119-362/+810
| | | | wizard
* [client] Fix escape not working in message boxesSimon Rettberg2015-10-011-2/+2
|
* [server] Don't accidentally overwrite email address of imported account if ↵Simon Rettberg2015-09-301-5/+7
| | | | userid didn't change
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-09-307-39/+77
|\
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-09-306-72/+122
| |\
| * | [client] Changed keylisteners in loginWindow to keyBindings. Added some ↵Stephan Schwaer2015-09-307-39/+77
| | | | | | | | | | | | Keybindings to lecture- and image tables.
* | | [server] Fix detection of old imported users in DBSimon Rettberg2015-09-302-4/+5
| |/ |/|
* | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-09-302-2/+16
|\|
| * [client] Added linkedLectureCound in imageDetailsWindow.Stephan Schwaer2015-09-302-2/+16
| |
* | [server] Remove two temporary hacksSimon Rettberg2015-09-302-11/+8Star
| |
* | [server] Fix: Update usage stats for lectures that link to a VM without VMX ↵Simon Rettberg2015-09-301-13/+18
| | | | | | | | template
* | [server] Add ugly workaround to fix messed up userids from dozmod 1.0 importSimon Rettberg2015-09-302-46/+79
| |
* | [server] Add missing constantSimon Rettberg2015-09-301-2/+17
|/
* [server] Fix transfer timeout detection and active countingSimon Rettberg2015-09-304-20/+30
|
* [client] Added "Show linking lectures" button im imageDetailsW.Stephan Schwaer2015-09-294-72/+123
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-09-292-28/+94
|\
| * [client] Remember last satellite used; support doubleclick on sat to connect ↵Simon Rettberg2015-09-292-28/+94
| | | | | | | | without remembering