summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/db/DbImage.java
Commit message (Collapse)AuthorAgeFilesLines
* Adapted DbImage to changes of type of operatingSystem.Björn Hagemeister2014-10-091-3/+3
|
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-65/+72
|
* Fix insert querySimon Rettberg2014-09-301-1/+1
|
* [Db*] Fix SELECT for DbImage, change Timestamp to long, load public key from ↵Simon Rettberg2014-09-291-9/+8Star
| | | | DB for satellite
* Adapt to changed Thrift RPCSimon Rettberg2014-09-251-44/+44
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-0/+9
|
* Change some classes / methods to fit camelCaseNils Schwabe2014-07-291-9/+43
| | | | Remove some ridiculous stuff
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-2/+3
| | | | Add method to calc the amount of blocks to Util
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-1/+1
| | | | Change log level of thrift filetransfer to error in log4j properties
* Add security checks for image uploadNils Schwabe2014-07-141-1/+1
| | | | Fix typo
* Change now saving status of blocks in arrayNils Schwabe2014-07-111-10/+12
|
* Fix some small thingsNils Schwabe2014-07-041-41/+45
|
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-3/+2Star
|
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-041-6/+5Star
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-011-6/+5Star
| |
* | Make use of the filetransfer classesNils Schwabe2014-07-041-2/+2
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-301-14/+59
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix problems with thrift connectionNils Schwabe2014-06-191-10/+6Star
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-161-4/+1Star
|
* Started to implement download of imagesNils Schwabe2014-06-051-4/+11
|
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-281-6/+71
|
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-251-0/+5
| | | | Fix problems with timeout user deleting
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-22/+30
|
* added connection to image databaseNils Schwabe2014-04-111-0/+54
--> images are now processed after ftp upload --> image is moved to image_dir --> DB is updated with imageData