summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Add implementation for the new up- and download protocollNils Schwabe2014-06-304-649/+0Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-232-3/+3
| | | | Remove some not needed imports from various files
* Add image path into ftpCredentialsNils Schwabe2014-06-191-1/+1
|
* Fix problems with thrift connectionNils Schwabe2014-06-192-18/+9Star
|
* Implement downloading functionalityNils Schwabe2014-06-161-2/+6
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-163-28/+90
|
* Started to implement download of imagesNils Schwabe2014-06-054-25/+143
|
* Add webinterface with functionallityNils Schwabe2014-06-041-1/+1
|
* Improve ImageProcessor functionallity (and added some regex)Nils Schwabe2014-05-091-11/+21
|
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-073-10/+20
| | | | Add server keys to database
* Fix message signingNils Schwabe2014-05-052-7/+4Star
|
* Add some regexNils Schwabe2014-05-051-1/+12
|
* Add check file size of uploading files and process automaticallyNils Schwabe2014-04-291-2/+11
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-284-67/+89
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-254-11/+65
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-254-0/+361