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
Romain Bignon
531cb7c1e7
limit length of password
2014-09-10 17:39:06 +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
Vincent Paredes
0325c12397
switch string to unicode
2014-07-11 15:24:24 +02:00
Vincent Paredes
66f4328ade
handle space in account number
2014-07-11 15:24:24 +02:00
Romain Bignon
e025fb0b20
rename ICap to Cap ( closes #1424 )
2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a
bump to 0.j
2014-05-19 22:45:35 +02:00
Romain Bignon
df16d21279
bred changed certificate
2014-04-16 10:58:33 +02:00
Romain Bignon
33b9ae23be
fix detection of card pages
2014-01-14 11:33:52 +01:00
Romain Bignon
3ec1cac9e3
support dispobank
2014-01-14 10:40:35 +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
2c0417b2d6
fix crash on page to select account
2013-11-26 17:13:58 +01:00
Romain Bignon
ad4239d41c
set the right debit date on card transactions
2013-09-07 22:14:31 +02:00
Romain Bignon
ca018c7cb1
fix selection of accounts when there are both personal and enterprise ones
2013-08-23 11:14:50 +02:00
Romain Bignon
fe6d99c51a
bred: ability to select accounts
2013-08-07 12:08:15 +02:00
Florent
9b022b2ebe
bump to 0.h
2013-08-03 14:31:13 +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
Romain Bignon
27371fd7ed
support new certificate
2013-04-25 13:31:02 +02:00
Romain Bignon
3f5b2c6d41
fix login on accounts with several subaccounts
2013-04-01 15:05:23 +02:00
Laurent Bachelier
9518899b34
Better modules descriptions
2013-03-27 20:10:01 +01:00
Florent
9484099a1d
bump to 0.g
2013-03-26 18:31:12 +01:00
Laurent Bachelier
7094931c92
Easy spacing fixes, trailing stuff
...
Remove useless trailing \
Remove trailing spaces
Add missing empty lines
autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .
Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
34aff683eb
fix deferred debit cards parsing
2013-02-05 11:23:42 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Romain Bignon
67c24a8926
fix crash when there is no ID on a transaction
2012-12-22 21:22:36 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
3247217dad
ignore special accounts
2012-11-30 17:19:56 +01:00
Romain Bignon
8e4454e14f
fix parsing accounts when there are interlines
2012-11-17 17:00:09 +01:00
Romain Bignon
33bbe6d451
support payment in several times
2012-11-10 12:37:12 +01:00
Romain Bignon
e7c6e6b4ab
correctly encode login and password
2012-11-09 13:31:29 +01:00
Romain Bignon
4a1e4b5afa
bump to 0.e
2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392
Fix crashes with unicode characters in maintainer name
...
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Romain Bignon
5699a18cf0
fix detecting wrong pass
2012-10-02 16:40:38 +02:00
Romain Bignon
dde19633d3
set CERTHASH const on most bank modules and others
2012-09-01 13:38:08 +02:00
Romain Bignon
a9398b515a
correctly detect when user is logged even if the confirm page is unknown
2012-08-24 11:07:31 +02:00
Romain Bignon
319c4598fb
support new auth form
2012-08-08 16:39:04 +02:00
Romain Bignon
159e74ac6d
fix encoding
2012-07-03 11:23:45 +02:00
Romain Bignon
57436e0899
fix when there are several amounts for a card
2012-07-03 10:08:02 +02:00
Romain Bignon
42494d050f
change icon for bred
2012-06-27 16:47:59 +02:00
Romain Bignon
00cb04f49e
new module for french bank Bred (CapBank)
2012-06-27 16:41:28 +02:00