summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
6 dayschore(master): release 0.16.0 (#289)v0.16.0pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
11 daysfeat: send submission as a follow-up (#290)Paul-Christian Volkmer2-3/+390
This identifies follow-up submissions: * if the initial submission has been accepted * if the most recent follow-up is later than the patients last submission If these criteria are not met, the submission will be sent as an addition
2026-05-12feat: use Jackson 3 for JSON serde (#286)Paul-Christian Volkmer107-1057/+1886
2026-05-06refactor: replace deprecated HttpClientErrorExceptionPaul-Christian Volkmer1-2/+1
2026-05-06test: code cleanup in test classesPaul-Christian Volkmer6-27/+33
2026-04-24refactor: JacksonConfig for deprecated MappingJackson2HttpMessageConverter ↵Paul-Christian Volkmer5-50/+86
(#285)
2026-04-23test: add test for addition submission after additionPaul-Christian Volkmer1-0/+111
2026-04-22chore(master): release 0.15.8 (#282)v0.15.8pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com> Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de>
2026-04-22test: add test for initial submissionPaul-Christian Volkmer1-1/+99
2026-04-22fix: do not block earlier initial requests with error response (#281)Paul-Christian Volkmer2-10/+135
Requests with errors are blocked within DNPM:DIP and not used for MVH. Any later accepted successful request with SUCCESS or WARNING should be used as ADDITION.
2026-03-23chore(master): release 0.15.7 (#275)v0.15.7pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-23fix: filtered requests sort order DESC (#274)Paul-Christian Volkmer1-0/+1
2026-03-18chore(master): release 0.15.6 (#272)v0.15.6pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-18feat: improve pagination (#271)Paul-Christian Volkmer2-16/+12
2026-03-16chore(master): release 0.15.5 (#270)v0.15.5pcvolkmer-release-bot[bot]1-1/+1
Co-authored-by: pcvolkmer-release-bot[bot] <245199155+pcvolkmer-release-bot[bot]@users.noreply.github.com>
2026-03-12refactor: extract List.toPage() implementation (#269)Paul-Christian Volkmer3-16/+118
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-12fix: filter request list into page (#267)Paul-Christian Volkmer4-6/+11
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-12feat: save error request for non json (#266)Paul-Christian Volkmer4-265/+328
2026-03-11feat: save error request for invalid input (#264)Paul-Christian Volkmer5-1265/+1325
2026-03-11chore: update template titles and add faviconPaul-Christian Volkmer7-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 Volkmer6-181/+351
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 Volkmer4-111/+68
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 Volkmer3-2/+66
2026-03-10chore: change submission button textPaul-Christian Volkmer1-2/+2
2026-03-10feat: request update audit (#258)Paul-Christian Volkmer8-4/+45
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-10fix: ignore token users with existing username (#257)Paul-Christian Volkmer1-3/+10
This will ignore token usernames with the same username as an existing user.
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 Volkmer6-52/+189
2026-03-07feat: configuration of additional users (#254)Paul-Christian Volkmer3-36/+36
2026-03-06fix: ensure metadata is initialized using MtbFileConsentServicePaul-Christian Volkmer2-2/+26
2026-03-06chore: use card layout in report detailsPaul-Christian Volkmer2-27/+45
2026-03-06test: change test for new cards layoutPaul-Christian Volkmer1-5/+5
2026-03-06fix: code formattingPaul-Christian Volkmer1-1/+2
2026-03-06feat: improve request listPaul-Christian Volkmer6-51/+146
2026-03-06feat: save TAN for MTB requests (#253)Paul-Christian Volkmer12-1/+123
2026-03-05deps!: migrate to Spring Boot 4 (#250)Paul-Christian Volkmer18-41/+76
2026-03-02chore: do not log unknown responsePaul-Christian Volkmer2-1/+1
This is default behavior for async Kafka messaging
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-22feat!: allow missing GenomDE gICS domain name (#244)Paul-Christian Volkmer4-19/+23
If no domain name is given vor GenomDE consent, this will be ignored and the consent information must be present in incoming MTB data in order to satisfy DNPM:DIP.
2026-01-21feat: always send dataset without consent (#243)Paul-Christian Volkmer2-30/+56
This changes the behavior of the application! Any dataset will be forwarded to DNPM:DIP, even w/o valid consent information. DNPM:DIP will return issues if MV consent or broad consent is missing.
2026-01-09fix: possible sorting errors in bar chart (#241)Paul-Christian Volkmer3-33/+58
2026-01-09ci: build web resources (#240)Paul-Christian Volkmer4-7/+2
2026-01-08build: remove webjars and use custom build (#238)Paul-Christian Volkmer15-71/+137
2026-01-08chore: change appearance of accept button (#239)Paul-Christian Volkmer1-6/+6
2026-01-07feat!: do not delete patient information if no consent is given (#236)Paul-Christian Volkmer6-83/+115
2026-01-06fix: request reload notification and update buttonPaul-Christian Volkmer2-13/+24