summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
Commit message (Collapse)AuthorAgeFilesLines
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-119/+0Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Forgot thrift fileNils Schwabe2014-06-191-1/+1
|
* Add image path into ftpCredentialsNils Schwabe2014-06-191-1/+2
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-161-1/+3
|
* Started to implement download of imagesNils Schwabe2014-06-051-1/+3
|
* Add some new exceptions for problems with image's dataNils Schwabe2014-04-301-4/+14
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-2/+3
|
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-1/+1
|
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-221-2/+15
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* added connection to image databaseNils Schwabe2014-04-111-2/+11
| | | | | | --> images are now processed after ftp upload --> image is moved to image_dir --> DB is updated with imageData
* Added authentification for uni/hs serverNils Schwabe2014-04-101-1/+1
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* added new thrift methods:Nils Schwabe2014-04-101-1/+23
| | | | | - authentication (for server) - submitImage (for server)
* Initial CommitSimon Rettberg2014-03-281-0/+59