| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat all files with simon's new layout | Nils Schwabe | 2014-04-23 | 24 | -420/+534 |
| | | |||||
| * | Fix some issues with FtpCredentialsScheduler | Nils Schwabe | 2014-04-23 | 12 | -145/+266 |
| | | | | | Add some options to config file | ||||
| * | Fixed something | Nils Schwabe | 2014-04-22 | 2 | -2/+15 |
| | | |||||
| * | Added FtpCredentialsScheduler to periodically remove old files and ftp users | Nils Schwabe | 2014-04-22 | 4 | -5/+31 |
| | | |||||
| * | added a method to imageserver so that finshed uploads can be signaled | Nils Schwabe | 2014-04-22 | 7 | -59/+185 |
| | | | | | | | 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 Rettberg | 2014-04-19 | 1 | -2/+3 |
| | | | | | so they actually fail if something is wrong. | ||||
| * | Add doc-comments to ApiServer and Hash, some TODO comments | Simon Rettberg | 2014-04-19 | 2 | -40/+58 |
| | | |||||
| * | Speed up sha512_crypt by caching sha512 digesters (thread local) | Simon Rettberg | 2014-04-19 | 2 | -18/+69 |
| | | |||||
| * | [LdapUser] Added doc-comments, some TODOs, restructured connection error ↵ | Simon Rettberg | 2014-04-19 | 2 | -23/+35 |
| | | | | | checking | ||||
| * | Add doc to MySQL class | Simon Rettberg | 2014-04-19 | 1 | -2/+36 |
| | | |||||
| * | added connection to image database | Nils Schwabe | 2014-04-11 | 6 | -22/+110 |
| | | | | | | | --> 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 Schwabe | 2014-04-10 | 4 | -32/+80 |
| | | | | | Database using is missing! | ||||
| * | tried to implement the server auth. (did not work) | Nils Schwabe | 2014-04-10 | 6 | -22/+57 |
| | | | | | added ImageProcessor to process image after ftp upload | ||||
| * | added some comments | Nils Schwabe | 2014-04-10 | 4 | -6/+42 |
| | | |||||
| * | Added authentification for uni/hs server | Nils Schwabe | 2014-04-10 | 9 | -63/+294 |
| | | | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication | ||||
| * | added new thrift methods: | Nils Schwabe | 2014-04-10 | 1 | -0/+26 |
| | | | | | | - authentication (for server) - submitImage (for server) | ||||
| * | Added Globals.java and global properties | Nils Schwabe | 2014-04-09 | 7 | -31/+179 |
| | | | | | | | Added Ftpserver test Created some ftp testign in App.java (needs to be removed) Added Ftplet to trigger on FTP Commands | ||||
| * | forgot to commit the ftpserver class | Nils Schwabe | 2014-04-09 | 1 | -0/+69 |
| | | |||||
| * | added ftp server for testing | Nils Schwabe | 2014-04-08 | 2 | -5/+9 |
| | | |||||
| * | LDAP functionallity | Nils Schwabe | 2014-04-08 | 8 | -30/+231 |
| | | | | | | | | | - 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 Commit | Simon Rettberg | 2014-03-28 | 14 | -0/+1231 |
