summaryrefslogtreecommitdiff
path: root/src/main/resources/templates
AgeCommit message (Collapse)AuthorFilesLines
2026-03-12chore(master): release 0.15.4 (#268)v0.15.4pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-12chore(master): release 0.15.3 (#265)v0.15.3pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-11chore: update template titles and add faviconPaul-Christian Volkmer6-6/+6
2026-03-11chore(master): release 0.15.2 (#263)v0.15.2pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-11feat: add request filter (#262)Paul-Christian Volkmer1-1/+12
This enables filter for * All requests * Requests sent to DNPM:DIP and, if initial submission block is enabled * Confirmed Requests sent to DNPM:DIP * Unconfirmed Requests sent to DNPM:DIP
2026-03-11refactor: use html fragment for request card (#261)Paul-Christian Volkmer3-109/+63
This also allows for fragment reload on pressing accept button.
2026-03-10chore(master): release 0.15.1 (#259)v0.15.1pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-10feat: show submission statistics table (#260)Paul-Christian Volkmer1-0/+32
2026-03-10chore: change submission button textPaul-Christian Volkmer1-2/+2
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer2-0/+10
This adds the date and username when a request gets updated. If the request gets updated by an async Kafka response, "SYSTEM" will be used as username.
2026-03-09chore(master): release 0.15.0 (#251)v0.15.0pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-07feat: search by patient pseudonym and TAN (#256)Paul-Christian Volkmer1-7/+28
2026-03-06chore: use card layout in report detailsPaul-Christian Volkmer1-26/+44
2026-03-06feat: improve request listPaul-Christian Volkmer2-46/+51
2026-01-22chore(master): release 0.14.0 (#235)v0.14.0pcvolkmer-release-bot[bot]1-9/+3
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-01-08build: remove webjars and use custom build (#238)Paul-Christian Volkmer7-52/+19
2026-01-08chore: change appearance of accept button (#239)Paul-Christian Volkmer1-6/+6
2026-01-06fix: request reload notification and update buttonPaul-Christian Volkmer1-2/+7
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer2-1/+24
2025-12-18chore(master): release 0.13.1 (#231)v0.13.1pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-16chore(master): release 0.13.0 (#227)v0.13.0pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-05chore(master): release 0.12.6 (#217)v0.12.6pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-04chore(master): release 0.12.5 (#214)v0.12.5pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-03chore(master): release 0.12.4 (#210)v0.12.4pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-01chore(master): release 0.12.3 (#205)v0.12.3pcvolkmer-release-bot[bot]1-6/+6
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2025-12-01fix: show error page (#207)Paul-Christian Volkmer1-0/+3
This shows error page when trying to load unavailable resource.
2025-12-01feat: add footer containing version number (#204)Paul-Christian Volkmer7-8/+24
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