summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-236-24/+31
| | | | Remove some not needed imports from various files
* Fix typo in fin_i_shedUploadNils Schwabe2014-06-191-1/+1
|
* Add image path into ftpCredentialsNils Schwabe2014-06-191-1/+1
|
* Fix problems with thrift connectionNils Schwabe2014-06-193-28/+15Star
|
* Implement downloading functionalityNils Schwabe2014-06-163-4/+18
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-167-38/+129
|
* Started to implement download of imagesNils Schwabe2014-06-058-33/+220
|
* Add webinterface with functionallityNils Schwabe2014-06-041-1/+1
|
* Improve ImageProcessor functionallity (and added some regex)Nils Schwabe2014-05-092-13/+25
|
* Forgot to commit some files.Nils Schwabe2014-05-092-0/+84
|
* Fix bug where the user list was accessed by multiple threadsNils Schwabe2014-05-075-93/+37Star
| | | | Add server keys to database
* Fix message signingNils Schwabe2014-05-057-64/+58Star
|
* Add some regexNils Schwabe2014-05-051-1/+12
|
* Add user auth when ldap server is downNils Schwabe2014-05-053-7/+45
|
* Fix login formatNils Schwabe2014-05-051-3/+5
|
* Add login can be in format prefix_userid OR userid@organizationNils Schwabe2014-05-053-9/+24
|
* Removed todo from LDAPUserNils Schwabe2014-05-052-15/+7Star
|
* Add connecting to LDAP with cert (JKS in globals.config)Nils Schwabe2014-04-302-92/+97
| | | | Connecting to BW LDAP works now (finally!!)
* Add some new exceptions for problems with image's dataNils Schwabe2014-04-302-10/+17
|
* 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-2811-101/+197
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-259-25/+83
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-2511-26/+151
|
* Add FTPS to MasterFtpServerNils Schwabe2014-04-245-21/+44
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-2324-420/+534
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-2312-145/+266
| | | | Add some options to config file
* Fixed somethingNils Schwabe2014-04-222-2/+15
|
* Added FtpCredentialsScheduler to periodically remove old files and ftp usersNils Schwabe2014-04-224-5/+31
|
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-227-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 Rettberg2014-04-191-2/+3
| | | | so they actually fail if something is wrong.
* Add doc-comments to ApiServer and Hash, some TODO commentsSimon Rettberg2014-04-192-40/+58
|
* Speed up sha512_crypt by caching sha512 digesters (thread local)Simon Rettberg2014-04-192-18/+69
|
* [LdapUser] Added doc-comments, some TODOs, restructured connection error ↵Simon Rettberg2014-04-192-23/+35
| | | | checking
* Add doc to MySQL classSimon Rettberg2014-04-191-2/+36
|
* added connection to image databaseNils Schwabe2014-04-116-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 Schwabe2014-04-104-32/+80
| | | | Database using is missing!
* tried to implement the server auth. (did not work)Nils Schwabe2014-04-106-22/+57
| | | | added ImageProcessor to process image after ftp upload
* added some commentsNils Schwabe2014-04-104-6/+42
|
* Added authentification for uni/hs serverNils Schwabe2014-04-109-63/+294
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* added new thrift methods:Nils Schwabe2014-04-101-0/+26
| | | | | - authentication (for server) - submitImage (for server)
* Added Globals.java and global propertiesNils Schwabe2014-04-097-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 classNils Schwabe2014-04-091-0/+69
|
* added ftp server for testingNils Schwabe2014-04-082-5/+9
|
* LDAP functionallityNils Schwabe2014-04-088-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 CommitSimon Rettberg2014-03-2814-0/+1231