summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-022-8/+27
|\
| * [client] Shrink transfer panel when completed successfullySimon Rettberg2015-10-022-8/+27
| |
* | [client] Wizard can now be opened after creating image. Added notice to ↵Stephan Schwaer2015-10-023-0/+35
|/ | | | options window regarding mails.
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-028-55/+109
|
* [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
|
* [client] Changed keylisteners in loginWindow to keyBindings. Added some ↵Stephan Schwaer2015-09-307-39/+77
| | | | Keybindings to lecture- and image tables.
* [client] Added linkedLectureCound in imageDetailsWindow.Stephan Schwaer2015-09-302-2/+16
|
* [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
* | [client] Disable buttons and options if user is student and can't see ↵Stephan Schwaer2015-09-291-3/+36
|/ | | | imageDetails.
* [client] Don't run proxy search if master server is reachableSimon Rettberg2015-09-281-0/+21
|
* [client] Cleanup no-SSL fallback for master server connectionSimon Rettberg2015-09-281-25/+25
|
* [client] Added window for opening webpage in browser if user is not ↵Stephan Schwaer2015-09-283-5/+132
| | | | registered for BwIDM.
* [client] Set default permissions in wizards with perms from satellite config.Stephan Schwaer2015-09-282-7/+4Star
|
* [client] More user window fixes; Moved default permissions to custom ↵Stephan Schwaer2015-09-2511-44/+70
| | | | permissionpage of lecture wizard.
* [client] Moved default permissions onto same page as custom permissions for ↵Stephan Schwaer2015-09-254-28/+52
| | | | image wizard.
* [client] Now correctly scale user list with number of users.Stephan Schwaer2015-09-251-5/+10
|
* [client] Refresh imageCache when starting lecture wizard.Stephan Schwaer2015-09-241-0/+10
|
* [client] Ask for ip of satellite at login, when no satellites found.Stephan Schwaer2015-09-241-4/+7
|
* [client] Update label for linked image when changing it.Stephan Schwaer2015-09-241-0/+1
|
* [client] Disable login button while login is running; create legacy vmx if ↵Simon Rettberg2015-09-236-58/+73
| | | | server doesn't supply one
* [client] Show number of the items in the table in image- and lecture window.Stephan Schwaer2015-09-214-9/+44
|
* [client] "Show image details" popup menu item in LectureListWindowJonathan Bauer2015-09-211-1/+5
|
* [client] null check on callback for ImageDetailsWindowJonathan Bauer2015-09-211-1/+2
|
* [client] Fixed layout of datepickers in lecture window.Stephan Schwaer2015-09-211-6/+13
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into1.1Jonathan Bauer2015-09-171-2/+15
|\
| * [client] TransferPanel germanizedStephan Schwaer2015-09-171-2/+15
| |
* | [client] async loginJonathan Bauer2015-09-171-23/+31
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-172-1/+2
|\
| * [client] Changed "Neu" Buttonlabel in ImageListW, fix userfeedback in ↵Stephan Schwaer2015-09-172-1/+2
| | | | | | | | ImageMetaDataPage.
* | [client] success message when the upload creation finishedJonathan Bauer2015-09-171-9/+25
|/
* [client] Disclaimer no longer editable.Stephan Schwaer2015-09-171-0/+1
|
* [client] minor: same order as the paramsJonathan Bauer2015-09-161-1/+1
|
* [client] OrgCache: try/catch sat org list fetching and optimize code a bitJonathan Bauer2015-09-161-5/+10
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-163-7/+12
|\
| * [client] set default permissions from sat, sort organizations in cache.Stephan Schwaer2015-09-163-7/+12
| |
* | [client] ImageUpdateWiz: if updating version metadata failed, inform userJonathan Bauer2015-09-163-3/+6
|/
* [client] forgotten TODOs that are long doneJonathan Bauer2015-09-162-4/+0Star
|
* [client] ImageCreationWizard: in performFinish, check if any step fails and ↵Jonathan Bauer2015-09-161-5/+18
| | | | stop in that case
* [client] done TODO: if SSL with masterserver is not available, ask him if he ↵Jonathan Bauer2015-09-161-7/+13
| | | | wants to connect w/o SSL and if he chooses yes, do so
* [client] SatList: fix NPE if user closes SatListWJonathan Bauer2015-09-162-11/+12
| | | | added nullcheck for generating radio button so that we can call it with null to force/fake a manual IP input field
* [client] SatListWindow: Fix formatingSimon Rettberg2015-09-162-8/+8
|
* [client] Clean up satellite selection windowSimon Rettberg2015-09-163-76/+65Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-154-113/+73Star
|\
| * [client] Erstversion Lizensierung DozModChristian Rößler2015-09-151-13/+8Star
| |