Age | Commit message (Expand) | Author | Files | Lines |
2019-10-30 | Refactor: Rename ClientFactory.create Interface | Christof Rabensteiner | 3 | -6/+6 |
2019-10-04 | Update readme.md | Christof Rabensteiner | 1 | -0/+1 |
2019-10-04 | Fix Property Key "filetype" (Was "type") in application.yaml | Christof Rabensteiner | 1 | -1/+1 |
2019-10-04 | Add @author Tag Where It Was Missing | Christof Rabensteiner | 13 | -0/+52 |
2019-10-04 | Add Licenses, NOTICE, and License Header | Christof Rabensteiner | 13 | -0/+273 |
2019-10-03 | Update zusemsg and zusetnvz to Newest Version & Accommodate Changes | Christof Rabensteiner | 4 | -20/+26 |
2019-10-02 | For {TNVZ, MSG}: Switch to Soap 1.2 | Christof Rabensteiner | 6 | -12/+12 |
2019-10-02 | Add Testcase for Parsing Booleans | Christof Rabensteiner | 1 | -0/+16 |
2019-09-03 | Rename MzsClient to AppClient | Christof Rabensteiner | 2 | -3/+3 |
2019-08-30 | Fix Tnvz Typo | Christof Rabensteiner | 3 | -5/+5 |
2019-08-30 | Logging: Add and Document Log Levels of Components | Christof Rabensteiner | 1 | -1/+11 |
2019-08-30 | Logback: Prevent Long logger Names from being Truncated | Christof Rabensteiner | 1 | -1/+1 |
2019-08-30 | Move lockback config | Christof Rabensteiner | 1 | -0/+0 |
2019-08-30 | Organize application.yaml | Christof Rabensteiner | 1 | -17/+17 |
2019-08-29 | Remove TODO | Christof Rabensteiner | 1 | -2/+0 |
2019-08-28 | Fixes and Refactoring | Christof Rabensteiner | 1 | -5/+2 |
2019-08-26 | Log Incoming And Outgoing Messages with CXF Logging Interceptors | Christof Rabensteiner | 1 | -3/+13 |
2019-08-26 | Fix: Change Injection of signatureVerifier Bean into TestSuite | Christof Rabensteiner | 1 | -14/+14 |
2019-08-23 | Documentation: Fix how to refer to MOA ZS and MOA SP-SS | Christof Rabensteiner | 1 | -11/+14 |
2019-08-23 | Moved Config Files From main/resources/ To test/resources/config | Christof Rabensteiner | 32 | -0/+719 |
2019-08-23 | Remove SSL Depending Testcases from Integration Test Suite | Christof Rabensteiner | 2 | -4/+4 |
2019-08-20 | Replace Thread.sleep with Await | Christof Rabensteiner | 1 | -13/+11 |
2019-08-20 | Add Custom Http Headers to HTTP Clients | Christof Rabensteiner | 1 | -0/+80 |
2019-08-19 | Add Two "VerifySignature" Testcases | Christof Rabensteiner | 3 | -0/+226 |
2019-07-31 | Add Testcase For "Verify Signed Notification" | Christof Rabensteiner | 2 | -0/+101 |
2019-07-22 | Test Flow of DeliveryRequest from "End-To-End" & Fix Bugs | Christof Rabensteiner | 9 | -44/+687 |
2019-07-17 | Put MoaZSException on Diet & Handle Edge Cases | Christof Rabensteiner | 2 | -23/+14 |
2019-07-15 | Save Response To File Sink: Add Path to Configuration + Fix | Christof Rabensteiner | 1 | -2/+2 |
2019-07-12 | Allow App To Choose Between MsgResponse Sinks | Christof Rabensteiner | 2 | -1/+79 |
2019-07-12 | Renamed and Simplified SignatureVerifier | Christof Rabensteiner | 3 | -2/+2 |
2019-07-09 | Refactor Needles Interfaces and Rename "process" to "backend" | Christof Rabensteiner | 4 | -27/+21 |
2019-07-09 | Minor Fixes And Refactoring | Christof Rabensteiner | 1 | -7/+7 |
2019-07-09 | Refactor: Merge BinaryRepository into DeliveryRepository | Christof Rabensteiner | 3 | -18/+14 |
2019-07-09 | Refactor MsgResponse and its IDs | Christof Rabensteiner | 1 | -2/+2 |
2019-07-08 | Implement Zuse2App Services | Christof Rabensteiner | 7 | -35/+169 |
2019-07-03 | Refactor: Restructure Project | Christof Rabensteiner | 5 | -12/+11 |
2019-07-03 | TnvzHelper: Handle Edge Case and Add Test Cases | Christof Rabensteiner | 1 | -0/+202 |
2019-07-02 | Handle tnvz Query Edge Cases by Improving Validation | Christof Rabensteiner | 2 | -7/+16 |
2019-07-02 | Implement And Integrate tnvz:QueryPersonRequest. | Christof Rabensteiner | 2 | -117/+51 |
2019-06-28 | Remove EgovUtils Dependency | Christof Rabensteiner | 2 | -7/+63 |
2019-06-28 | Separate Test Suite into Unit- And Integration Tests | Christof Rabensteiner | 12 | -29/+32 |
2019-06-28 | Refactor: Deduplicate Code by Simplifying MarshallerConfig | Christof Rabensteiner | 1 | -11/+7 |
2019-06-28 | Simplified Config Validation | Christof Rabensteiner | 1 | -16/+15 |
2019-06-27 | Honor & Test TrustAll and LaxHostNameVerification | Christof Rabensteiner | 1 | -19/+84 |
2019-06-27 | Inject Configurable HTTP Policies to MsgClient | Christof Rabensteiner | 2 | -12/+10 |
2019-06-27 | Fixes; SSL Client Auth Works! | Christof Rabensteiner | 1 | -9/+42 |
2019-06-26 | Protect MsgClient via SSL (ink Client Authentication) | Christof Rabensteiner | 3 | -38/+39 |
2019-06-19 | Add Testcase: Reject Invalid Delivery Response Signature | Christof Rabensteiner | 2 | -3/+40 |
2019-06-19 | Finalize moa-sig-lib's Integration and Add Testcase | Christof Rabensteiner | 3 | -7/+83 |
2019-06-13 | Refactor: Move Signature Verification in Dedicated Package | Christof Rabensteiner | 1 | -1/+1 |