summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/thrift
Commit message (Collapse)AuthorAgeFilesLines
* Thrift: reconnect on transport errorJonathan Bauer2015-03-041-183/+0Star
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-031-0/+28
| | | | | 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-119/+155
| | | | | | 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-29/+50
|
* dNino Breuer2014-12-111-1/+1
|
* • changed implementation of user authentication.Nino Breuer2014-11-282-1/+2
| | | | | | | | | | | • 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.
* implemented äääääh template filterNino Breuer2014-10-311-1/+1
|
* [client] do commit the changes :)Jonathan Bauer2014-09-222-7/+12
|
* Fix server.thrift file (make future-proof by using field ids), move ↵Simon Rettberg2014-09-131-2/+2
| | | | generated thrift classes to own package
* [client] MAsterserver thrift connection: Set connection timeout of 6 secsSimon Rettberg2014-09-131-13/+11Star
|
* [client] use TFramedTransport for master-server ConnectionJonathan Bauer2014-09-121-4/+2Star
|
* replaced escaped umlauts by UTF-8 encoded charsJonathan Bauer2014-09-122-2/+2
|
* oopsJonathan Bauer2014-09-112-0/+96