Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't check FS ports | Simon Rettberg | 2024-06-07 | 1 | -4/+1 |
| | |||||
* | Also deny listing public images in R/O mode | Simon Rettberg | 2024-06-06 | 2 | -0/+6 |
| | |||||
* | Implemente read-only mode for secondary server(s) | Simon Rettberg | 2024-06-06 | 4 | -10/+27 |
| | |||||
* | Switch to new CascadedThreadPool | Simon Rettberg | 2024-05-22 | 2 | -4/+6 |
| | |||||
* | Thrift: Set read timeout of 2 minutes | Simon Rettberg | 2024-05-15 | 1 | -1/+7 |
| | |||||
* | RPC: Add option to set session timeout on creation | Simon Rettberg | 2024-05-15 | 4 | -5/+21 |
| | |||||
* | Update Database classes to match dmsd | Simon Rettberg | 2023-05-22 | 4 | -65/+111 |
| | |||||
* | Allow connecting a new session to a one-time access code | Simon Rettberg | 2023-02-24 | 5 | -6/+114 |
| | | | | (Add support for browser-based login flow) | ||||
* | Fix comment | Simon Rettberg | 2023-02-24 | 1 | -1/+1 |
| | |||||
* | [thrift] JSONHTTP: Fix handling large output | Simon Rettberg | 2023-02-24 | 1 | -2/+2 |
| | |||||
* | Add thrift json/http listener | Simon Rettberg | 2023-02-14 | 2 | -0/+105 |
| | |||||
* | Formatting | Simon Rettberg | 2023-02-14 | 1 | -2/+2 |
| | |||||
* | Use mariadb connector driver | Simon Rettberg | 2022-10-18 | 1 | -2/+2 |
| | |||||
* | Update Mysql Java driver class path | Manuel Bentele | 2021-12-22 | 1 | -9/+2 |
| | |||||
* | Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 24 | -62/+114 |
| | |||||
* | Add printing of app information from MANIFEST.MF | Manuel Bentele | 2021-07-02 | 1 | -4/+5 |
| | |||||
* | Set log4j debug level for console (INFO) | Manuel Bentele | 2021-06-01 | 2 | -15/+21 |
| | |||||
* | Add support of Junit 5 and refactor unit tests | Manuel Bentele | 2021-03-12 | 3 | -78/+38 |
| | |||||
* | Fix warnings | Manuel Bentele | 2021-03-12 | 2 | -1/+6 |
| | |||||
* | Update MySQL connector to 8.0.13 | Simon Rettberg | 2018-12-12 | 1 | -3/+10 |
| | |||||
* | Adapt to changed insterface in master-sync-shared | Simon Rettberg | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix mysql connector after lib upgrade | Simon Rettberg | 2017-07-19 | 1 | -2/+2 |
| | |||||
* | Fixes | Simon Rettberg | 2017-05-04 | 1 | -11/+11 |
| | |||||
* | Fix ccaught exception (broken on newer java) | Simon Rettberg | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Implement global image exchange with satellite servers | Simon Rettberg | 2016-08-30 | 13 | -88/+713 |
| | |||||
* | (WiP) Global image sync | Simon Rettberg | 2016-04-13 | 16 | -215/+581 |
| | |||||
* | Fix getUSerInfo call on Session class | Simon Rettberg | 2015-09-30 | 1 | -2/+1 |
| | |||||
* | Fixes (backwards compat) | Simon Rettberg | 2015-09-10 | 7 | -43/+37 |
| | |||||
* | Stuff | Simon Rettberg | 2015-09-08 | 7 | -104/+81 |
| | |||||
* | Compilable... | Simon Rettberg | 2015-09-08 | 31 | -1476/+1015 |
| | |||||
* | Start adapting to new DB/Thrift model | Simon Rettberg | 2015-09-07 | 20 | -709/+1179 |
| | |||||
* | Stuff | Simon Rettberg | 2015-02-26 | 2 | -4/+2 |
| | |||||
* | Remove some debug messages, fix possible race condition in ImageProcessor | Simon Rettberg | 2014-11-20 | 4 | -14/+27 |
| | |||||
* | Enable TLS support for thrift connection aswell | Simon Rettberg | 2014-11-20 | 3 | -14/+92 |
| | |||||
* | Fixed several things for successful up and download to satellite. | Björn Hagemeister | 2014-10-22 | 4 | -5/+5 |
| | |||||
* | Store publickey in DbSatellite with prefix mod: and exp: for better ↵ | Björn Hagemeister | 2014-10-22 | 1 | -4/+20 |
| | | | | indicating of the two numbers. | ||||
* | Implemented updateAddress - method. | Björn Hagemeister | 2014-10-20 | 2 | -2/+17 |
| | |||||
* | d'oh... Fix getSessionFrom(Token|SessionId) | Simon Rettberg | 2014-10-16 | 1 | -2/+6 |
| | |||||
* | Implement suffixList for getOrganizations, added stub for updateSatelliteAddress | Simon Rettberg | 2014-10-15 | 4 | -5/+58 |
| | |||||
* | Implement registerSatellite RPC | Simon Rettberg | 2014-10-14 | 5 | -22/+110 |
| | |||||
* | Add authmethod (ecp url) to OrganizationData query | Simon Rettberg | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Adapted to type adaption of contentOperatingSystem. | Björn Hagemeister | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | Adapted DbImage to changes of type of operatingSystem. | Björn Hagemeister | 2014-10-09 | 1 | -3/+3 |
| | |||||
* | Added update option in DbUser.java plus added deleted ↵ | Björn Hagemeister | 2014-10-09 | 1 | -1/+1 |
| | | | | globals.properties.example file again. | ||||
* | Implemented publishUser(sessionId, UserInfo) in ApiServer. | Björn Hagemeister | 2014-10-08 | 3 | -3/+20 |
| | | | | Plus added method for inserting user into user database with given UserInfo. | ||||
* | Support new API methods, changed DB scheme, updated .sql script | Simon Rettberg | 2014-10-06 | 4 | -25/+49 |
| | |||||
* | Implement API methods getPublicImages, getOrganizations | Simon Rettberg | 2014-10-02 | 13 | -141/+150 |
| | |||||
* | Merge branch 'master' of dnbd3:bwlp/masterserver | Simon Rettberg | 2014-10-01 | 1 | -5/+1 |
|\ | |||||
| * | Adapted to exception handling in CrcFile.java. | Björn Hagemeister | 2014-10-01 | 1 | -5/+1 |
| | |