Commit graph

109 commits

Author SHA1 Message Date
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Romain Bignon
a9a4fbc1a2 certificate updated (closes #1414) 2014-06-25 10:15:11 +02:00
Romain Bignon
f0e66f1ecd fix certificate change 2014-06-19 12:11:22 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
e234ccfbb1 oops: remove spaces in account IDs 2014-05-19 20:16:36 +02:00
Romain Bignon
0349e85360 display card as accounts (closes #1362) 2014-05-17 16:44:32 +02:00
Romain Bignon
cd5498440e oups typo 2014-02-16 21:38:12 +01:00
Romain Bignon
8fdbf330dd improvements on transaction and account types detection 2014-02-16 21:04:46 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Romain Bignon
c1f8c08196 better description and field labels for french banks 2013-12-14 18:22:31 +01:00
Romain Bignon
4784cb59c5 support new authentication system 2013-11-23 12:07:12 +01:00
Florent Fourcot
0443855602 browser.encoding is None 2013-10-30 15:14:14 +01:00
Florent
75521d1198 Fix conversion warning
closes #1304
2013-10-28 16:19:39 +01:00
Romain Bignon
a6ea08d6ce oups: removed _coming attribute from Transaction 2013-09-07 22:14:13 +02:00
Romain Bignon
09444f5f43 add transaction patterns 2013-09-06 14:20:11 +02:00
Romain Bignon
dd33dbc418 fix parsing of cards with undefined payment date 2013-09-06 14:20:11 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Laurent Bachelier
5cbebe0117 Use new vdate in modules instead of _val 2013-07-30 10:58:22 +02:00
Romain Bignon
ca1417d5c7 sgpe: skip empty lines 2013-07-28 22:54:30 +02:00
Romain Bignon
482a7c3c6c sgpe: fix crash when there isn't any card 2013-07-28 21:30:33 +02:00
Romain Bignon
0ab9da2fc6 sgpe: support credit cards 2013-07-28 20:45:12 +02:00
Romain Bignon
2f7e1305c4 sgpe: request to 'select' the right number of columns 2013-07-28 16:00:07 +02:00
Romain Bignon
ba3704993a sgpe: fix crash on history
CapBaseObject.id is always a string.
2013-07-28 15:37:42 +02:00
Romain Bignon
adba87ddcb sgpe: fix login (bad indent) 2013-07-28 15:31:00 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Laurent Bachelier
ab7c812056 sgpe: At least have unique ids in a call 2013-07-24 18:26:58 +02:00
Laurent Bachelier
af824fde0f sgpe: Proper handling of login failure
Would create an infinite loop
2013-07-24 18:26:57 +02:00
Laurent Bachelier
8c549e65b2 sgpe: Check certificates 2013-07-23 20:25:51 +02:00
Laurent Bachelier
d3f9ce1fe2 sgpe: Support pagination 2013-07-22 18:23:12 +02:00
Laurent Bachelier
888230f7e2 sgpe: Account history 2013-07-22 16:48:58 +02:00
Laurent Bachelier
4522b24a1a sgpe: Working account list 2013-07-22 16:48:58 +02:00
Laurent Bachelier
a5f35d0071 sgpe: Fix warning 2013-07-22 16:48:58 +02:00
Laurent Bachelier
46147cba5e sgpe: Fix logout detection, simpler code
The second error was never caught.
2013-07-22 16:48:58 +02:00
Laurent Bachelier
f5739a6de7 Go to account list 2013-07-21 00:40:49 +02:00
Laurent Bachelier
0cf4148f36 sgpe: "fix" login page 2013-07-19 19:25:38 +02:00
Laurent Bachelier
23c0954353 sgpe: Can login 2013-07-19 19:25:38 +02:00
Laurent Bachelier
4428d80a33 New hashes / add help on how to save the images 2013-07-19 19:25:38 +02:00
Florent
1310939fe0 Fix import of Pillow in modules 2013-06-06 13:50:43 +02:00
Romain Bignon
6a198e721c fix typo (bad keyboard) 2013-03-28 09:20:58 +01:00
Romain Bignon
db57ff1c36 support 'OPPOSITION' state for cards (and better detection of unknown values) 2013-03-28 09:15:34 +01:00
Romain Bignon
ccb69b2092 fix possible conflicts in detection of balance 2013-03-27 13:59:00 +01:00
Romain Bignon
f4390d9b26 do not consider expired cards 2013-03-27 13:36:04 +01:00