summaryrefslogtreecommitdiff
path: root/src/main/kotlin/dev/dnpm/etl/processor/web
AgeCommit message (Expand)AuthorFilesLines
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer6-11/+14
2026-03-12fix: filter request list into page (#267)Paul-Christian Volkmer1-2/+2
2026-03-11feat: add request filter (#262)Paul-Christian Volkmer1-7/+28
2026-03-11refactor: use html fragment for request card (#261)Paul-Christian Volkmer1-2/+5
2026-03-10feat: show submission statistics table (#260)Paul-Christian Volkmer1-1/+30
2026-03-07feat: search by patient pseudonym and TAN (#256)Paul-Christian Volkmer1-1/+19
2026-03-06fix: code formattingPaul-Christian Volkmer1-1/+2
2026-03-06feat: improve request listPaul-Christian Volkmer2-4/+5
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer1-1/+1
2026-01-09fix: possible sorting errors in bar chart (#241)Paul-Christian Volkmer1-17/+22
2026-01-06feat: block further initial submissions (#232)Paul-Christian Volkmer1-1/+33
2025-12-01fix: show error page (#207)Paul-Christian Volkmer1-2/+3
2025-11-11chore: use spotless for kotlin code (#191)Paul-Christian Volkmer6-273/+317
2025-11-06chore: change annotation for KT-73255 (#185)Paul-Christian Volkmer2-2/+2
2025-07-2263 check consent status (#120)jlidke1-4/+24
2024-07-15refactor: use dedicated type for path paramPaul-Christian Volkmer1-3/+3
2024-07-15refactor: rename template attribute to reflect contentPaul-Christian Volkmer1-4/+4
2024-07-15refactor: add types for patient id and pseudonymPaul-Christian Volkmer1-1/+2
2024-05-27feat: use RequestId typePaul-Christian Volkmer1-2/+2
2024-05-08test: add test for config SSE endpointPaul-Christian Volkmer1-0/+1
2024-05-07refactor: move classes into package 'security'Paul-Christian Volkmer1-3/+3
2024-05-06test: add tests for token requestsPaul-Christian Volkmer1-3/+4
2024-05-06chore: remove printlnPaul-Christian Volkmer1-1/+0
2024-05-02refactor: use RequestService in controllersPaul-Christian Volkmer2-12/+12
2024-03-26feat: show information if no output is definedPaul-Christian Volkmer1-1/+1
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer1-10/+47
2024-03-01feat: add config page for user role assignmentPaul-Christian Volkmer1-3/+41
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer1-61/+0
2024-02-01fix: make security config optional for login controllerPaul-Christian Volkmer1-4/+3
2024-01-31feat: add basic support for OIDC loginPaul-Christian Volkmer1-2/+17
2024-01-18feat #29: add initial support for mtbfile api tokensPaul-Christian Volkmer2-6/+59
2024-01-17feat: push connection available state to clientPaul-Christian Volkmer2-0/+18
2024-01-17feat #24: use htmx to refresh connection status every 20sPaul-Christian Volkmer1-0/+9
2024-01-15feat #25: add link to requests related to patient pseudonyme (#27)Paul-Christian Volkmer1-1/+17
2024-01-15feat #23: add reload button to display on new requestPaul-Christian Volkmer1-0/+5
2024-01-11feat #18: initial support for authenticationPaul-Christian Volkmer1-0/+33
2024-01-11feat: show configured endpointsPaul-Christian Volkmer1-0/+1
2024-01-10feat: add paginator to request pagePaul-Christian Volkmer1-2/+5
2024-01-02feat #15: add connection checks to bwHC backendPaul-Christian Volkmer1-4/+14
2023-12-04feat: add page that shows transformation configurationv0.2.0Paul-Christian Volkmer1-0/+41
2023-08-12Code cleanupPaul-Christian Volkmer1-3/+3
2023-08-09Handle MTB File with rejected consent as deletion requestPaul-Christian Volkmer1-4/+10
2023-08-02Do not return specific status code based on remote status codePaul-Christian Volkmer1-15/+6
2023-08-01Extract request processingPaul-Christian Volkmer1-166/+9
2023-08-01Add delete requests to be shown in statistics pagePaul-Christian Volkmer1-8/+44
2023-08-01Add request type to be saved with each requestPaul-Christian Volkmer1-12/+37
2023-07-31Handle delete requests by using REST request to bwHCPaul-Christian Volkmer1-6/+3
2023-07-31Enable patient data deletionPaul-Christian Volkmer1-2/+58
2023-07-31Add request ID to Kafka keyPaul-Christian Volkmer1-3/+7
2023-07-26Fetch overall request statistic using sql queryPaul-Christian Volkmer1-9/+3