summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/serversession
Commit message (Collapse)AuthorAgeFilesLines
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-4/+4
|
* Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-011-5/+5
|
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-291-41/+27Star
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-284-5/+8
|
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-261-5/+6
| | | | Fix some path bugs
* Fix some todosNils Schwabe2014-07-111-3/+2Star
|
* Add refreshing of server sessionNils Schwabe2014-07-101-0/+1
|
* more TODOsSimon Rettberg2014-07-071-4/+2Star
|
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-2/+1Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-071-18/+17Star
| | | | Add server keys to database
* Fix message signingNils Schwabe2014-05-051-9/+4Star
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-1/+0Star
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-251-9/+10
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-8/+34
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-234-31/+39
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-231-1/+4
| | | | Add some options to config file
* tried to implement the server auth. (did not work)Nils Schwabe2014-04-101-8/+26
| | | | added ImageProcessor to process image after ftp upload
* added some commentsNils Schwabe2014-04-103-6/+20
|
* Added authentification for uni/hs serverNils Schwabe2014-04-104-0/+155
--> added serversession, serversessionmanager --> missing implementation for server authentication