summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/db
Commit message (Collapse)AuthorAgeFilesLines
* Update Database classes to match dmsdSimon Rettberg2023-05-224-65/+111
|
* Use mariadb connector driverSimon Rettberg2022-10-181-2/+2
|
* Update Mysql Java driver class pathManuel Bentele2021-12-221-9/+2Star
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1510-20/+30
|
* Fix warningsManuel Bentele2021-03-121-0/+5
|
* Update MySQL connector to 8.0.13Simon Rettberg2018-12-121-3/+10
|
* Fix mysql connector after lib upgradeSimon Rettberg2017-07-191-2/+2
|
* Implement global image exchange with satellite serversSimon Rettberg2016-08-305-15/+277
|
* (WiP) Global image syncSimon Rettberg2016-04-135-17/+233
|
* Fixes (backwards compat)Simon Rettberg2015-09-104-35/+13Star
|
* Compilable...Simon Rettberg2015-09-089-337/+379
|
* Start adapting to new DB/Thrift modelSimon Rettberg2015-09-0716-576/+998
|
* StuffSimon Rettberg2015-02-261-0/+1
|
* Fixed several things for successful up and download to satellite.Björn Hagemeister2014-10-222-3/+3
|
* Store publickey in DbSatellite with prefix mod: and exp: for better ↵Björn Hagemeister2014-10-221-4/+20
| | | | indicating of the two numbers.
* Implemented updateAddress - method.Björn Hagemeister2014-10-201-0/+7
|
* Implement suffixList for getOrganizations, added stub for updateSatelliteAddressSimon Rettberg2014-10-152-5/+44
|
* Implement registerSatellite RPCSimon Rettberg2014-10-142-20/+20
|
* Add authmethod (ecp url) to OrganizationData querySimon Rettberg2014-10-141-1/+1
|
* Adapted DbImage to changes of type of operatingSystem.Björn Hagemeister2014-10-091-3/+3
|
* Added update option in DbUser.java plus added deleted ↵Björn Hagemeister2014-10-091-1/+1
| | | | globals.properties.example file again.
* Implemented publishUser(sessionId, UserInfo) in ApiServer.Björn Hagemeister2014-10-081-0/+8
| | | | 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-15/+14Star
|
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-024-86/+102
|
* Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-013-49/+46Star
|
* Fix insert querySimon Rettberg2014-09-301-1/+1
|
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-291-0/+1
|
* [Db*] Fix SELECT for DbImage, change Timestamp to long, load public key from ↵Simon Rettberg2014-09-292-23/+67
| | | | DB for satellite
* Adapt to changed Thrift RPCSimon Rettberg2014-09-252-69/+82
|
* Make javadoc and some cosmetic changesNils Schwabe2014-08-285-1/+18
|
* 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-142-4/+5
| | | | Fix typo
* Change now saving status of blocks in arrayNils Schwabe2014-07-111-10/+12
|
* Add some better thread synchonizationNils Schwabe2014-07-101-11/+2Star
| | | | | Restructure some classes Fix small connection issues
* Fix some small thingsNils Schwabe2014-07-042-50/+57
|
* Moved functionallity from DbKey to DbSatelliteNils Schwabe2014-07-042-17/+14Star
|
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-3/+2Star
|
* Change loading and checking of propertiesNils Schwabe2014-07-041-48/+0Star
| | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-043-6/+7
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-013-6/+7
| |
* | Make use of the filetransfer classesNils Schwabe2014-07-041-2/+2
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-302-25/+67
| | | | | 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-0/+20
| | | | Remove some not needed imports from various files
* Fix problems with thrift connectionNils Schwabe2014-06-191-10/+6Star
|
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-162-9/+17
|
* Started to implement download of imagesNils Schwabe2014-06-052-4/+47
|
* Forgot to commit some files.Nils Schwabe2014-05-091-0/+16
|
* Fix message signingNils Schwabe2014-05-051-1/+1
|