summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update Database classes to match dmsdHEADmasterSimon Rettberg2023-05-224-65/+111
* Allow connecting a new session to a one-time access codeSimon Rettberg2023-02-245-6/+114
* Fix commentSimon Rettberg2023-02-241-1/+1
* [thrift] JSONHTTP: Fix handling large outputSimon Rettberg2023-02-241-2/+2
* Add thrift json/http listenerSimon Rettberg2023-02-142-0/+105
* FormattingSimon Rettberg2023-02-141-2/+2
* Use mariadb connector driverSimon Rettberg2022-10-181-2/+2
* Update Mysql Java driver class pathManuel Bentele2021-12-221-9/+2Star
* Update generated Thrift API to version 0.15.0Manuel Bentele2021-12-171-2/+2
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1524-62/+114
* Add printing of app information from MANIFEST.MFManuel Bentele2021-07-021-4/+5
* Set log4j debug level for console (INFO)Manuel Bentele2021-06-012-15/+21
* Add support of Junit 5 and refactor unit testsManuel Bentele2021-03-123-78/+38Star
* Fix warningsManuel Bentele2021-03-122-1/+6
* Update MySQL connector to 8.0.13Simon Rettberg2018-12-121-3/+10
* Adapt to changed insterface in master-sync-sharedSimon Rettberg2018-05-111-1/+1
* Fix mysql connector after lib upgradeSimon Rettberg2017-07-191-2/+2
* 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-1316-215/+581
* 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-0720-709/+1179
* StuffSimon Rettberg2015-02-262-4/+2Star
* 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 indicatin...Björn Hagemeister2014-10-221-4/+20
* Implemented updateAddress - method.Björn Hagemeister2014-10-202-2/+17
* 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 globals.properties.exam...Björn Hagemeister2014-10-091-1/+1
* Implemented publishUser(sessionId, UserInfo) in ApiServer.Björn Hagemeister2014-10-083-3/+20
* Support new API methods, changed DB scheme, updated .sql scriptSimon Rettberg2014-10-064-25/+49
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-0213-141/+150
* Merge branch 'master' of dnbd3:bwlp/masterserverSimon Rettberg2014-10-011-5/+1Star
|\
| * Adapted to exception handling in CrcFile.java.Björn Hagemeister2014-10-011-5/+1Star
* | Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-0110-80/+119
|/
* Handle uploads properly if satellite does not supply crc listSimon Rettberg2014-09-303-5/+19
* Fix insert querySimon Rettberg2014-09-301-1/+1
* Set max read len for thriftSimon Rettberg2014-09-301-1/+3
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-295-52/+56
* [Db*] Fix SELECT for DbImage, change Timestamp to long, load public key from ...Simon Rettberg2014-09-292-23/+67