summaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2025-08-26fix: do not set unexpected config values (#141)v0.11.0-rc.2Paul-Christian Volkmer1-3/+1
2025-08-25chore: use apache image including SSL config (#140)Paul-Christian Volkmer1-2/+96
The main purpose is to abandon bitnami kafka image. The examples now include localhost certs and keys for development purposes only. More advanced support for SSL connections to kafka will be available in later versions.
2025-08-12refactor: remove obsolete bwHC data model V1.0 (#129)Paul-Christian Volkmer1-1/+1
2025-07-2263 check consent status (#120)jlidke3-1/+31
Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de>
2025-04-04feat: show issue path if available in response body (#92)Paul-Christian Volkmer2-2/+16
2025-03-21chore: highlight selected config tabPaul-Christian Volkmer1-2/+3
2025-03-20feat: add checks for DNPM:DIP backendPaul-Christian Volkmer1-1/+2
Since DNPM:DIP responds with HTTP 404 on API base path, the Kaplan-Meier Config endpoint will be used to check availability of DNPM:DIP backend API.
2024-07-15refactor: rename template attribute to reflect contentPaul-Christian Volkmer1-11/+11
2024-07-15refactor: rename db column name to reflect contentPaul-Christian Volkmer4-3/+5
2024-06-25style: use sans-serif font everywherePaul-Christian Volkmer1-1/+4
2024-06-25chore: update oidc client local dev passwordPaul-Christian Volkmer1-1/+1
2024-05-15fix: add missing 'fatal' severityPaul-Christian Volkmer1-0/+1
2024-05-08feat: show info if no requests presentPaul-Christian Volkmer2-1/+9
2024-04-24refactor: move method content and call this methodPaul-Christian Volkmer1-9/+26
2024-03-26Merge pull request #61 from CCC-MF/issue_55Paul-Christian Volkmer2-21/+36
Anzeige der letzten Verbindungsstatusänderung
2024-03-26feat: show information if no output is definedPaul-Christian Volkmer1-21/+26
2024-03-25style: change tab content background to whitePaul-Christian Volkmer1-0/+1
2024-03-25feat: add timestamp of last connection check changePaul-Christian Volkmer2-1/+5
2024-03-25feat: add timestamp to connection check displayPaul-Christian Volkmer2-10/+16
2024-03-06chore: change wordingPaul-Christian Volkmer1-1/+1
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer3-5/+29
2024-03-05style: layout and style changes for config pagePaul-Christian Volkmer2-72/+119
2024-03-04style: fixed first column widthPaul-Christian Volkmer4-10/+21
2024-03-04style: fix statistics chart layoutPaul-Christian Volkmer2-16/+25
2024-03-04style: fix some style issuedPaul-Christian Volkmer5-16/+27
2024-03-04style: change login/logout stylePaul-Christian Volkmer2-17/+70
2024-03-04feat: add admin role assignmentPaul-Christian Volkmer2-5/+14
2024-03-01feat: add config page for user role assignmentPaul-Christian Volkmer4-1/+68
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer3-5/+20
2024-02-19feat: add cache-control headers for static resourcesPaul-Christian Volkmer1-0/+11
2024-02-05feat: forbid access to report if not logged inPaul-Christian Volkmer1-1/+2
2024-01-31feat: add basic support for OIDC loginPaul-Christian Volkmer3-2/+16
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer7-5/+88
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer1-1/+5
2024-01-17feat #24: use htmx to refresh connection status every 20sPaul-Christian Volkmer2-18/+18
2024-01-15feat #25: add link to requests related to patient pseudonyme (#27)Paul-Christian Volkmer1-3/+22
2024-01-15feat #23: add reload button to display on new requestPaul-Christian Volkmer2-1/+22
2024-01-15build: use webjars for JS dependencies for nowPaul-Christian Volkmer2-46/+1
2024-01-12fix: append css class, not css stylePaul-Christian Volkmer1-1/+1
2024-01-11feat: use password with encoding prefixv0.5.0Paul-Christian Volkmer1-1/+1
2024-01-11feat #18: initial support for authenticationPaul-Christian Volkmer6-10/+107
2024-01-11feat: show configured endpointsPaul-Christian Volkmer1-3/+4
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 Volkmer2-27/+93
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
closes #20
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer2-4/+33