summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/thrift/server/ImageServerHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Compilable...Simon Rettberg2015-09-081-121/+0Star
|
* Enable TLS support for thrift connection aswellSimon Rettberg2014-11-201-0/+7
|
* Implement suffixList for getOrganizations, added stub for updateSatelliteAddressSimon Rettberg2014-10-151-0/+6
|
* Implement registerSatellite RPCSimon Rettberg2014-10-141-0/+7
|
* Implemented publishUser(sessionId, UserInfo) in ApiServer.Björn Hagemeister2014-10-081-0/+1
| | | | Plus added method for inserting user into user database with given UserInfo.
* Support new API methods, changed DB scheme, updated .sql scriptSimon Rettberg2014-10-061-2/+2
|
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-14/+15
|
* Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-011-4/+21
|
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-291-1/+1
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-4/+4
|
* Adapted classes to new filetransfer.Björn Hagemeister2014-09-221-2/+2
|
* Add refreshing of server sessionNils Schwabe2014-07-101-0/+6
|
* Add argument to send crc sums over thriftNils Schwabe2014-07-071-2/+2
|
* Fix some small thingsNils Schwabe2014-07-041-5/+3Star
|
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-15/+7Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix typo in fin_i_shedUploadNils Schwabe2014-06-191-1/+1
|
* Implement downloading functionalityNils Schwabe2014-06-161-2/+1Star
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-161-0/+7
|
* Started to implement download of imagesNils Schwabe2014-06-051-2/+7
|
* Add some new exceptions for problems with image's dataNils Schwabe2014-04-301-4/+5
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-3/+3
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-251-1/+0Star
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-1/+4
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-16/+20
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-231-1/+1
| | | | Add some options to config file
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-221-3/+9
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* tried to implement the server auth. (did not work)Nils Schwabe2014-04-101-1/+1
| | | | added ImageProcessor to process image after ftp upload
* Added authentification for uni/hs serverNils Schwabe2014-04-101-8/+6Star
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* added new thrift methods:Nils Schwabe2014-04-101-0/+26
| | | | | - authentication (for server) - submitImage (for server)
* LDAP functionallityNils Schwabe2014-04-081-1/+4
| | | | | | | | - added apache ldap client api to pom.xml - added the LDAP user which authenticates to the LDAP server - added testAuthentication to AppTest - users get inserted into db after authenticating - added log4j properties to filter unuseful debug messages
* Initial CommitSimon Rettberg2014-03-281-0/+35