summaryrefslogtreecommitdiffstats
path: root/src/test/java/org
Commit message (Collapse)AuthorAgeFilesLines
* 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