summaryrefslogtreecommitdiff
path: root/src/main/java/dev/dnpm
AgeCommit message (Expand)AuthorFilesLines
2025-12-04feat: check MII broad consent (#213)Paul-Christian Volkmer2-0/+83
2025-12-03feat: simple HTTP GET based consent fetch (#208)Paul-Christian Volkmer3-39/+187
2025-11-10feat: config option for broad consent version (#189)Paul-Christian Volkmer1-4/+5
2025-11-07fix: use ..hc.core5.net.URIBuilder for URI (#187)v0.12.0-rc.2Paul-Christian Volkmer1-7/+21
2025-11-06chore: add jspecify annotations (#186)Paul-Christian Volkmer1-2/+2
2025-11-06chore: use jspecify and NullAway (#183)Paul-Christian Volkmer5-15/+37
2025-10-31fix: set ignoreVersionNumber to `true` at GicsConsentService.getFhirRequestPa...jlidke1-1/+1
2025-10-28feat: do not convert MII consent again (#169)Paul-Christian Volkmer1-0/+18
2025-10-23fix: remove entry from consent.category (#162)Paul-Christian Volkmer1-0/+7
2025-10-23fix: add MII Broad Consent Category (#160)Paul-Christian Volkmer1-0/+8
2025-10-22build: add spotless for java code (#158)Paul-Christian Volkmer9-564/+535
2025-10-22Merge pull request #154Paul-Christian Volkmer1-88/+138
2025-09-04refactor: several changes related to code style and readability (#152)Paul-Christian Volkmer1-25/+24
2025-08-15feat: check consent for DNPM 2.1 requests (#126)Paul-Christian Volkmer4-140/+166
2025-07-23119 add transaction (#124)jlidke3-16/+91
2025-07-2263 check consent status (#120)jlidke6-20/+426
2024-04-24refactor: move custom rest template init to config classPaul-Christian Volkmer1-102/+10
2024-04-23fix: custom rest template generation after ssl context creationPaul-Christian Volkmer1-7/+8
2024-04-23refactor: use default RestTemplate bean if no custom one requiredPaul-Christian Volkmer1-5/+7
2024-04-23chore: change private method name to fix typoPaul-Christian Volkmer1-2/+2
2024-04-22refactor: rename method for custom rest template configurationPaul-Christian Volkmer1-2/+2
2024-04-22refactor: use more convenient way to set basic auth headerPaul-Christian Volkmer1-10/+1
2024-03-05refactor: do not use singleton like rest template objectPaul-Christian Volkmer1-11/+5
2024-02-29feat: use global RetryTemplatePaul-Christian Volkmer1-54/+18
2024-02-09feat: Deprecate usage of ...SSL_CA_LOCATION config paramPaul-Christian Volkmer1-2/+2
2023-09-04fix: removed gaps system from GPAS pseudonym value. Also added clean up metho...jlidke1-1/+15
2023-08-30chore: added log msg to GpasPseudonymGeneratorJakub Lidke1-20/+27
2023-08-19Throw PseudonymRequestFailed exception with error messagePaul-Christian Volkmer1-4/+11
2023-08-12Code cleanupPaul-Christian Volkmer1-3/+1
2023-07-27Code polish for PRPaul-Christian Volkmer1-26/+17
2023-07-27feat: patient pid may be replaced with gPAS pseudonym, now.Jakub Lidke2-8/+250
2023-07-24Initial commitPaul-Christian Volkmer2-0/+67