summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/App.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-3/+0Star
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-2/+0Star
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-0/+4
|
* Fix bug where the challengeResponse was to longNils Schwabe2014-08-261-6/+6
| | | | Fix some path bugs
* Change some classes / methods to fit camelCaseNils Schwabe2014-07-291-3/+2Star
| | | | Remove some ridiculous stuff
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-0/+4
| | | | Change log level of thrift filetransfer to error in log4j properties
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-0/+2
|
* Fix that Globals are initialized before servers are starting upNils Schwabe2014-07-041-0/+2
| | | | Add serversocket.jks to .gitignore
* Change loading and checking of propertiesNils Schwabe2014-07-041-16/+0Star
| | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-041-2/+0Star
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-011-2/+0Star
| |
* | Make use of the filetransfer classesNils Schwabe2014-07-041-0/+1
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-24/+2Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-161-1/+15
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-1/+5
|
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-2/+2
|
* Add FTPS to MasterFtpServerNils Schwabe2014-04-241-2/+5
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-22/+25
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-231-18/+5Star
| | | | Add some options to config file
* Added FtpCredentialsScheduler to periodically remove old files and ftp usersNils Schwabe2014-04-221-0/+4
|
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-221-0/+4
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* Added authentification for uni/hs serverNils Schwabe2014-04-101-35/+1Star
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* Added Globals.java and global propertiesNils Schwabe2014-04-091-15/+68
| | | | | | 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/+9
|
* LDAP functionallityNils Schwabe2014-04-081-3/+2Star
| | | | | | | | - 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/+46