summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/server
Commit message (Collapse)AuthorAgeFilesLines
* Compilable...Simon Rettberg2015-09-081-235/+0Star
|
* Fixed several things for successful up and download to satellite.Björn Hagemeister2014-10-221-1/+1
|
* Implemented updateAddress - method.Björn Hagemeister2014-10-201-2/+10
|
* Implement suffixList for getOrganizations, added stub for updateSatelliteAddressSimon Rettberg2014-10-151-0/+8
|
* Implement registerSatellite RPCSimon Rettberg2014-10-141-2/+35
|
* Implemented publishUser(sessionId, UserInfo) in ApiServer.Björn Hagemeister2014-10-081-3/+11
| | | | Plus added method for inserting user into user database with given UserInfo.
* Support new API methods, changed DB scheme, updated .sql scriptSimon Rettberg2014-10-061-6/+15
|
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-15/+14Star
|
* Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-011-10/+29
|
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-291-10/+13
|
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-7/+7
|
* Adapted classes to new filetransfer.Björn Hagemeister2014-09-221-2/+2
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-12/+14
|
* Implement method for server to check if he is authenticatedNils Schwabe2014-07-101-0/+5
|
* Add some better thread synchonizationNils Schwabe2014-07-101-109/+0Star
| | | | | Restructure some classes Fix small connection issues
* Merge branch 'master' of openslx.org:bwlp/masterserverSimon Rettberg2014-07-071-2/+2
|\
| * Add argument to send crc sums over thriftNils Schwabe2014-07-071-2/+2
| |
* | more TODOsSimon Rettberg2014-07-071-3/+3
|/
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-7/+4Star
|
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-041-7/+0Star
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-011-7/+0Star
| |
* | Make use of the filetransfer classesNils Schwabe2014-07-041-3/+1Star
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-107/+140
| | | | | 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-2/+8
| | | | Remove some not needed imports from various files
* Implement downloading functionalityNils Schwabe2014-06-161-0/+11
|
* Started to implement download of imagesNils Schwabe2014-06-051-2/+23
|
* Improve ImageProcessor functionallity (and added some regex)Nils Schwabe2014-05-091-2/+4
|
* Add some new exceptions for problems with image's dataNils Schwabe2014-04-301-6/+12
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-14/+11Star
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-251-4/+2Star
| | | | Fix problems with timeout user deleting
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-254-272/+3Star
|
* Add FTPS to MasterFtpServerNils Schwabe2014-04-243-15/+23
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-234-89/+108
|
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-234-80/+137
| | | | Add some options to config file
* Fixed somethingNils Schwabe2014-04-221-0/+5
|
* Added FtpCredentialsScheduler to periodically remove old files and ftp usersNils Schwabe2014-04-222-5/+8
|
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-222-40/+94
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* Add doc-comments to ApiServer and Hash, some TODO commentsSimon Rettberg2014-04-191-14/+13Star
|
* added connection to image databaseNils Schwabe2014-04-111-1/+1
| | | | | | --> 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-103-32/+23Star
| | | | Database using is missing!
* tried to implement the server auth. (did not work)Nils Schwabe2014-04-104-13/+30
| | | | added ImageProcessor to process image after ftp upload
* added some commentsNils Schwabe2014-04-101-0/+22
|
* Added authentification for uni/hs serverNils Schwabe2014-04-101-20/+98
| | | | | --> added serversession, serversessionmanager --> missing implementation for server authentication
* Added Globals.java and global propertiesNils Schwabe2014-04-093-14/+102
| | | | | | 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
|
* LDAP functionallityNils Schwabe2014-04-081-2/+1Star
| | | | | | | | - 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/+65