]> git.ipfire.org Git - thirdparty/python-fints.git/shortlog
thirdparty/python-fints.git
2019-08-01  Jonathan RingerLoosen sepaxml version bounds 88/head
2019-07-15  Raphael MichelBump version to 2.2.0 v2.2.0
2019-07-15  Raphael MichelFix typo
2019-07-15  Raphael MichelAdd a note on the registration process
2019-07-15  Raphael MichelGracefully fail on error 9010
2019-07-01  Raphael MichelAdd a default product ID
2019-06-27  Raphael MichelAllow to pass a custom product ID
2019-06-17  Raphael MichelConcatenate HIKAZ data before MT940 parsing. (#71)
2019-06-11  Raphael MichelFix and enhance get_transactions_xml() (#79)
2019-06-10  Henryk PlötzChange get_transactions_xml() return value to also... 79/head
2019-06-10  Henryk PlötzFix get_transactions_xml()
2019-06-09  Raphael MichelMerge pull request #75 from henryk/small-logic-error
2019-06-09  Raphael MichelMerge pull request #76 from henryk/sepa-versions
2019-06-09  Raphael MichelMerge pull request #74 from henryk/patch-1
2019-06-09  Raphael MichelFix #65 -- Set Content-Type header on POST request...
2019-06-09  Henryk PlötzSet Content-Type header on POST request 78/head
2019-06-08  Henryk PlötzLet simple_sepa_transfer() automatically choose a SEPA... 76/head
2019-06-08  Henryk PlötzMake get_information() return the supported SEPA versions
2019-06-08  Henryk PlötzFix logic error in _get_tan_segment for HKTAN5 75/head
2019-06-08  Henryk PlötzUpdate formals.py 74/head
2019-06-03  dr-duploConcatenate HIKAZ data before MT940 parsing. 71/head
2019-05-02  Raphael MichelFix amount fields may might not contain a decimal sign...
2019-05-02  Daniel MolkentinFix amount fields may might not contain a decimal sign 67/head
2019-04-03  Raphael MichelMerge pull request #64 from dotlambda/patch-1
2019-04-02  Robert SchützInclude tests in PyPI tarball 64/head
2019-02-27  Raphael MichelMerge pull request #60 from n0isiv/fix/get_holdings_typ...
2019-02-27  Niels Griegerfix: fix type error during get_holdings request 60/head
2019-02-22  Raphael MichelBump version to 2.1.1 v2.1.1
2019-02-22  Raphael MichelFix issues in get_transactions_xml()
2019-02-22  Raphael MichelBump version to 2.1.0 v2.1.0
2019-02-22  Raphael MichelAdd support for HKCAZ
2019-01-28  Raphael MichelMerge pull request #55 from henryk/log_extras
2019-01-28  Raphael MichelMerge pull request #54 from henryk/sparkasse-qrcode
2019-01-27  Henryk PlötzAdd extra information to the logging record to aid... 55/head
2019-01-27  Henryk PlötzImplement parsing a PNG QR code in HITAN3.challenge... 54/head
2019-01-25  Raphael MichelBump version to 2.0.1 v2.0.1
2019-01-25  Raphael MichelThrow a FinTSNoResponseError if no HISPA1 is returned
2019-01-25  Raphael MichelDeal with 3938 (locked PIN)
2019-01-02  Raphael MichelMerge pull request #50 from rhn/master
2019-01-01  rhnFix setting TAN medium name 50/head
2018-12-21  Raphael MichelMerge pull request #47 from henryk/hktan2
2018-12-20  Henryk PlötzImplement HKTAN2 47/head
2018-12-07  Raphael MichelBump version to 2.0.0 v2.0.0
2018-12-07  Raphael MichelMerge pull request #34 from henryk/fints-parser
2018-12-07  Raphael MichelAdd documentation on Upgrading to 2.x 34/head
2018-12-07  Raphael MichelUse code examples in docs that might actually work
2018-12-07  Raphael MichelStore amounts as Decimals, not floats, to prevent probl...
2018-12-07  Raphael MichelSupport SEPAAccounts outside of Germany
2018-12-03  Raphael MichelAdjust credits
2018-12-03  Raphael MichelImprove documentation
2018-12-03  Raphael MichelRemove a FIXME that appears to be resolved already
2018-12-03  Raphael MichelAdd coverage configuration
2018-12-03  Raphael MichelRemove superfluous parameters
2018-12-03  Raphael MichelRename get_data/set_data to deconstruct/from_data
2018-12-03  Raphael MichelAdd pytest-mock to travis dependencies
2018-12-03  Raphael MichelRemove unused code
2018-12-03  Raphael MichelMinor naming improvements
2018-12-03  Raphael MichelUse American English consistently (sorry!)
2018-12-03  Raphael MichelFix simple transfers
2018-12-03  Raphael MichelFixes for Travis CI
2018-12-03  Raphael MichelAdd .travis.yml
2018-12-03  Raphael MichelFor KTI, we should not pass legacy bank information...
2018-12-03  Raphael MichelAllow passing Decimals to FloatField
2018-12-03  Raphael MichelPass PAIN messages as bytes
2018-12-03  Henryk PlötzFix a FIXME (by turning it into a note)
2018-12-03  Henryk PlötzHKVVB3.product_version is limited to 5 characters.
2018-12-03  Raphael MichelFix bugs found by linter
2018-12-03  Raphael MichelMore code style improvements
2018-12-03  Raphael MichelUse actual library version for product_version
2018-12-03  Raphael MichelUnify code style
2018-12-03  Raphael MichelReplace another ValueError with FinTSUnsupportedOperation
2018-12-03  Raphael MichelThrow a custom exception on unsupported operation
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...
next