| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-07-09 | 1 | -1/+1 | |
| |\ | ||||||
| | * | [client] fix Enter key of numpad not triggering login | Jonathan Bauer | 2015-07-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-07-09 | 7 | -38/+84 | |
| |\| | | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java | |||||
| | * | [client] fixed buttons of disclaimer/vmware license | Jonathan Bauer | 2015-07-09 | 7 | -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 Schwaer | 2015-07-09 | 3 | -80/+65![]() | |
| |/ | ||||||
| * | [client] Support message boxes with feedback; ask user whether to retry on ↵ | Simon Rettberg | 2015-07-09 | 3 | -22/+16![]() | |
| | | | | | thrift transport error | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-07-09 | 9 | -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 steps | Jonathan Bauer | 2015-07-09 | 2 | -2/+40 | |
| | | | ||||||
| | * | [client] MainWindow class, only to show it :) | Jonathan Bauer | 2015-07-09 | 1 | -0/+13 | |
| | | | ||||||
| | * | [client] implemented GuiManager.showMessagBox using MessageType and SWT'ed ↵ | Jonathan Bauer | 2015-07-09 | 7 | -71/+124 | |
| | | | | | | | | | | | | | | | the whole thing adapted rest of the classes further improved login error handling a bit | |||||
| | * | [client] fix pom.xml after new package structure | Jonathan Bauer | 2015-07-09 | 1 | -2/+2 | |
| | | | ||||||
| * | | [client] Clean up login, implement showMessageBox, fix formatting | Simon Rettberg | 2015-07-09 | 8 | -156/+152![]() | |
| |/ | ||||||
| * | [server] Implement OS list fetching, caching, and fallback to local DB | Simon Rettberg | 2015-07-08 | 9 | -27/+135 | |
| | | ||||||
| * | [client] Redo package structure, add comments/TODOs, rename GUI classes | Simon Rettberg | 2015-07-08 | 39 | -595/+414![]() | |
| | | ||||||
| * | oops | Jonathan Bauer | 2015-07-08 | 1 | -1/+0![]() | |
| | | ||||||
| * | [client] added thrift connection error callback | Jonathan Bauer | 2015-07-08 | 2 | -43/+34![]() | |
| | | ||||||
| * | [client] added style as parameter to showMessage of GuiManager | Jonathan Bauer | 2015-07-08 | 3 | -23/+9![]() | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-08 | 1 | -0/+153 | |
| |\ | ||||||
| | * | Add BlockProgressBar, a progress bar designed to handle the blockwise status ↵ | Simon Rettberg | 2015-07-08 | 1 | -0/+153 | |
| | | | | | | | | | arrays used for file transfers | |||||
| * | | [client] implemented login -> disclaimer -> vmwarelicense logic | Jonathan Bauer | 2015-07-08 | 7 | -233/+338 | |
| |/ | ||||||
| * | [client] user feedback when login fails. | Jonathan Bauer | 2015-07-08 | 2 | -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 login | Jonathan Bauer | 2015-07-08 | 2 | -0/+69 | |
| | | ||||||
| * | [client] Added imageWindowComposite and early stage of wizard for ↵ | Stephan Schwaer | 2015-07-07 | 12 | -36/+760 | |
| | | | | | creating/editing images. | |||||
| * | [client] Adapt to changes in master-sync-shared/ThriftManager | Simon Rettberg | 2015-07-06 | 2 | -2/+7 | |
| | | ||||||
| * | [client] hardcode test sat ip for the new server api | Jonathan Bauer | 2015-07-06 | 1 | -1/+4 | |
| | | ||||||
| * | dozentenmodul/src/main/java/gui/core/LoginGUI.java | Jonathan Bauer | 2015-07-06 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-06 | 5 | -19/+171 | |
| |\ | ||||||
| | * | [client] Continued work on caching | Simon Rettberg | 2015-07-06 | 5 | -19/+171 | |
| | | | ||||||
| * | | [client] more error handling changes for BWIDM Auth | Jonathan Bauer | 2015-07-06 | 4 | -84/+110 | |
| |/ | ||||||
| * | [client] reworked exceptions handling of BWIDM auth | Jonathan Bauer | 2015-07-06 | 4 | -23/+27 | |
| | | ||||||
| * | [client] Add classes for caching of data fetched via thrift | Simon Rettberg | 2015-07-03 | 2 | -0/+163 | |
| | | | | | (could be used for other things too, code is fairly generic) | |||||
| * | [client] bwIDM Authentication implemented, yet to be finalized. | Jonathan Bauer | 2015-07-03 | 9 | -184/+388 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-07-03 | 5 | -42/+162 | |
| |\ | ||||||
| | * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-07-01 | 9 | -237/+500 | |
| | |\ | ||||||
| | * | | Fixed background and added methods for logical gui functions | Stephan Schwaer | 2015-07-01 | 5 | -42/+162 | |
| | | | | ||||||
| * | | | [server] Adapt to API changes, refine permission checking for image version ↵ | Simon Rettberg | 2015-07-03 | 8 | -49/+252 | |
| | |/ |/| | | | | | deletion | |||||
| * | | [server] Refactored permission checking classes a bit | Simon Rettberg | 2015-06-30 | 9 | -237/+500 | |
| |/ | ||||||
| * | Fixed some comments and variable names | Stephan Schwaer | 2015-06-30 | 5 | -66/+82 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-06-26 | 18 | -74/+925 | |
| |\ | ||||||
| | * | [server] Fnished image-related methods so far, started implementing ↵ | Simon Rettberg | 2015-06-24 | 11 | -28/+412 | |
| | | | | | | | | | lecture-related ones.... | |||||
| | * | [server] More methods implemented | Simon Rettberg | 2015-06-23 | 11 | -48/+511 | |
| | | | ||||||
| | * | fix bwLehrpool logo not beeing read from the resources | Jonathan Bauer | 2015-06-22 | 1 | -1/+5 | |
| | | | ||||||
| * | | Added disclaimer, main window and vmware info windows. Fixed some layout. | Stephan Schwaer | 2015-06-26 | 6 | -53/+356 | |
| |/ | ||||||
| * | Added GUI for Login | Stephan Schwaer | 2015-06-22 | 4 | -711/+503![]() | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-06-22 | 7 | -129/+435 | |
| |\ | ||||||
| | * | Add flag to lecture that decides whether the lecture will automatically link ↵ | Simon Rettberg | 2015-06-19 | 5 | -60/+189 | |
| | | | | | | | | | to a new image version when one is uploaded; implement some more functionality | |||||
| | * | [server] Implemented getUsers call, more permission checking methods | Simon Rettberg | 2015-06-18 | 6 | -86/+277 | |
| | | | ||||||
| * | | [client] rebasing the whole app... | Jonathan Bauer | 2015-06-22 | 48 | -15298/+137![]() | |
| |/ | ||||||
| * | [server] Implement getOperatingSystems and getVirtualizers | Simon Rettberg | 2015-06-16 | 3 | -4/+32 | |
| | | ||||||
| * | [server] Add script field to lecture table; implement getImageDetails method ↵ | Simon Rettberg | 2015-06-16 | 12 | -95/+337 | |
| | | | | | to get detailed information about an image from the database | |||||

