| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2024-01-10 | feat: add graphic to show connection state | Paul-Christian Volkmer | 4 | -3/+41 | |
| 2024-01-10 | refactor: use event listener to listen for page load event | Paul-Christian Volkmer | 2 | -4/+4 | |
| 2024-01-10 | feat: add paginator to request page | Paul-Christian Volkmer | 4 | -30/+100 | |
| 2024-01-10 | chore: update images | Paul-Christian Volkmer | 2 | -0/+41 | |
| 2024-01-09 | chore: layout and style changes | Paul-Christian Volkmer | 5 | -133/+200 | |
| 2024-01-05 | docs: add some more information within README.doc | Paul-Christian Volkmer | 1 | -4/+10 | |
| 2024-01-05 | feat #20: add server forward headers config | Paul-Christian Volkmer | 3 | -4/+40 | |
| closes #20 | |||||
| 2024-01-04 | docs: link simple docker-compose.yml example within README.md | Paul-Christian Volkmer | 1 | -0/+5 | |
| 2024-01-04 | docs: add docker-compose.yml example | Paul-Christian Volkmer | 1 | -0/+28 | |
| 2024-01-04 | Merge pull request #19 from CCC-MF/feat_17 | Paul-Christian Volkmer | 7 | -53/+208 | |
| feat #17: add request retry | |||||
| 2024-01-04 | test #17: add tests for retry | Paul-Christian Volkmer | 2 | -0/+111 | |
| 2024-01-04 | feat #17: initial support for request retry | Paul-Christian Volkmer | 7 | -53/+97 | |
| 2024-01-03 | build: bump versionv0.4.0 | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-03 | chore: update mockito-kotlin test dependency | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-03 | build: update kotlin version | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2024-01-02 | fix: add rest uri config to integration tests | Paul-Christian Volkmer | 2 | -0/+11 | |
