summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1525-74/+126
|
* pom: Add "modern" way to set target Java versionSimon Rettberg2021-08-121-0/+1
|
* Add printing of app information from MANIFEST.MFManuel Bentele2021-07-022-6/+40
|
* Add database test data for debugging purposesManuel Bentele2021-06-021-0/+49
| | | | | | | | | | | | | | | | | The added debug data contains the specification of a - test organization (organization.test) - test satellite server related to the test organization - test user as a member of the test organization The added test user can be used for test logins and has the following credentials: - First name: Max - Last name: Mustermann - Username : max.mustermann - Password : max.mustermann - E-Mail : max.mustermann@organization.test
* Update metadata in database dumpsManuel Bentele2021-06-022-2/+2
|
* Update database configuration template for Docker setupManuel Bentele2021-06-021-4/+4
|
* Set log4j debug level for console (INFO)Manuel Bentele2021-06-013-16/+22
|
* Refactor container network to match common Docker networkManuel Bentele2021-06-012-29/+39
|
* Update testdata for master-server databaseManuel Bentele2021-05-311-0/+55
|
* Rename Maven profile for starting/stopping Docker containerManuel Bentele2021-05-261-2/+2
|
* Build and run master-server as Docker containerManuel Bentele2021-05-2611-205/+530
|
* Add support of Junit 5 and refactor unit testsManuel Bentele2021-03-124-81/+52Star
|
* Fix warningsManuel Bentele2021-03-122-1/+6
|
* Add support for Java 8Manuel Bentele2021-03-121-2/+14
|
* Allow overriding default configSimon Rettberg2020-06-251-2/+7
|
* Add --debug optionSimon Rettberg2020-06-251-9/+36
|
* Update DFN-AAI URLSimon Rettberg2020-06-251-1/+1
|
* Update MySQL connector to 8.0.13Simon Rettberg2018-12-122-4/+11
|
* added initial data for operatingsystem, virtualizer and os_x_virtJonathan Bauer2018-11-081-0/+57
|
* update database schema dumpJonathan Bauer2018-11-081-24/+24
|
* Update IdP ImporterSimon Rettberg2018-11-081-23/+75
|
* Update sample configSimon Rettberg2018-11-081-54/+22Star
|
* Adapt to changed insterface in master-sync-sharedSimon Rettberg2018-05-111-1/+1
|
* Fix mysql connector after lib upgradeSimon Rettberg2017-07-191-2/+2
|
* Merge branch 'master' of dnbd3:bwlp/masterserverSimon Rettberg2017-06-190-0/+0
|\
| * Update dependenciesSimon Rettberg2017-06-191-24/+6Star
| |
* | Update dependenciesSimon Rettberg2017-06-191-24/+6Star
|/
* FixesSimon Rettberg2017-05-041-11/+11
|
* Fix ccaught exception (broken on newer java)Simon Rettberg2017-05-031-1/+1
|
* Implement global image exchange with satellite serversSimon Rettberg2016-08-3013-88/+713
|
* (WiP) Global image syncSimon Rettberg2016-04-1317-263/+769
|
* Fix getUSerInfo call on Session classSimon Rettberg2015-09-301-2/+1Star
|
* Fixes (backwards compat)Simon Rettberg2015-09-107-43/+37Star
|
* StuffSimon Rettberg2015-09-087-104/+81Star
|
* Compilable...Simon Rettberg2015-09-0831-1476/+1015Star
|
* Start adapting to new DB/Thrift modelSimon Rettberg2015-09-0721-716/+1186
|
* StuffSimon Rettberg2015-02-263-8/+17
|
* Remove some debug messages, fix possible race condition in ImageProcessorSimon Rettberg2014-11-204-14/+27
|
* Enable TLS support for thrift connection aswellSimon Rettberg2014-11-203-14/+92
|
* Fixed several things for successful up and download to satellite.Björn Hagemeister2014-10-224-5/+5
|
* 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-202-2/+17
|
* Update db dumpSimon Rettberg2014-10-201-72/+64Star
|
* d'oh... Fix getSessionFrom(Token|SessionId)Simon Rettberg2014-10-161-2/+6
|
* Implement suffixList for getOrganizations, added stub for updateSatelliteAddressSimon Rettberg2014-10-154-5/+58
|
* Implement registerSatellite RPCSimon Rettberg2014-10-145-22/+110
|
* Add authmethod (ecp url) to OrganizationData querySimon Rettberg2014-10-141-1/+1
|
* Adapted to type adaption of contentOperatingSystem.Björn Hagemeister2014-10-091-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-092-1/+79
| | | | globals.properties.example file again.