| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-19 | feat: add cache-control headers for static resources | Paul-Christian Volkmer | 1 | -0/+11 | |
| 2024-02-19 | build: use JDK 21 and update gradle version | Paul-Christian Volkmer | 2 | -3/+3 | |
| 2024-02-17 | refactor: move mtb file controller into package input | Paul-Christian Volkmer | 3 | -5/+5 | |
| 2024-02-16 | docs: add ports to example docker compose file | Paul-Christian Volkmer | 1 | -0/+2 | |
| 2024-02-15 | build: bump snapshot version | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-02-09 | Merge pull request #35 from CCC-MF/issue_33 | Paul-Christian Volkmer | 2 | -5/+7 | |
| Deprecate usage of ...SSL_CA_LOCATION config param | |||||
| 2024-02-09 | feat: Deprecate usage of ...SSL_CA_LOCATION config param | Paul-Christian Volkmer | 2 | -5/+7 | |
| 2024-02-08 | docs: mark gPAS ssl config param as deprecated | Paul-Christian Volkmer | 1 | -1/+4 | |
| 2024-02-05 | Merge pull request #32 from CCC-MF/issue_31 | Paul-Christian Volkmer | 2 | -9/+9 | |
| build: update used actions | |||||
| 2024-02-05 | build: update used actions | Paul-Christian Volkmer | 2 | -9/+9 | |
| 2024-02-05 | build: bump versionv0.7.0 | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-02-05 | docs: mention quality report page access restriction | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-02-05 | feat: forbid access to report if not logged in | Paul-Christian Volkmer | 2 | -1/+4 | |
| 2024-02-01 | docs: add example login image | Paul-Christian Volkmer | 1 | -0/+0 | |
| 2024-02-01 | docs: add OIDC configuration options to README.md | Paul-Christian Volkmer | 1 | -0/+26 | |
| 2024-02-01 | docs: move README.md to bindings folder | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-02-01 | docs: move README.md to bindings folder | Paul-Christian Volkmer | 1 | -0/+0 | |
| 2024-02-01 | fix: make security config optional for login controller | Paul-Christian Volkmer | 1 | -4/+3 | |
| 2024-02-01 | feat: usage of CA certificate files within image/container | Paul-Christian Volkmer | 5 | -0/+44 | |
| 2024-01-31 | feat: add basic support for OIDC login | Paul-Christian Volkmer | 7 | -11/+60 | |
| 2024-01-23 | chore: update spring boot to version 3.2.2 | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-22 | docs: Add information about other reference IDs anonymization | Paul-Christian Volkmer | 1 | -1/+7 | |
| 2024-01-21 | test: add tests for TokenService | Paul-Christian Volkmer | 1 | -0/+154 | |
| 2024-01-20 | test: add test to ensure redirect of not logged in | Paul-Christian Volkmer | 1 | -0/+110 | |
| 2024-01-20 | refactor: move test class to related package | Paul-Christian Volkmer | 1 | -6/+7 | |
| 2024-01-19 | test: add security related tests for MtbFileRestController | Paul-Christian Volkmer | 2 | -0/+157 | |
| 2024-01-19 | test: add tests to ensure TokenService is present if required | Paul-Christian Volkmer | 1 | -1/+47 | |
| 2024-01-18 | fix: add missing token screenshot | Paul-Christian Volkmer | 1 | -0/+0 | |
| 2024-01-18 | Merge pull request #30 from CCC-MF/issue_29 | Paul-Christian Volkmer | 14 | -12/+282 | |
| Issue #29: Unterstützung für Endpoint-Tokens | |||||
| 2024-01-18 | docs: add documentation about token usage | Paul-Christian Volkmer | 1 | -0/+20 | |
| 2024-01-18 | feat #29: add initial support for mtbfile api tokens | Paul-Christian Volkmer | 13 | -12/+262 | |
| 2024-01-17 | feat: push connection available state to client | Paul-Christian Volkmer | 7 | -12/+50 | |
| 2024-01-17 | Merge pull request #28 from CCC-MF/issue_24 | Paul-Christian Volkmer | 4 | -18/+29 | |
| feat #24: use htmx to refresh connection status every 20s | |||||
| 2024-01-17 | feat #24: use htmx to refresh connection status every 20s | Paul-Christian Volkmer | 4 | -18/+29 | |
| 2024-01-15 | feat #25: add link to requests related to patient pseudonyme (#27) | Paul-Christian Volkmer | 3 | -4/+43 | |
| 2024-01-15 | Merge pull request #26 from CCC-MF/issue_23 | Paul-Christian Volkmer | 3 | -1/+27 | |
| feat #23: add reload button to display on new request | |||||
| 2024-01-15 | feat #23: add reload button to display on new request | Paul-Christian Volkmer | 3 | -1/+27 | |
| 2024-01-15 | build: use webjars for JS dependencies for now | Paul-Christian Volkmer | 3 | -47/+6 | |
| 2024-01-14 | fix: typo in README.md | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2024-01-12 | test: ensure configured generator bean is created | Paul-Christian Volkmer | 1 | -1/+77 | |
| 2024-01-12 | test: add pseudonymize generator property and default to tests | Paul-Christian Volkmer | 3 | -2/+5 | |
| 2024-01-12 | refactor: Use config new pseudonym generator config param | Paul-Christian Volkmer | 3 | -3/+27 | |
| This deprecates the old param: * `APP_PSEUDONYMIZER`: deprecated * `APP_PSEUDONYM_GENERATOR`: has precedence | |||||
| 2024-01-12 | fix: append css class, not css style | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-11 | feat: add admin credentials to deploy folder | Paul-Christian Volkmer | 3 | -1/+7 | |
| 2024-01-11 | feat: use password with encoding prefixv0.5.0 | Paul-Christian Volkmer | 3 | -3/+12 | |
| 2024-01-11 | Merge pull request #21 from CCC-MF/feat_18 | Paul-Christian Volkmer | 12 | -12/+271 | |
| feat #18: initial support for authentication | |||||
| 2024-01-11 | feat #18: initial support for authentication | Paul-Christian Volkmer | 12 | -12/+271 | |
| 2024-01-11 | docs: update documentation | Paul-Christian Volkmer | 1 | -15/+16 | |
| 2024-01-11 | feat: show configured endpoints | Paul-Christian Volkmer | 5 | -3/+15 | |
| 2024-01-11 | refactor: rename css style | Paul-Christian Volkmer | 2 | -8/+9 | |
