summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-091-1/+1
|\
| * [client] fix Enter key of numpad not triggering loginJonathan Bauer2015-07-091-1/+1
| |
* | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-097-38/+84
|\| | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
| * [client] fixed buttons of disclaimer/vmware licenseJonathan Bauer2015-07-097-37/+83
| | | | | | | | | | imagelistwindow first implementation with list refresh function openPopups set dialogShell as child of mainShell
* | [client] Added comments and improved readability of code.Stephan Schwaer2015-07-093-80/+65Star
|/
* [client] Support message boxes with feedback; ask user whether to retry on ↵Simon Rettberg2015-07-093-22/+16Star
| | | | thrift transport error
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-099-78/+140
|\ | | | | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/authentication/EcpAuthenticator.java dozentenmodul/src/main/java/org/openslx/dozmod/gui/helper/GuiManager.java dozentenmodul/src/main/java/org/openslx/dozmod/gui/helper/MessageType.java dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LoginWindow.java (Hopefully resolved)
| * [client] GuiManager.openPopup first stepsJonathan Bauer2015-07-092-2/+40
| |
| * [client] MainWindow class, only to show it :)Jonathan Bauer2015-07-091-0/+13
| |
| * [client] implemented GuiManager.showMessagBox using MessageType and SWT'ed ↵Jonathan Bauer2015-07-097-71/+124
| | | | | | | | | | | | | | the whole thing adapted rest of the classes further improved login error handling a bit
| * [client] fix pom.xml after new package structureJonathan Bauer2015-07-091-2/+2
| |
* | [client] Clean up login, implement showMessageBox, fix formattingSimon Rettberg2015-07-098-156/+152Star
|/
* [server] Implement OS list fetching, caching, and fallback to local DBSimon Rettberg2015-07-089-27/+135
|
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-0839-595/+414Star
|
* oopsJonathan Bauer2015-07-081-1/+0Star
|
* [client] added thrift connection error callbackJonathan Bauer2015-07-082-43/+34Star
|
* [client] added style as parameter to showMessage of GuiManagerJonathan Bauer2015-07-083-23/+9Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-081-0/+153
|\
| * Add BlockProgressBar, a progress bar designed to handle the blockwise status ↵Simon Rettberg2015-07-081-0/+153
| | | | | | | | arrays used for file transfers
* | [client] implemented login -> disclaimer -> vmwarelicense logicJonathan Bauer2015-07-087-233/+338
|/
* [client] user feedback when login fails.Jonathan Bauer2015-07-082-3/+13
| | | | | Need to change TAuthorizationException received on failed login by a TAuthenticationException, then we can actually do a proper handling of that error
* [client] authenticator for the direct masterserver loginJonathan Bauer2015-07-082-0/+69
|
* [client] Added imageWindowComposite and early stage of wizard for ↵Stephan Schwaer2015-07-0712-36/+760
| | | | creating/editing images.
* [client] Adapt to changes in master-sync-shared/ThriftManagerSimon Rettberg2015-07-062-2/+7
|
* [client] hardcode test sat ip for the new server apiJonathan Bauer2015-07-061-1/+4
|
* dozentenmodul/src/main/java/gui/core/LoginGUI.javaJonathan Bauer2015-07-061-2/+2
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-065-19/+171
|\
| * [client] Continued work on cachingSimon Rettberg2015-07-065-19/+171
| |
* | [client] more error handling changes for BWIDM AuthJonathan Bauer2015-07-064-84/+110
|/
* [client] reworked exceptions handling of BWIDM authJonathan Bauer2015-07-064-23/+27
|
* [client] Add classes for caching of data fetched via thriftSimon Rettberg2015-07-032-0/+163
| | | | (could be used for other things too, code is fairly generic)
* [client] bwIDM Authentication implemented, yet to be finalized.Jonathan Bauer2015-07-039-184/+388
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-035-42/+162
|\
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-019-237/+500
| |\
| * | Fixed background and added methods for logical gui functionsStephan Schwaer2015-07-015-42/+162
| | |
* | | [server] Adapt to API changes, refine permission checking for image version ↵Simon Rettberg2015-07-038-49/+252
| |/ |/| | | | | deletion
* | [server] Refactored permission checking classes a bitSimon Rettberg2015-06-309-237/+500
|/
* Fixed some comments and variable namesStephan Schwaer2015-06-305-66/+82
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-06-2618-74/+925
|\
| * [server] Fnished image-related methods so far, started implementing ↵Simon Rettberg2015-06-2411-28/+412
| | | | | | | | lecture-related ones....
| * [server] More methods implementedSimon Rettberg2015-06-2311-48/+511
| |
| * fix bwLehrpool logo not beeing read from the resourcesJonathan Bauer2015-06-221-1/+5
| |
* | Added disclaimer, main window and vmware info windows. Fixed some layout.Stephan Schwaer2015-06-266-53/+356
|/
* Added GUI for LoginStephan Schwaer2015-06-224-711/+503Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-06-227-129/+435
|\
| * Add flag to lecture that decides whether the lecture will automatically link ↵Simon Rettberg2015-06-195-60/+189
| | | | | | | | to a new image version when one is uploaded; implement some more functionality
| * [server] Implemented getUsers call, more permission checking methodsSimon Rettberg2015-06-186-86/+277
| |
* | [client] rebasing the whole app...Jonathan Bauer2015-06-2248-15298/+137Star
|/
* [server] Implement getOperatingSystems and getVirtualizersSimon Rettberg2015-06-163-4/+32
|
* [server] Add script field to lecture table; implement getImageDetails method ↵Simon Rettberg2015-06-1612-95/+337
| | | | to get detailed information about an image from the database