]> git.ipfire.org Git - thirdparty/python-fints.git/shortlog
thirdparty/python-fints.git
2018-12-03  Raphael MichelFix a syntax error in documentation
2018-12-03  Henryk PlötzBump version (for pip installation)
2018-12-03  Henryk PlötzImprove documentation
2018-12-03  Henryk PlötzAdd decoding of matrix like challenges (PhotoTAN)....
2018-12-03  Henryk PlötzUpdate docs
2018-12-03  Henryk PlötzRe-shuffle docs, document new client stuff
2018-12-03  Henryk PlötzClean unused code
2018-12-03  Henryk PlötzAdd test for get_transactions and for fetching with...
2018-12-03  Henryk PlötzTest for get_data/from_data with NeedRetryResponse
2018-12-03  Henryk PlötzEnd-to-end test HHDUC
2018-12-03  Henryk PlötzTest wrong authentication data
2018-12-03  Henryk PlötzTest 2step transfer
2018-12-03  Henryk PlötzShorten the serializer output on level 2 (mostly in...
2018-12-03  Henryk PlötzFix bug in sepa transfer
2018-12-03  Henryk PlötzAdd 1step transfer test
2018-12-03  Henryk PlötzTest get_information()
2018-12-03  Henryk PlötzTest for dialog resumption
2018-12-03  Henryk PlötzAdd dummy server for client test. Now have full back...
2018-12-03  Henryk PlötzAdd forgotten file
2018-12-03  Henryk PlötzRemove dead code
2018-12-03  Henryk PlötzFully solve dependencies, I think. Run isort, cleanup...
2018-12-03  Henryk PlötzMove Field into types (next to Container) to simplify...
2018-12-03  Henryk PlötzUse duck typing to break dependency hell
2018-12-03  Henryk PlötzShuffle segments around
2018-12-03  Henryk PlötzWork on flicker code/hhduc parsing, make it work with...
2018-12-03  Henryk PlötzParse TAN request for embedded optical data (CHLGUC...
2018-12-03  Henryk PlötzIntroduce TransactionResponse object.
2018-12-03  Henryk PlötzReturn 'auth' information in FinTSPinTanClient.get_info...
2018-12-03  Henryk PlötzContinue breaking API: statement -> transactions, to...
2018-12-03  Henryk PlötzPool Exceptions in one module
2018-12-03  Henryk PlötzAdd forgotten journal segments file
2018-12-03  Henryk PlötzElide empty items at the end of a ValueList with a...
2018-12-03  Henryk PlötzFix SEPA_TRANSFER operations type
2018-12-03  Henryk PlötzFix wrong field counts
2018-12-03  Henryk PlötzFix test for changed Exception type.
2018-12-03  Henryk PlötzAdd single COR1 debit
2018-12-03  Henryk PlötzAlso give information about supported SEPA PAIN formats
2018-12-03  Henryk PlötzDeliberately break API. start_sepa_... is now sepa_...
2018-12-03  Henryk PlötzFix bugs found in communication with bank
2018-12-03  Henryk PlötzImplement get_information()
2018-12-03  Henryk PlötzRemove old code
2018-12-03  Henryk PlötzAdd DKKKU based on a cursory reverse engineering and...
2018-12-03  Henryk PlötzFix bugs found when talking to banks
2018-12-03  Henryk PlötzImplement querying the status protocol
2018-12-03  Henryk PlötzAdd querying of scheduled debits (untested, my bank...
2018-12-03  Henryk PlötzChange sorting of segment classes
2018-12-03  Henryk PlötzRemove last OLD
2018-12-03  Henryk PlötzFirst working debit (multiple, COR1)
2018-12-03  Henryk PlötzRemove most references to OLD
2018-12-03  Henryk PlötzRemove references to OLD in client.
2018-12-03  Henryk PlötzMake it possible to open an anonymous dialogue (user_id...
2018-12-03  Henryk PlötzFix a parser bug found in real data
2018-12-03  Henryk PlötzFurther shuffle send abstractions around. Transfer...
2018-12-03  Henryk PlötzImplement NeedTANResponse.get_data()/.from_data()
2018-12-03  Henryk PlötzMove all of the PIN/TAN specific handling into FinTS3Pi...
2018-12-03  Henryk PlötzFirst working transfer
2018-12-03  Henryk PlötzAdd set_product()
2018-12-03  Henryk PlötzWhip logging into shape
2018-12-03  Henryk PlötzWork towards SEPA transfers
2018-12-03  Henryk PlötzAllow pausing and resuming of dialogs
2018-12-03  Henryk PlötzImplement automatic security_function choosing, impleme...
2018-12-03  Henryk PlötzAllow FinTS3Client state (system id, BPD, optionally...
2018-12-03  Henryk PlötzImplement get_tan_descriptions()
2018-12-03  Henryk PlötzSimply _find_highest_command() API. Implement get_holdi...
2018-12-03  Henryk PlötzMake _find_highest_command reusable
2018-12-03  Henryk PlötzMake touchdown fetching reusable
2018-12-03  Henryk PlötzImprove dialog handling: Drastically reduce latancy.
2018-12-03  Henryk Plötz(Re-)implement get_statement() in new API
2018-12-03  Henryk PlötzImprove BPD and UPD: Is now SegmentSequence, allows...
2018-12-03  Henryk PlötzRun isort
2018-12-03  Henryk PlötzImplement HKSAL5/HISAL5
2018-12-03  Henryk PlötzMake TwoStep (without TAN) work again
2018-12-03  Henryk Plötz(Re-)Add one step PIN mechanism
2018-12-03  Henryk PlötzConvert get_sepa_accounts() and get_balance() to new...
2018-12-03  Henryk PlötzAdd ZeroPaddedNumericField, Fix BooleanField._parse_value
2018-12-03  Henryk PlötzImplement/doc more fields
2018-12-03  Henryk PlötzMore docs
2018-12-03  Henryk PlötzFix tests for new field names
2018-12-03  Henryk PlötzAdd a bad hack to RepresentableEnum to get docstrings...
2018-12-03  Henryk PlötzAdd date/time fields
2018-12-03  Henryk PlötzImprove documentation
2018-12-03  Henryk PlötzMove Mixins to utils to get them out of the autodoc
2018-12-03  Henryk PlötzSplit into fints.types (internal and custom types)...
2018-12-03  Henryk PlötzApply isort, remove unused imports
2018-12-03  Henryk PlötzAdd a 'robust mode': A parse error during interpretatio...
2018-12-03  Henryk PlötzCleanup autodoc, generate type information for all...
2018-12-03  Henryk PlötzAllow querying by class instead of segment type name
2018-12-03  Romain RinieEscape and unescape character @
2018-12-03  Henryk PlötzImprove documentation
2018-12-03  Henryk Plötzget_sepa_accounts() working
2018-12-03  Henryk PlötzImplement HITANS segments
2018-12-03  Henryk PlötzChange Model: make all ParameterSegment subclasses...
2018-12-03  Henryk PlötzWork towards getting FinTS3Segment used in the normal...
2018-12-03  Henryk PlötzPut test cases into files, parametrize test cases
2018-12-03  Henryk PlötzImplement finding
2018-12-03  Henryk PlötzInclude code in docs, more docs
2018-12-03  Henryk PlötzFix and document serializer
2018-12-03  Henryk PlötzUpdate documentation
2018-12-03  Henryk PlötzAdd some developer documentation
2018-12-03  Henryk Plötzaccount_information in HIUPD6 is conditional
next