summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2024-04-23test: add tests with simulated gPAS responsesPaul-Christian Volkmer1-0/+136
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 Volkmer2-9/+11
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-26Merge pull request #61 from CCC-MF/issue_55Paul-Christian Volkmer5-56/+114
Anzeige der letzten Verbindungsstatusänderung
2024-03-26feat: show information if no output is definedPaul-Christian Volkmer3-24/+29
2024-03-25style: change tab content background to whitePaul-Christian Volkmer1-0/+1
2024-03-25feat: add timestamp of last connection check changePaul-Christian Volkmer3-14/+57
2024-03-25feat: add timestamp to connection check displayPaul-Christian Volkmer3-41/+51
2024-03-12fix: assign new value from scope functionv0.9.1Paul-Christian Volkmer1-50/+52
2024-03-12fix: ignore possible null values in mtb filesPaul-Christian Volkmer1-97/+97
2024-03-12feat: salted re-hash IDs within MTB file except patient IDPaul-Christian Volkmer6-5/+254
2024-03-09feat: do not use episode id in kafka record keyPaul-Christian Volkmer2-3/+2
2024-03-08feat: use requestId from incoming Kafka Record HeaderPaul-Christian Volkmer3-4/+57
2024-03-06test: change tests to mock output connectionPaul-Christian Volkmer3-6/+12
2024-03-06chore: change wordingPaul-Christian Volkmer1-1/+1
2024-03-06feat: add configuration for deprecated config propertyPaul-Christian Volkmer1-0/+11
2024-03-06feat: initial implementation of gPAS connection checkPaul-Christian Volkmer8-31/+177
2024-03-05refactor: do not use singleton like rest template objectPaul-Christian Volkmer1-11/+5
2024-03-05style: layout and style changes for config pagePaul-Christian Volkmer2-72/+119
2024-03-04style: fixed first column widthPaul-Christian Volkmer4-10/+21
2024-03-04style: fix statistics chart layoutPaul-Christian Volkmer2-16/+25
2024-03-04style: fix some style issuedPaul-Christian Volkmer5-16/+27
2024-03-04style: change login/logout stylePaul-Christian Volkmer2-17/+70
2024-03-04feat: add admin role assignmentPaul-Christian Volkmer3-6/+16
2024-03-01fix: remove maxSessionsPreventsLoginPaul-Christian Volkmer1-1/+0
2024-03-01feat: add config page for user role assignmentPaul-Christian Volkmer8-8/+197
2024-03-01feat: add default new user role config optionPaul-Christian Volkmer2-4/+5
2024-03-01feat: add user role database table and role-based permissionsPaul-Christian Volkmer5-9/+98
2024-03-01feat: add config option to deactivate duplication checkPaul-Christian Volkmer3-4/+59
2024-02-29test: add test for incoming kafka message processingPaul-Christian Volkmer3-8/+91
2024-02-29feat: implement KafkaInputListenerPaul-Christian Volkmer3-5/+18
2024-02-29test: add test for max retry attemptsPaul-Christian Volkmer1-0/+27
2024-02-29feat: add max-retry-attempts config optionPaul-Christian Volkmer2-3/+4
2024-02-29feat: use global RetryTemplatePaul-Christian Volkmer2-60/+35
2024-02-19feat: new kafka config due to kafka inputPaul-Christian Volkmer6-27/+130
2024-02-19Merge pull request #41 from CCC-MF/issue_39Paul-Christian Volkmer1-0/+11
feat: add cache-control headers for static resources
2024-02-19feat: add cache-control headers for static resourcesPaul-Christian Volkmer1-0/+11
2024-02-17refactor: move mtb file controller into package inputPaul-Christian Volkmer3-5/+5
2024-02-09feat: Deprecate usage of ...SSL_CA_LOCATION config paramPaul-Christian Volkmer2-5/+7
2024-02-05feat: forbid access to report if not logged inPaul-Christian Volkmer2-1/+4
2024-02-01fix: make security config optional for login controllerPaul-Christian Volkmer1-4/+3
2024-01-31feat: add basic support for OIDC loginPaul-Christian Volkmer6-11/+59
2024-01-21test: add tests for TokenServicePaul-Christian Volkmer1-0/+154
2024-01-20test: add test to ensure redirect of not logged inPaul-Christian Volkmer1-0/+110
2024-01-20refactor: move test class to related packagePaul-Christian Volkmer1-6/+7
2024-01-19test: add security related tests for MtbFileRestControllerPaul-Christian Volkmer1-0/+156
2024-01-19test: add tests to ensure TokenService is present if requiredPaul-Christian Volkmer1-1/+47