]> git.ipfire.org Git - thirdparty/python-fints.git/shortlog
thirdparty/python-fints.git
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
2018-12-03  Henryk PlötzExperimental: print new parse for all incoming and...
2018-12-03  Henryk PlötzAdd missing escaping (systemid sometimes has a +)
2018-12-03  Henryk PlötzAdd a PasswordField, fix BooleanField, fix some class...
2018-12-03  Henryk PlötzRename old FinTS3Segment to FinTS3SegmentOLD for coexis...
2018-12-03  Henryk PlötzImplement more generic Field types
2018-12-03  Henryk PlötzImprove test coverage slightly
2018-12-03  Henryk Plötzflat_length_max is not used anymore
2018-12-03  Henryk PlötzValueList cannot actually contain another ValueList
2018-12-03  Henryk PlötzAdd tests for serializer
2018-12-03  Henryk PlötzFirst working serializer
2018-12-03  Henryk PlötzMore DRY, less repeating
2018-12-03  Henryk PlötzFix field inheritance over more than one level
2018-12-03  Henryk PlötzImplement HIPINS1
2018-12-03  Henryk PlötzNicer exception stack traces, again
2018-12-03  Henryk PlötzImplement HITANS3
2018-12-03  Henryk PlötzMake error exceptions more helpful
2018-12-03  Henryk PlötzIgnore end-of-sequence for open-end multiple fields
2018-12-03  Henryk PlötzAutomatically trim ValueList with non-fixed length...
2018-12-03  Henryk PlötzImplement HIUPA4 and HIUPD6
2018-12-03  Henryk PlötzFix parser for repeated and nested elements. Again.
2018-12-03  Henryk PlötzCheck that FinTS3Segments only have DE or DEG fields
2018-12-03  Henryk PlötzMore edge cases
2018-12-03  Henryk PlötzImprove nested output of ValueList fields
2018-12-03  Henryk PlötzFix logic error in counted elements parser, can now...
2018-12-03  Henryk PlötzAdd test for parsing of count-repeated fields
2018-12-03  Henryk PlötzAdd HNSHA2 and HIRMG2, trigger parser incompleteness
2018-12-03  Henryk PlötzShorten output by suppressing unset and optional fields
2018-12-03  Henryk PlötzImplement rendering for most fields
2018-12-03  Henryk PlötzOnly ignore non-present fields if they're not required
2018-12-03  Henryk PlötzTest eval of repr() output
2018-12-03  Henryk PlötzMake SegmentHeader output shorter
2018-12-03  Henryk PlötzDo not ignore tests
2018-12-03  Henryk PlötzNew-style object oriented interface
2018-12-03  Henryk PlötzAdd full FinTS parser. Significantly changes the intern...
2018-10-29  Andreas Madsackfixed typo
2018-10-04  Raphael MichelMinor documentation fixes
2018-08-07  Romain RinieEscape and unescape character @
2018-08-05  Raphael MichelBump version to 1.0.1 v1.0.1
2018-07-30  Henryk PlötzAdd TANMethod1 through 4 to the documentation
2018-07-30  Henryk PlötzAdd HITANS versions 1 through 4
2018-07-26  Raphael MichelBump release v1.0.0
2018-07-26  Raphael MichelFix PyPI link
next