summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/db/DbImage.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed several things for successful up and download of images after using all...Björn Hagemeister2014-10-221-2/+13
* Nesseccary cast from int to String for contentOperatingSystem from db.Björn Hagemeister2014-10-091-2/+2
* Added status status_isValid and status_isDeleted from db to DbImage.Björn Hagemeister2014-10-091-3/+8
* Added type of operating system from db to DbImage.Björn Hagemeister2014-10-091-3/+9
* Splitted Globals.java into two classes and splitted config file global.proper...Björn Hagemeister2014-10-081-2/+2
* Added createTime and changeTime to DbImage.Björn Hagemeister2014-10-071-3/+7
* Adapt to login@uni format for user-ids, Put asym keys in extra classSimon Rettberg2014-10-071-1/+1
* Added comments for better documentation.Michael Petretti2014-08-271-0/+19
* changed static to nonstatic un db classMichael Petretti2014-08-251-4/+4
* Fix new thriftconnection thingsNils Schwabe2014-08-251-1/+1
* Add accidentally removed apostrophes back to DbImageNils Schwabe2014-08-251-4/+4
* Add methods to update image in databaseNils Schwabe2014-08-201-11/+27
* More debugging plus FtpDownloadWorker added.Michael Petretti2014-06-191-0/+11
* Narrowed the problem down to ThriftConnection class line 127 throwing a TTran...Michael Petretti2014-06-111-1/+3
* Added log messages.Michael Petretti2014-06-041-2/+2
* Added some notesSimon Rettberg2014-05-221-3/+7
* Implement getAllMarkedForUpload in DbImage classSimon Rettberg2014-05-081-3/+19
* small changeMichael Petretti2014-05-071-1/+1
* Add DB classes + dummy DbImage classSimon Rettberg2014-05-071-0/+26