summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util
Commit message (Collapse)AuthorAgeFilesLines
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-088-780/+0Star
|
* [client] more error handling changes for BWIDM AuthJonathan Bauer2015-07-061-58/+32Star
|
* [client] reworked exceptions handling of BWIDM authJonathan Bauer2015-07-061-3/+5
|
* [client] bwIDM Authentication implemented, yet to be finalized.Jonathan Bauer2015-07-032-70/+46Star
|
* [client] rebasing the whole app...Jonathan Bauer2015-06-223-566/+3Star
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-292-32/+61
|
* • removed link to OTRS from SuiteNino Breuer2015-05-261-9/+0Star
| | | | • removed email address from "About" as this address creates tickets in OTRS
* • fixed Bug whereas Lectures weren't editable anymore due to date-parsing ↵Nino Breuer2015-05-201-1/+1
| | | | | | | | | | 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 Bauer2015-03-241-123/+146
|
* [client] center popups relative to main window current positionJonathan Bauer2015-03-201-1/+3
|
* Aua, aua...Simon Rettberg2015-03-063-90/+74Star
|
* MACHETE KILLT CODEZEILENSimon Rettberg2015-03-051-0/+8
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-052-3/+3
| | | | know if it's a singleton or not
* minor - reduce logging spam and removed unneeded checkJonathan Bauer2015-03-041-3/+1Star
|
* Thrift: reconnect on transport errorJonathan Bauer2015-03-041-2/+1Star
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* fix wrong class for loggingJonathan Bauer2015-03-041-1/+1
|
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-036-156/+367
| | | | | 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.
* ThriftManager class: use getSatClient() and getMasterClient() to get the ↵Jonathan Bauer2015-03-023-30/+34
| | | | | | 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-sharedSimon Rettberg2015-02-191-3/+3
|
* [client] improved error handling of ShibboECP.Jonathan Bauer2014-12-051-19/+40
| | | | | 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 SPJonathan Bauer2014-12-052-1/+62
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleJonathan Bauer2014-12-011-0/+403
|\
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-12-011-79/+57Star
| |\ | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/Login_GUI.java
| * | • changed implementation of user authentication.Nino Breuer2014-11-281-0/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • changed position of class file • fixed some little things (not necessary to mention) Important Notes: •organizationID in token returns "wrong" values, therefore university is still set by client. To be fixed someday. • userID is the value with which the user starts his log in. this value is not represented in the token! (as it is not(!) the email). To be implemented someday, as this value is represented in the masterserver. • Feature isn't well tested.
* | | [client] minor comment fixesJonathan Bauer2014-12-011-0/+2
| |/ |/|
* | [client] reworked bwIDM login to use the ecp-client-leanJonathan Bauer2014-12-011-79/+57Star
|/
* [client] clearer comments for ResourceLoaderJonathan Bauer2014-10-291-2/+2
|
* [client] support for loading text files through the ResouceLoaderJonathan Bauer2014-10-291-5/+22
| | | | this will be needed to read the vmx-template from resources/
* Berechtigung für Veranstaltung korrigiertMichael Wilson2014-10-291-30/+77
|
* Sämtliche Logik und Grafiken zur Vergabe und Verwaltung von Berechtigungen ↵Michael Wilson2014-10-271-239/+0Star
| | | | eingeführt. Kleinere Bugs sind bekannt, werden aktuell behoben
* unterschieldiche kleinigkeitenMichael Wilson2014-10-161-0/+239
|
* [client] sanity check SessionData.session.getServerAdress() before making ↵Jonathan Bauer2014-10-161-0/+6
| | | | the request :)
* [client] bwIDM-Support started, work in progress...Jonathan Bauer2014-10-151-0/+108
| | | | big changes in pom.xml, please rebuild everything :)
* [client] News: print stacktraces to log files aswellJonathan Bauer2014-10-151-34/+17Star
| | | | and remove message box, since they are not really needed as the errors are not critical.
* added autocomplete and autocheck for setting new image rightsNino Breuer2014-10-101-26/+53
|
* vorbereitung rechte korrigierenMichael Wilson2014-10-091-0/+47
|
* [client] do commit the changes :)Jonathan Bauer2014-09-221-2/+11
|
* [client] moved main function to App.java & refined Config stuffJonathan Bauer2014-09-181-7/+54
|
* Revert "[client] center GUIs in the primary display only"Jonathan Bauer2014-09-171-13/+6Star
| | | | This reverts commit dad8d7d51aedeb50bfa8d12cac7220ea7c0c4a47.
* [client] center GUIs in the primary display onlyJonathan Bauer2014-09-161-6/+13
| | | | this fixes the GUIs beeing split over 2 monitors in a dual-head setup
* [client] continue to main window even if getting the news failsJonathan Bauer2014-09-151-31/+10Star
|
* [client] timeouts for getting news per httpJonathan Bauer2014-09-151-4/+17
| | | | 5seconds on connection and 10sec on reading the stream
* [client] javadoced News classJonathan Bauer2014-09-151-27/+67
|
* [client] News class for getting news from the satelliteJonathan Bauer2014-09-151-0/+215
|
* [client] Add resource loader that will take care of error handlingSimon Rettberg2014-09-131-0/+95
|
* oopsJonathan Bauer2014-09-112-0/+44