summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/thrift/ThriftConnection.java
Commit message (Collapse)AuthorAgeFilesLines
* ThriftManager class: use getSatClient() and getMasterClient() to get the ↵Jonathan Bauer2015-03-021-77/+0Star
| | | | | | 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
|
* • changed implementation of user authentication.Nino Breuer2014-11-281-0/+1
| | | | | | | | | | | • 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-221-5/+7
|
* Fix server.thrift file (make future-proof by using field ids), move ↵Simon Rettberg2014-09-131-2/+2
| | | | generated thrift classes to own package
* replaced escaped umlauts by UTF-8 encoded charsJonathan Bauer2014-09-121-1/+1
|
* oopsJonathan Bauer2014-09-111-0/+53