Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update import scriptHEADmaster | Simon Rettberg | 2024-09-16 | 1 | -16/+72 |
| | |||||
* | 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 |
| | |||||
* | Update import-idp script | Simon Rettberg | 2024-05-15 | 1 | -6/+25 |
| | |||||
* | 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 Java-11 for more convenience | Simon Rettberg | 2023-02-14 | 1 | -4/+4 |
| | |||||
* | Use mariadb connector driver | Simon Rettberg | 2022-10-18 | 1 | -2/+2 |
| | |||||
* | Switch to mariadb to fix build | Simon Rettberg | 2022-10-18 | 1 | -3/+3 |
| | | | | | Same story as tutor-module: Version range for some reson picks a version number that doesn't exist yet, and then the build fails. | ||||
* | pom.xml: Use https for mltk-services repo | Simon Rettberg | 2022-10-18 | 1 | -0/+16 |
| | |||||
* | Update Mysql Java driver class path | Manuel Bentele | 2021-12-22 | 1 | -9/+2 |
| | |||||
* | Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -2/+2 |
| | |||||
* | Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Update version of build dependencies | Manuel Bentele | 2021-12-17 | 1 | -4/+4 |
| | |||||
* | Remove deprecated Maven build plugin | Manuel Bentele | 2021-12-17 | 1 | -9/+0 |
| | |||||
* | Update version of Maven build plugins | Manuel Bentele | 2021-12-17 | 1 | -3/+5 |
| | |||||
* | Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 25 | -74/+126 |
| | |||||
* | pom: Add "modern" way to set target Java version | Simon Rettberg | 2021-08-12 | 1 | -0/+1 |
| | |||||
* | Add printing of app information from MANIFEST.MF | Manuel Bentele | 2021-07-02 | 2 | -6/+40 |
| | |||||
* | Add database test data for debugging purposes | Manuel Bentele | 2021-06-02 | 1 | -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 dumps | Manuel Bentele | 2021-06-02 | 2 | -2/+2 |
| | |||||
* | Update database configuration template for Docker setup | Manuel Bentele | 2021-06-02 | 1 | -4/+4 |
| | |||||
* | Set log4j debug level for console (INFO) | Manuel Bentele | 2021-06-01 | 3 | -16/+22 |
| | |||||
* | Refactor container network to match common Docker network | Manuel Bentele | 2021-06-01 | 2 | -29/+39 |
| | |||||
* | Update testdata for master-server database | Manuel Bentele | 2021-05-31 | 1 | -0/+55 |
| | |||||
* | Rename Maven profile for starting/stopping Docker container | Manuel Bentele | 2021-05-26 | 1 | -2/+2 |
| | |||||
* | Build and run master-server as Docker container | Manuel Bentele | 2021-05-26 | 11 | -205/+530 |
| | |||||
* | Add support of Junit 5 and refactor unit tests | Manuel Bentele | 2021-03-12 | 4 | -81/+52 |
| | |||||
* | Fix warnings | Manuel Bentele | 2021-03-12 | 2 | -1/+6 |
| | |||||
* | Add support for Java 8 | Manuel Bentele | 2021-03-12 | 1 | -2/+14 |
| | |||||
* | Allow overriding default config | Simon Rettberg | 2020-06-25 | 1 | -2/+7 |
| | |||||
* | Add --debug option | Simon Rettberg | 2020-06-25 | 1 | -9/+36 |
| | |||||
* | Update DFN-AAI URL | Simon Rettberg | 2020-06-25 | 1 | -1/+1 |
| | |||||
* | Update MySQL connector to 8.0.13 | Simon Rettberg | 2018-12-12 | 2 | -4/+11 |
| | |||||
* | added initial data for operatingsystem, virtualizer and os_x_virt | Jonathan Bauer | 2018-11-08 | 1 | -0/+57 |
| | |||||
* | update database schema dump | Jonathan Bauer | 2018-11-08 | 1 | -24/+24 |
| | |||||
* | Update IdP Importer | Simon Rettberg | 2018-11-08 | 1 | -23/+75 |
| | |||||
* | Update sample config | Simon Rettberg | 2018-11-08 | 1 | -54/+22 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'master' of dnbd3:bwlp/masterserver | Simon Rettberg | 2017-06-19 | 0 | -0/+0 |
|\ |