summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/satellitedaemon/db
Commit message (Collapse)AuthorAgeFilesLines
* Moved proxy configuration file to /opt/openslx/proxy/config and adapted ↵Björn Hagemeister2014-11-121-1/+1
| | | | classes therefor.
* Fixed several things for successful up and download of images after using ↵Björn Hagemeister2014-10-222-4/+15
| | | | all arguments of database.
* 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 ↵Björn Hagemeister2014-10-081-2/+2
| | | | global.properties into global.properties and identity.properties.
* Added organizationId to DbUser.Björn Hagemeister2014-10-081-2/+4
|
* Adapted FielUploadWorker and ThriftConnection for using publishUser(..).Björn Hagemeister2014-10-071-0/+29
| | | | | But publishUser ist not implemented yet. Plus added class DbUser for reading from user database.
* 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
|
* Removed unneseccary try - catch - blocks.Björn Hagemeister2014-10-011-4/+4
|
* Adapted to changes in filetransfer class.Björn Hagemeister2014-09-291-1/+1
|
* Removed some out-commented code and merged getUploadInfos(ImageData, ↵Björn Hagemeister2014-09-231-1/+2
| | | | filename) and getUploadInfos(ImageData) into one method.
* 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 ↵Michael Petretti2014-06-111-1/+3
| | | | TTransportException.
* Added log messages.Michael Petretti2014-06-041-2/+2
|
* More ToDos solved.Michael Petretti2014-06-031-3/+3
|
* 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-072-0/+144