| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-05-31 | fix: add missing 'fatal' severity | Paul-Christian Volkmer | 2 | -0/+2 | |
| 2024-05-31 | fix: handle null values in MtbFile | Paul-Christian Volkmer | 1 | -24/+24 | |
| This should not occur but if, it should not result in NPE except for * Patient * Consent * Episode | |||||
| 2024-05-31 | chore: remove println | Paul-Christian Volkmer | 1 | -1/+0 | |
| 2024-03-12 | fix: assign new value from scope functionv0.9.1 | Paul-Christian Volkmer | 1 | -50/+52 | |
| 2024-03-12 | fix: ignore possible null values in mtb files | Paul-Christian Volkmer | 1 | -97/+97 | |
| 2024-03-12 | feat: salted re-hash IDs within MTB file except patient ID | Paul-Christian Volkmer | 3 | -1/+177 | |
| 2024-03-09 | feat: do not use episode id in kafka record key | Paul-Christian Volkmer | 1 | -2/+1 | |
| 2024-03-08 | feat: use requestId from incoming Kafka Record Header | Paul-Christian Volkmer | 2 | -4/+24 | |
| 2024-03-06 | test: change tests to mock output connection | Paul-Christian Volkmer | 2 | -5/+5 | |
| 2024-03-06 | chore: change wording | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-03-06 | feat: add configuration for deprecated config property | Paul-Christian Volkmer | 1 | -0/+11 | |
| 2024-03-06 | feat: initial implementation of gPAS connection check | Paul-Christian Volkmer | 8 | -31/+177 | |
| 2024-03-05 | refactor: do not use singleton like rest template object | Paul-Christian Volkmer | 1 | -11/+5 | |
| 2024-03-05 | style: layout and style changes for config page | Paul-Christian Volkmer | 2 | -72/+119 | |
| 2024-03-04 | style: fixed first column width | Paul-Christian Volkmer | 4 | -10/+21 | |
| 2024-03-04 | style: fix statistics chart layout | Paul-Christian Volkmer | 2 | -16/+25 | |
| 2024-03-04 | style: fix some style issued | Paul-Christian Volkmer | 5 | -16/+27 | |
| 2024-03-04 | style: change login/logout style | Paul-Christian Volkmer | 2 | -17/+70 | |
| 2024-03-04 | feat: add admin role assignment | Paul-Christian Volkmer | 3 | -6/+16 | |
| 2024-03-01 | fix: remove maxSessionsPreventsLogin | Paul-Christian Volkmer | 1 | -1/+0 | |
| 2024-03-01 | feat: add config page for user role assignment | Paul-Christian Volkmer | 8 | -8/+197 | |
| 2024-03-01 | feat: add default new user role config option | Paul-Christian Volkmer | 2 | -4/+5 | |
| 2024-03-01 | feat: add user role database table and role-based permissions | Paul-Christian Volkmer | 5 | -9/+98 | |
| 2024-03-01 | feat: add config option to deactivate duplication check | Paul-Christian Volkmer | 2 | -3/+6 | |
| 2024-02-29 | test: add test for incoming kafka message processing | Paul-Christian Volkmer | 2 | -8/+12 | |
| 2024-02-29 | feat: implement KafkaInputListener | Paul-Christian Volkmer | 2 | -5/+16 | |
| 2024-02-29 | feat: add max-retry-attempts config option | Paul-Christian Volkmer | 2 | -3/+4 | |
| 2024-02-29 | feat: use global RetryTemplate | Paul-Christian Volkmer | 2 | -60/+35 | |
| 2024-02-19 | feat: new kafka config due to kafka input | Paul-Christian Volkmer | 4 | -16/+81 | |
| 2024-02-19 | Merge pull request #41 from CCC-MF/issue_39 | Paul-Christian Volkmer | 1 | -0/+11 | |
| feat: add cache-control headers for static resources | |||||
| 2024-02-19 | feat: add cache-control headers for static resources | Paul-Christian Volkmer | 1 | -0/+11 | |
| 2024-02-17 | refactor: move mtb file controller into package input | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2024-02-09 | feat: Deprecate usage of ...SSL_CA_LOCATION config param | Paul-Christian Volkmer | 2 | -5/+7 | |
| 2024-02-05 | feat: forbid access to report if not logged in | Paul-Christian Volkmer | 2 | -1/+4 | |
| 2024-02-01 | fix: make security config optional for login controller | Paul-Christian Volkmer | 1 | -4/+3 | |
| 2024-01-31 | feat: add basic support for OIDC login | Paul-Christian Volkmer | 6 | -11/+59 | |
| 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 | feat #24: use htmx to refresh connection status every 20s | Paul-Christian Volkmer | 3 | -18/+27 | |
| 2024-01-15 | feat #25: add link to requests related to patient pseudonyme (#27) | Paul-Christian Volkmer | 3 | -4/+43 | |
| 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 | 2 | -46/+1 | |
| 2024-01-12 | test: add pseudonymize generator property and default to tests | Paul-Christian Volkmer | 1 | -1/+1 | |
| 2024-01-12 | refactor: Use config new pseudonym generator config param | Paul-Christian Volkmer | 2 | -3/+24 | |
| 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: use password with encoding prefixv0.5.0 | Paul-Christian Volkmer | 2 | -3/+4 | |
| 2024-01-11 | feat #18: initial support for authentication | Paul-Christian Volkmer | 10 | -12/+251 | |
| 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 | |
