| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added GUI for Login | Stephan Schwaer | 2015-06-22 | 3 | -464/+245![]() | |
| | | ||||||
| * | [client] rebasing the whole app... | Jonathan Bauer | 2015-06-22 | 47 | -15298/+123![]() | |
| | | ||||||
| * | [client] Compiles again, but is broken.... | Simon Rettberg | 2015-05-29 | 14 | -959/+607![]() | |
| | | ||||||
| * | • removed link to OTRS from Suite | Nino Breuer | 2015-05-26 | 2 | -10/+1![]() | |
| | | | | | • removed email address from "About" as this address creates tickets in OTRS | |||||
| * | • logintype (test, bwidm) wird mitgespeichert und beim start mitgeladen. ↵ | Nino Breuer | 2015-05-26 | 2 | -2/+60 | |
| | | | | | nicht schön aber selten, via stringvergleich | |||||
| * | • removed "wrong" and unsafe param; is now taken by UserInfo-Object from token | Nino Breuer | 2015-05-26 | 1 | -1/+1 | |
| | | ||||||
| * | • Lecture max. lifetime restriction removed (commented, to be discussed) | Nino Breuer | 2015-05-26 | 2 | -12/+28 | |
| | | ||||||
| * | • Gültigkeit von neuen Veranstaltungen per default von 6 auf 8 Monate ↵ | Nino Breuer | 2015-05-26 | 2 | -5/+5 | |
| | | | | | erhöht, um zornige Dozenten zu beruhigen. | |||||
| * | • fixed Bug whereas Lectures weren't editable anymore due to date-parsing ↵ | Nino Breuer | 2015-05-20 | 7 | -17/+86 | |
| | | | | | | | | | | | error • IdP is stored in config file, default 0. should IdP-Authentication be default now? • Fixed bug: version number was replaced by "unknown".. it is unknown, why that happened :) • Optimized view for additional contacts in images | |||||
| * | [client] GuiManager class cleanup + bundled priv/pub functions... | Jonathan Bauer | 2015-03-24 | 1 | -123/+146 | |
| | | ||||||
| * | [client] fix tabbing through nirvana on CreateImageAllgemein | Jonathan Bauer | 2015-03-20 | 1 | -0/+1 | |
| | | ||||||
| * | [client] center popups relative to main window current position | Jonathan Bauer | 2015-03-20 | 1 | -1/+3 | |
| | | ||||||
| * | [client] fix the fix :) thx simon | Jonathan Bauer | 2015-03-14 | 1 | -2/+12 | |
| | | ||||||
| * | [client] fix going back in "CreateImageTechnisch" | Jonathan Bauer | 2015-03-13 | 1 | -1/+2 | |
| | | ||||||
| * | Aua, aua... | Simon Rettberg | 2015-03-06 | 35 | -4083/+2111![]() | |
| | | ||||||
| * | MACHETE KILLT CODEZEILEN | Simon Rettberg | 2015-03-05 | 9 | -725/+239![]() | |
| | | ||||||
| * | [client] Make SessionData a static class instead of a class that doesn't ↵ | Simon Rettberg | 2015-03-05 | 25 | -176/+145![]() | |
| | | | | | know if it's a singleton or not | |||||
| * | [client] Restore RPC version check; add error message on thrift ↵ | Simon Rettberg | 2015-03-05 | 2 | -212/+236 | |
| | | | | | communication error | |||||
| * | minor - reduce logging spam and removed unneeded check | Jonathan Bauer | 2015-03-04 | 2 | -5/+1![]() | |
| | | ||||||
| * | Thrift: reconnect on transport error | Jonathan Bauer | 2015-03-04 | 22 | -207/+22![]() | |
| | | | | | Moved ThriftManager and ThriftHandler to master-sync-shared | |||||
| * | fix wrong class for logging | Jonathan Bauer | 2015-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | bwIDM - Shibboleth login working for Freiburg's SP - more to come | Jonathan Bauer | 2015-03-03 | 39 | -2940/+1080![]() | |
| | | | | | | rework GUI classes to work with GuiManager: use GuiManager.show(<GUI to show>) and GuiManager.openPopup(<popup like About_GUI or ListAllOtherUsers_GUI>) only! static openlinks class (models/links.java deleted). There are keywords to open links, e.g. OpenLinks.openWebpage("faq"). Please see the class. | |||||
| * | warnings fix | Jonathan Bauer | 2015-03-02 | 6 | -32/+7![]() | |
| | | ||||||
| * | ThriftManager class: use getSatClient() and getMasterClient() to get the ↵ | Jonathan Bauer | 2015-03-02 | 28 | -553/+371![]() | |
| | | | | | | | singleton instances of the thrift clients to satellite and master servers DO NOT CREATE NEW THRIFT OBJECTS!!! | |||||
| * | Remove client -> server dependency, move thrift classes to master-sync-shared | Simon Rettberg | 2015-02-19 | 27 | -401/+263![]() | |
| | | ||||||
| * | • changed contact information from michael.wilson to bwlehrpool | Nino Breuer | 2015-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | • added notice (as requested through usertests) | Nino Breuer | 2015-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-11 | 2 | -5/+8 | |
| |\ | ||||||
| | * | • [Client] fixed incorrect JOptionPane | Michael Wilson | 2014-12-10 | 2 | -5/+8 | |
| | | | | | | | | | • [Server] fixed bug: server used to delete modified images, even if no new file was uploaded | |||||
| * | | d | Nino Breuer | 2014-12-11 | 2 | -2/+9 | |
| |/ | ||||||
| * | [client] improved error handling of ShibboECP. | Jonathan Bauer | 2014-12-05 | 2 | -29/+68 | |
| | | | | | | Now differentiate between auth error (ERROR_IDP) and resource error (ERROR_SP) NO_ERROR indicates it all worked. ERROR_OTHER indicates an internal error (~ Exception) | |||||
| * | [client] preparations for parsing the response of the SP | Jonathan Bauer | 2014-12-05 | 2 | -1/+62 | |
| | | ||||||
| * | [client] sort list of IdP by displayName | Jonathan Bauer | 2014-12-05 | 1 | -2/+12 | |
| | | ||||||
| * | [client] oops, bad while condition | Jonathan Bauer | 2014-12-03 | 1 | -72/+90 | |
| | | ||||||
| * | [client] read the hardware version from the vmdk file and use it in the vmx. | Jonathan Bauer | 2014-12-03 | 1 | -0/+70 | |
| | | ||||||
| * | • minor changes | Michael Wilson | 2014-12-02 | 2 | -19/+3![]() | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-01 | 3 | -17/+38 | |
| |\ | ||||||
| | * | [client] log4j backend for proxy_vole | Jonathan Bauer | 2014-12-01 | 2 | -15/+36 | |
| | | | | | | | | | fixes the proxy stuff not beeing logged correctly | |||||
| | * | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module | Jonathan Bauer | 2014-12-01 | 28 | -461/+599 | |
| | |\ | ||||||
| | * | | [client] minor comment fixes | Jonathan Bauer | 2014-12-01 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | • changed label texts, explaining that it is not necessary to upload a new ↵ | Nino Breuer | 2014-12-01 | 1 | -23/+23 | |
| | |/ |/| | | | | | image when changing information or permissions | |||||
| * | | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-01 | 4 | -95/+231 | |
| |\| | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/Login_GUI.java | |||||
| | * | [client] reworked bwIDM login to use the ecp-client-lean | Jonathan Bauer | 2014-12-01 | 2 | -95/+156 | |
| | | | ||||||
| | * | [client] proxy support | Jonathan Bauer | 2014-12-01 | 2 | -0/+72 | |
| | | | ||||||
| * | | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-12-01 | 23 | -364/+567 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/image/CreateImageTechnisch_GUI.java dozentenmodul/src/main/java/gui/image/EditImageTechnisch_GUI.java dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java möp. großes geschrei, fehler bitte an mich. dozentenmodul/src/main/java/gui/image/FTPEditDownloader_GUI.java dozentenmodul/src/main/java/gui/image/FTPEditUploader_GUI.java dozentenmodul/src/main/java/gui/image/SearchImage_GUI.java dozentenmodul/src/main/java/gui/lecture/DeleteLecture_GUI.java dozentenmodul/src/main/java/gui/lecture/EditLectureAllgemein_GUI.java dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java dozentenmodulserver/src/main/java/server/ServerHandler.java dozentenmodulserver/src/main/java/server/generated/Server.java dozentenmodulserver/thrift/server.thrift | |||||
| | * | • Admin can download any image | Michael Wilson | 2014-11-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | If OS=windows, then isLicensed always true | Michael Wilson | 2014-11-28 | 2 | -0/+42 | |
| | | | ||||||
| | * | • Added number of listed slements | Michael Wilson | 2014-11-28 | 5 | -4/+40 | |
| | | | ||||||
| | * | Tabs have show number of rows contained | Michael Wilson | 2014-11-28 | 3 | -27/+63 | |
| | | | ||||||
| | * | • Vielzahl Textänderungen | Michael Wilson | 2014-11-28 | 23 | -56/+59 | |
| | | | ||||||

