| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-12 | feat: use Jackson 3 for JSON serde (#286) | Paul-Christian Volkmer | 12 | -4/+166 | |
| 2026-01-22 | feat!: allow missing GenomDE gICS domain name (#244) | Paul-Christian Volkmer | 1 | -1/+1 | |
| 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. | |||||
| 2025-12-04 | chore: return proper response on any evaluation error (#215) | Paul-Christian Volkmer | 2 | -3/+46 | |
| 2025-12-04 | feat: check MII broad consent (#213) | Paul-Christian Volkmer | 2 | -0/+83 | |
| 2025-12-03 | feat: simple HTTP GET based consent fetch (#208) | Paul-Christian Volkmer | 3 | -39/+187 | |
| 2025-11-10 | feat: config option for broad consent version (#189) | Paul-Christian Volkmer | 1 | -4/+5 | |
| 2025-11-07 | fix: use ..hc.core5.net.URIBuilder for URI (#187)v0.12.0-rc.2 | Paul-Christian Volkmer | 1 | -7/+21 | |
| 2025-11-06 | chore: add jspecify annotations (#186) | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2025-11-06 | chore: use jspecify and NullAway (#183) | Paul-Christian Volkmer | 5 | -15/+37 | |
| 2025-10-31 | fix: set ignoreVersionNumber to `true` at ↵ | jlidke | 1 | -1/+1 | |
| GicsConsentService.getFhirRequestParameters (#171) | |||||
| 2025-10-28 | feat: do not convert MII consent again (#169) | Paul-Christian Volkmer | 1 | -0/+18 | |
| 2025-10-23 | fix: remove entry from consent.category (#162) | Paul-Christian Volkmer | 1 | -0/+7 | |
| 2025-10-23 | fix: add MII Broad Consent Category (#160) | Paul-Christian Volkmer | 1 | -0/+8 | |
| 2025-10-22 | build: add spotless for java code (#158) | Paul-Christian Volkmer | 9 | -564/+535 | |
| 2025-10-22 | Merge pull request #154 | Paul-Christian Volkmer | 1 | -88/+138 | |
| 2025-09-04 | refactor: several changes related to code style and readability (#152) | Paul-Christian Volkmer | 1 | -25/+24 | |
| * refactor: extract provision code extraction * refactor: catch exceptions by type without later type check * refactor: further code cleanup * chore: log error with error level, not debug level | |||||
| 2025-08-15 | feat: check consent for DNPM 2.1 requests (#126) | Paul-Christian Volkmer | 4 | -140/+166 | |
| Co-authored-by: Jakub Lidke <jakub.lidke@uni-marburg.de> | |||||
| 2025-07-23 | 119 add transaction (#124) | jlidke | 3 | -16/+91 | |
| 2025-07-22 | 63 check consent status (#120) | jlidke | 6 | -20/+426 | |
| Co-authored-by: Paul-Christian Volkmer <code@pcvolkmer.de> | |||||
| 2024-04-24 | refactor: move custom rest template init to config class | Paul-Christian Volkmer | 1 | -102/+10 | |
| 2024-04-23 | fix: custom rest template generation after ssl context creation | Paul-Christian Volkmer | 1 | -7/+8 | |
| 2024-04-23 | refactor: use default RestTemplate bean if no custom one required | Paul-Christian Volkmer | 1 | -5/+7 | |
| 2024-04-23 | chore: change private method name to fix typo | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2024-04-22 | refactor: rename method for custom rest template configuration | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2024-04-22 | refactor: use more convenient way to set basic auth header | Paul-Christian Volkmer | 1 | -10/+1 | |
| 2024-03-05 | refactor: do not use singleton like rest template object | Paul-Christian Volkmer | 1 | -11/+5 | |
| 2024-02-29 | feat: use global RetryTemplate | Paul-Christian Volkmer | 1 | -54/+18 | |
| 2024-02-09 | feat: Deprecate usage of ...SSL_CA_LOCATION config param | Paul-Christian Volkmer | 1 | -2/+2 | |
| 2023-09-04 | fix: removed gaps system from GPAS pseudonym value. Also added clean up ↵ | jlidke | 1 | -1/+15 | |
| method, which will replace filename invalid characters witch '_'. (#11) | |||||
| 2023-08-30 | chore: added log msg to GpasPseudonymGenerator | Jakub Lidke | 1 | -20/+27 | |
| 2023-08-19 | Throw PseudonymRequestFailed exception with error message | Paul-Christian Volkmer | 1 | -4/+11 | |
| This will throw an exception with error message describing what the error is instead of having a more generic NoSuchElementException to be thrown if Optional.get() has no value after calling findFirst() on an empty stream. | |||||
| 2023-08-12 | Code cleanup | Paul-Christian Volkmer | 1 | -3/+1 | |
| 2023-07-27 | Code polish for PR | Paul-Christian Volkmer | 1 | -26/+17 | |
| * Do not use component creation using annotation on classes since components will be created within AppConfiguration config class * Patient PseudonymizeService intentionally uses prefix. If no prefix is configured, the default value "UNKNOWN" will be used to prevent conflicts with other organizations and to show the source organization. | |||||
| 2023-07-27 | feat: patient pid may be replaced with gPAS pseudonym, now. | Jakub Lidke | 2 | -8/+250 | |
| 2023-07-24 | Initial commit | Paul-Christian Volkmer | 2 | -0/+67 | |
