summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Change some thingsNils Schwabe2014-07-294-10/+19
|
* Make trasmit times configurablNils Schwabe2014-07-253-26/+31
| | | | Make new globals.properties.example
* Add "synchronized" to UploadingImageNils Schwabe2014-07-235-27/+57
| | | | Add method to calc the amount of blocks to Util
* Fix some bugs while testing the connectionNils Schwabe2014-07-236-45/+123
| | | | Change log level of thrift filetransfer to error in log4j properties
* Add that client gets error if a certain block was transmitted to many times ↵Nils Schwabe2014-07-143-21/+22
| | | | and is still not valid
* Add feature to hold crc sums in RAM when writing to disk failsNils Schwabe2014-07-143-38/+71
|
* Add security checks for image uploadNils Schwabe2014-07-143-7/+24
| | | | Fix typo
* Fix some todosNils Schwabe2014-07-112-5/+8
|
* Add download modeNils Schwabe2014-07-111-11/+6Star
|
* Move checking of incoming block into while loop (where it belongs)Nils Schwabe2014-07-111-7/+8
|
* Change now saving status of blocks in arrayNils Schwabe2014-07-115-75/+107
|
* Start to implement download functionallityNils Schwabe2014-07-105-35/+43
|
* Add refreshing of server sessionNils Schwabe2014-07-103-2/+7
|
* Implement method for server to check if he is authenticatedNils Schwabe2014-07-101-0/+5
|
* Add some better thread synchonizationNils Schwabe2014-07-1010-366/+269Star
| | | | | Restructure some classes Fix small connection issues
* Merge branch 'master' of openslx.org:bwlp/masterserverSimon Rettberg2014-07-074-7/+16
|\
| * Add argument to send crc sums over thriftNils Schwabe2014-07-074-7/+16
| |
* | more TODOsSimon Rettberg2014-07-075-17/+19
|/
* Add port to up- and download thingisNils Schwabe2014-07-074-20/+40
|
* Begin to implement crc scheduler... (not working)Nils Schwabe2014-07-043-14/+82
|
* Fix some small thingsNils Schwabe2014-07-046-74/+96
|
* Moved functionallity from DbKey to DbSatelliteNils Schwabe2014-07-042-17/+14Star
|
* Move crc checker packager to master-sync-sharedNils Schwabe2014-07-044-205/+9Star
| | | | Add new crc scheduler to schedule crc checks
* Fix small bug and add comment in ImageProcessorNils Schwabe2014-07-041-3/+8
|
* Change handling of connections and add support for downloadNils Schwabe2014-07-0411-83/+307
|
* Fix that Globals are initialized before servers are starting upNils Schwabe2014-07-042-0/+5
| | | | Add serversocket.jks to .gitignore
* Change loading and checking of propertiesNils Schwabe2014-07-044-140/+90Star
| | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-048-20/+29
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-018-20/+30
| |
* | Make use of the filetransfer classesNils Schwabe2014-07-047-64/+211
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-3017-994/+543Star
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Add CRCCheckerNils Schwabe2014-06-233-0/+197
| | | | This class checks given blocks of image files against a given crc file
* 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!!)