summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
AgeCommit message (Collapse)AuthorFilesLines
2025-09-03Merge branch '0.11.x'Paul-Christian Volkmer1-0/+1
# Conflicts: # build.gradle.kts
2025-09-03feat: mark older request with unknown state (#150)Paul-Christian Volkmer1-2/+3
2025-09-03fix: add status badge for 'NO_CONSENT' (#149)Paul-Christian Volkmer1-1/+2
2025-07-2263 check consent status (#120)jlidke2-0/+29
Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de>
2025-04-04feat: show issue path if available in response body (#92)Paul-Christian Volkmer1-2/+6
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 Volkmer2-3/+3
2024-05-15fix: add missing 'fatal' severityPaul-Christian Volkmer1-0/+1
2024-05-08feat: show info if no requests presentPaul-Christian Volkmer1-1/+5
2024-03-26feat: show information if no output is definedPaul-Christian Volkmer1-21/+26
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 Volkmer1-72/+93
2024-03-04style: fixed first column widthPaul-Christian Volkmer3-10/+8
2024-03-04style: fix statistics chart layoutPaul-Christian Volkmer1-8/+8
2024-03-04style: fix some style issuedPaul-Christian Volkmer3-3/+4
2024-03-04style: change login/logout stylePaul-Christian Volkmer1-9/+15
2024-03-04feat: add admin role assignmentPaul-Christian Volkmer1-3/+4
2024-03-01feat: add config page for user role assignmentPaul-Christian Volkmer3-0/+43
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer1-5/+5
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 Volkmer2-2/+9
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer3-1/+44
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 Volkmer1-1/+7
2024-01-15build: use webjars for JS dependencies for nowPaul-Christian Volkmer1-1/+1
2024-01-12fix: append css class, not css stylePaul-Christian Volkmer1-1/+1
2024-01-11feat #18: initial support for authenticationPaul-Christian Volkmer4-6/+39
2024-01-11feat: show configured endpointsPaul-Christian Volkmer1-3/+4
2024-01-11refactor: rename css stylePaul-Christian Volkmer1-1/+1
2024-01-10feat: add graphic to show connection statePaul-Christian Volkmer1-3/+17
2024-01-10refactor: use event listener to listen for page load eventPaul-Christian Volkmer1-2/+2
2024-01-10feat: add paginator to request pagePaul-Christian Volkmer1-27/+54
2024-01-09chore: layout and style changesPaul-Christian Volkmer4-77/+104
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer2-4/+33
2023-12-05fix: add info severity to data quality reportPaul-Christian Volkmer1-0/+1
2023-12-04feat: add page that shows transformation configurationv0.2.0Paul-Christian Volkmer2-0/+48
2023-08-01Show request type in addition to state and IDPaul-Christian Volkmer1-0/+2
2023-08-01Add delete requests to be shown in statistics pagePaul-Christian Volkmer1-0/+31
2023-07-31Mark delete requests with errors or success as expectedPaul-Christian Volkmer1-3/+3
2023-07-26Add statistics for state per patientPaul-Christian Volkmer1-4/+11
2023-07-26Add human readable data quality reportPaul-Christian Volkmer1-1/+16
2023-07-25(Near) realtime update of statistics chartsPaul-Christian Volkmer1-2/+12
2023-07-25Added Link to request reportPaul-Christian Volkmer3-1/+61
2023-07-25Add start and statistics pagePaul-Christian Volkmer3-0/+81