summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/thrift
Commit message (Collapse)AuthorAgeFilesLines
* Also deny listing public images in R/O modeSimon Rettberg6 days1-0/+4
|
* Implemente read-only mode for secondary server(s)Simon Rettberg7 days1-0/+8
|
* Switch to new CascadedThreadPoolSimon Rettberg2024-05-221-1/+3
|
* Thrift: Set read timeout of 2 minutesSimon Rettberg2024-05-151-1/+7
|
* Allow connecting a new session to a one-time access codeSimon Rettberg2023-02-241-0/+6
| | | | (Add support for browser-based login flow)
* [thrift] JSONHTTP: Fix handling large outputSimon Rettberg2023-02-241-2/+2
|
* Add thrift json/http listenerSimon Rettberg2023-02-141-0/+95
|
* Update generated Thrift API to version 0.15.0Manuel Bentele2021-12-171-2/+2
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-152-4/+6
|
* FixesSimon Rettberg2017-05-041-11/+11
|
* Implement global image exchange with satellite serversSimon Rettberg2016-08-301-35/+125
|
* (WiP) Global image syncSimon Rettberg2016-04-132-11/+108
|
* Fix getUSerInfo call on Session classSimon Rettberg2015-09-301-2/+1Star
|
* StuffSimon Rettberg2015-09-081-1/+1
|
* Compilable...Simon Rettberg2015-09-083-125/+311
|
* Start adapting to new DB/Thrift modelSimon Rettberg2015-09-071-122/+0Star
|
* Enable TLS support for thrift connection aswellSimon Rettberg2014-11-202-13/+91
|
* 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-012-4/+22
|
* Set max read len for thriftSimon Rettberg2014-09-301-1/+3
|
* 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
|
* Change TThreadPoolServer to THsHaServer and use TNonBlockingServerTransportNils Schwabe2014-08-181-8/+6Star
|
* 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-232-19/+23
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-232-1/+2
| | | | 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-283-0/+192