dankito
|
1b3ec8f7c1
|
Implemented reusing FinTsClient and therefore don't have to fetch basic data before all operations
|
2022-02-07 00:18:14 +01:00 |
dankito
|
fbfcbb1d2c
|
Prefixed path with /fints/v1
|
2022-02-07 00:18:14 +01:00 |
dankito
|
e30127415c
|
Fixed that if TAN is required but we have been told to abort if requiring TAN, RetrievedAccountData is now set to successful
|
2022-02-07 00:18:14 +01:00 |
dankito
|
3e872514d6
|
Logging REST responses now on INFO level, but set application log level to WARN
|
2022-02-07 00:18:14 +01:00 |
dankito
|
cd15dd01e2
|
Fixed catching that if a TAN is required but not entered accountsTransactions is null (even though it shouldn't)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
e1e4cbe30a
|
Added bank code and customer ID to log message to be able to track to which account a log message belongs
|
2022-02-07 00:18:14 +01:00 |
dankito
|
cc99ebdbce
|
Fixed substracting 90 days as previous implementation had an issue when crossing daylight saving changes (wenn die Zeitumstellung innerhalb der letzten 90 Tage lag)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
9c9ebb9d57
|
Fixed that if fetchBalanceAndTransactions was set to false accounts haven't been returned
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ab35c7f49f
|
Added currency and bookingDate to AccountTransactionResponseDto
|
2022-02-07 00:18:14 +01:00 |
dankito
|
beb2702257
|
Implemented logging responses
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ec85162e00
|
Couldn't reproduce it but on server parsing balance time sometimes failed
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ce3247c7e4
|
Fixed Atrium dependency; bumped Atrium version to 0.15.0
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ed34627ea1
|
Fixed curious error message expected class does not have default constructor
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4f05a8df14
|
Removed unneeded quarkusVersion (is set in gradle.properties)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
cb1dda2049
|
Removed white spaces from version name as this causes errors with dependency resolution in fints4kRest
|
2022-02-07 00:18:14 +01:00 |
dankito
|
af950ce855
|
Added logback
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4d586af400
|
Updated versions
|
2022-02-07 00:18:14 +01:00 |
dankito
|
6761e9a120
|
Fixed curious error message expected class OsHelper does not have default constructor
|
2022-02-07 00:18:14 +01:00 |
dankito
|
13efab3118
|
Updated Quarkus version to 1.11.0
|
2022-02-07 00:18:14 +01:00 |
dankito
|
a51b0cf323
|
Fixed that RemitteNameMaxLength has been renamed to RecipientNameMaxLength
|
2022-02-07 00:18:14 +01:00 |
dankito
|
a4ebdfec8c
|
Added return to make it clearer that code below doesn't get called
|
2022-02-07 00:18:14 +01:00 |
dankito
|
6975502f28
|
Re-added setting bank name to BankParameters.bankName in case that it's not set (as the value from BankParameters contains a lot of confusion and irrelevant names)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
78cb96b8dc
|
Fixed that BankData didn't contain bank name
|
2022-02-07 00:18:14 +01:00 |
dankito
|
f7fe09ecd9
|
Added CORS headers to response
|
2022-02-07 00:18:14 +01:00 |
dankito
|
bc6e8aed51
|
Forgot to commit ObjectReference which is already used for some time
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4ddb55e612
|
Extracted RequestExecutor
|
2022-02-07 00:18:14 +01:00 |
dankito
|
41d02ec343
|
Extracted ModelMapper
|
2022-02-07 00:18:14 +01:00 |
dankito
|
b6a0e48fd7
|
Extracted FinTsJobExecutor to separate high level methods of FinTsClient that group multiple low level jobs from FinTsJobExecutor that executes that low level jobs (= FinTS Geschäftsvorfälle)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
7eb35eba55
|
Removed unused getTanMediaListAsync()
|
2022-02-07 00:18:14 +01:00 |
dankito
|
b0afdde7e3
|
Added infrastructure for automatically retrieving if user entered decoupled TAN
|
2022-02-07 00:18:14 +01:00 |
dankito
|
54c82482ed
|
Updated to new signatures
|
2022-02-07 00:18:14 +01:00 |
dankito
|
30b6a0dec1
|
Bumped version to 1.0.0 Alpha 9
|
2022-02-07 00:18:14 +01:00 |
dankito
|
f1ac225081
|
Implemented adding device info to message log
|
2022-02-07 00:18:14 +01:00 |
dankito
|
3f799d9e91
|
Updated issues e-mail address
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4733a4e3ad
|
Implemented enabling send message log buttons only if there is already a message log
|
2022-02-07 00:18:14 +01:00 |
dankito
|
7170856f7e
|
Implemented sending message log directly to a new backend service that either creates a new OsTicket ticket for us or sends message log to a codinux e-mail address. TODO: Sending it in BankingPresenter with Ktor did not work
|
2022-02-07 00:18:14 +01:00 |
dankito
|
0fbf376a89
|
Implemented retrieving device info
|
2022-02-07 00:18:14 +01:00 |
dankito
|
c5bddd94b0
|
Implemented that errors when retrieving account transactions get displayed in UI
|
2022-02-07 00:18:14 +01:00 |
dankito
|
17110a794c
|
Renamed transactionsSegment to creditCardTransactionsSegment
|
2022-02-07 00:18:14 +01:00 |
dankito
|
ef1c927d27
|
Implemented mapping DecoupledTanMethodParameters
|
2022-02-07 00:18:14 +01:00 |
dankito
|
5af1557642
|
Fixed getTanMediaList()
|
2022-02-07 00:18:14 +01:00 |
dankito
|
6b2434fe3b
|
Fixed messages (message size; CustomerId and Language; RetrieveAccountTransactionsParameters and PinInfo is now required for HKKAZ)
|
2022-02-07 00:18:14 +01:00 |
dankito
|
187b1805e6
|
Extracted calculateMessageSize(); fixed MessageHeaderMinLength
|
2022-02-07 00:18:14 +01:00 |
dankito
|
361a4062cb
|
Fixed calculating message size
|
2022-02-07 00:18:14 +01:00 |
dankito
|
b18edbf943
|
Added an applicationId suffix for debug version
|
2022-02-07 00:18:14 +01:00 |
dankito
|
d43d91b6cc
|
Implemented setting time on Date; fixed formatting time tests
|
2022-02-07 00:18:14 +01:00 |
dankito
|
095d9c467a
|
Fixed that now '2:13' instead of '16:14' is used
|
2022-02-07 00:18:14 +01:00 |
dankito
|
9ef1458edb
|
Fixed that BIC is now written to HKSAL
|
2022-02-07 00:18:14 +01:00 |
dankito
|
4948d2ce7e
|
Fixed that otherPartyName is now named transactionDescriptionBase
|
2022-02-07 00:18:14 +01:00 |
dankito
|
e08076de17
|
Implemented parsing HITANS version 7
|
2022-02-07 00:18:14 +01:00 |