summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-01feat: add default new user role config optionPaul-Christian Volkmer2-4/+5
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer5-9/+98
2024-03-01feat: add config option to deactivate duplication checkPaul-Christian Volkmer3-4/+59
2024-02-29test: add test for incoming kafka message processingPaul-Christian Volkmer3-8/+91
2024-02-29feat: implement KafkaInputListenerPaul-Christian Volkmer3-5/+18
2024-02-29test: add test for max retry attemptsPaul-Christian Volkmer1-0/+27
2024-02-29feat: add max-retry-attempts config optionPaul-Christian Volkmer2-3/+4
2024-02-29feat: use global RetryTemplatePaul-Christian Volkmer2-60/+35
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer6-27/+130
2024-02-19Merge pull request #41 from CCC-MF/issue_39Paul-Christian Volkmer1-0/+11
2024-02-19feat: add cache-control headers for static resourcesPaul-Christian Volkmer1-0/+11
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer3-5/+5
2024-02-09feat: Deprecate usage of ...SSL_CA_LOCATION config paramPaul-Christian Volkmer2-5/+7
2024-02-05feat: forbid access to report if not logged inPaul-Christian Volkmer2-1/+4
2024-02-01fix: make security config optional for login controllerPaul-Christian Volkmer1-4/+3
2024-01-31feat: add basic support for OIDC loginPaul-Christian Volkmer6-11/+59
2024-01-21test: add tests for TokenServicePaul-Christian Volkmer1-0/+154
2024-01-20test: add test to ensure redirect of not logged inPaul-Christian Volkmer1-0/+110
2024-01-20refactor: move test class to related packagePaul-Christian Volkmer1-6/+7
2024-01-19test: add security related tests for MtbFileRestControllerPaul-Christian Volkmer1-0/+156
2024-01-19test: add tests to ensure TokenService is present if requiredPaul-Christian Volkmer1-1/+47
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer13-12/+262
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer7-12/+50
2024-01-17feat #24: use htmx to refresh connection status every 20sPaul-Christian Volkmer3-18/+27
2024-01-15feat #25: add link to requests related to patient pseudonyme (#27)Paul-Christian Volkmer3-4/+43
2024-01-15feat #23: add reload button to display on new requestPaul-Christian Volkmer3-1/+27
2024-01-15build: use webjars for JS dependencies for nowPaul-Christian Volkmer2-46/+1
2024-01-12test: ensure configured generator bean is createdPaul-Christian Volkmer1-1/+77
2024-01-12test: add pseudonymize generator property and default to testsPaul-Christian Volkmer3-2/+5
2024-01-12refactor: Use config new pseudonym generator config paramPaul-Christian Volkmer2-3/+24
2024-01-12fix: append css class, not css stylePaul-Christian Volkmer1-1/+1
2024-01-11feat: use password with encoding prefixv0.5.0Paul-Christian Volkmer2-3/+4
2024-01-11feat #18: initial support for authenticationPaul-Christian Volkmer10-12/+251
2024-01-11feat: show configured endpointsPaul-Christian Volkmer5-3/+15
2024-01-11refactor: rename css stylePaul-Christian Volkmer2-8/+9
2024-01-10feat: add graphic to show connection statePaul-Christian Volkmer4-3/+41
2024-01-10refactor: use event listener to listen for page load eventPaul-Christian Volkmer2-4/+4
2024-01-10feat: add paginator to request pagePaul-Christian Volkmer4-30/+100
2024-01-10chore: update imagesPaul-Christian Volkmer2-0/+41
2024-01-09chore: layout and style changesPaul-Christian Volkmer5-133/+200
2024-01-05feat #20: add server forward headers configPaul-Christian Volkmer1-1/+4
2024-01-04test #17: add tests for retryPaul-Christian Volkmer2-0/+111
2024-01-04feat #17: initial support for request retryPaul-Christian Volkmer7-53/+97
2024-01-02fix: add rest uri config to integration testsPaul-Christian Volkmer2-0/+11
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer7-11/+154
2023-12-14test: add tests to ensure patient id pseudonymPaul-Christian Volkmer2-0/+65
2023-12-14fix: Replace the patient's id in more places (#14)Niklas1-2/+5
2023-12-05test: expect sorted data quality report issuesPaul-Christian Volkmer1-4/+4
2023-12-05test: expect 3 issues with different severityPaul-Christian Volkmer1-1/+1
2023-12-05feat: sort data quality report items by severityPaul-Christian Volkmer1-1/+4