summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-19build: use JDK 21 within workflowsPaul-Christian Volkmer2-3/+3
2024-02-19build: use JDK 21 and update gradle versionPaul-Christian Volkmer2-3/+3
2024-02-09Merge pull request #35 from CCC-MF/issue_33Paul-Christian Volkmer2-5/+7
2024-02-09feat: Deprecate usage of ...SSL_CA_LOCATION config paramPaul-Christian Volkmer2-5/+7
2024-02-08docs: mark gPAS ssl config param as deprecatedPaul-Christian Volkmer1-1/+4
2024-02-05Merge pull request #32 from CCC-MF/issue_31Paul-Christian Volkmer2-9/+9
2024-02-05build: update used actionsPaul-Christian Volkmer2-9/+9
2024-02-05build: bump versionv0.7.0Paul-Christian Volkmer1-1/+1
2024-02-05docs: mention quality report page access restrictionPaul-Christian Volkmer1-1/+1
2024-02-05feat: forbid access to report if not logged inPaul-Christian Volkmer2-1/+4
2024-02-01docs: add example login imagePaul-Christian Volkmer1-0/+0
2024-02-01docs: add OIDC configuration options to README.mdPaul-Christian Volkmer1-0/+26
2024-02-01docs: move README.md to bindings folderPaul-Christian Volkmer1-1/+1
2024-02-01docs: move README.md to bindings folderPaul-Christian Volkmer1-0/+0
2024-02-01fix: make security config optional for login controllerPaul-Christian Volkmer1-4/+3
2024-02-01feat: usage of CA certificate files within image/containerPaul-Christian Volkmer5-0/+44
2024-01-31feat: add basic support for OIDC loginPaul-Christian Volkmer7-11/+60
2024-01-23chore: update spring boot to version 3.2.2Paul-Christian Volkmer1-1/+1
2024-01-22docs: Add information about other reference IDs anonymizationPaul-Christian Volkmer1-1/+7
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 Volkmer2-0/+157
2024-01-19test: add tests to ensure TokenService is present if requiredPaul-Christian Volkmer1-1/+47
2024-01-18fix: add missing token screenshotPaul-Christian Volkmer1-0/+0
2024-01-18Merge pull request #30 from CCC-MF/issue_29Paul-Christian Volkmer14-12/+282
2024-01-18docs: add documentation about token usagePaul-Christian Volkmer1-0/+20
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-17Merge pull request #28 from CCC-MF/issue_24Paul-Christian Volkmer4-18/+29
2024-01-17feat #24: use htmx to refresh connection status every 20sPaul-Christian Volkmer4-18/+29
2024-01-15feat #25: add link to requests related to patient pseudonyme (#27)Paul-Christian Volkmer3-4/+43
2024-01-15Merge pull request #26 from CCC-MF/issue_23Paul-Christian Volkmer3-1/+27
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 Volkmer3-47/+6
2024-01-14fix: typo in README.mdPaul-Christian Volkmer1-2/+2
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 Volkmer3-3/+27
2024-01-12fix: append css class, not css stylePaul-Christian Volkmer1-1/+1
2024-01-11feat: add admin credentials to deploy folderPaul-Christian Volkmer3-1/+7
2024-01-11feat: use password with encoding prefixv0.5.0Paul-Christian Volkmer3-3/+12
2024-01-11Merge pull request #21 from CCC-MF/feat_18Paul-Christian Volkmer12-12/+271
2024-01-11feat #18: initial support for authenticationPaul-Christian Volkmer12-12/+271
2024-01-11docs: update documentationPaul-Christian Volkmer1-15/+16
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