summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-5/+0Star
|
* Disable failing testSimon Rettberg2014-07-011-0/+2
|
* Add implementation for the new up- and download protocollNils Schwabe2014-06-302-232/+26Star
| | | | | 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-231-11/+11
| | | | Remove some not needed imports from various files
* Started to implement download of imagesNils Schwabe2014-06-051-0/+12
|
* Add webinterface with functionallityNils Schwabe2014-06-041-21/+25
|
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-072-2/+2
| | | | Add server keys to database
* Fix message signingNils Schwabe2014-05-052-108/+100Star
|
* Add user auth when ldap server is downNils Schwabe2014-05-051-0/+3
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-19/+32
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-251-4/+23
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-252-131/+189
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-108/+112
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-231-0/+1
| | | | Add some options to config file
* Fixed somethingNils Schwabe2014-04-221-1/+1
|
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-221-1/+1
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* Added test case for sha512crypt, removed try/catch blocks from other tests, ↵Simon Rettberg2014-04-191-109/+91Star
| | | | so they actually fail if something is wrong.
* added connection to image databaseNils Schwabe2014-04-111-50/+27Star
| | | | | | --> images are now processed after ftp upload --> image is moved to image_dir --> DB is updated with imageData
* Added some functionallity to the ImageProcessor.Nils Schwabe2014-04-101-78/+78
| | | | Database using is missing!
* tried to implement the server auth. (did not work)Nils Schwabe2014-04-101-54/+134
| | | | added ImageProcessor to process image after ftp upload
* Added Globals.java and global propertiesNils Schwabe2014-04-091-1/+56
| | | | | | Added Ftpserver test Created some ftp testign in App.java (needs to be removed) Added Ftplet to trigger on FTP Commands
* added ftp server for testingNils Schwabe2014-04-081-1/+1
|
* LDAP functionallityNils Schwabe2014-04-081-0/+40
| | | | | | | | - 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/+38