Commit graph

45 commits

Author SHA1 Message Date
Romain Bignon
39448ffcd6 fix detection of badpassword 2013-07-16 09:56:55 +02: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
Florent
8c66ca83c8 Remove unused imports 2013-03-02 10:31:34 +01:00
Florent
f7d7240c09 Remove mkdtemp in modules 2013-03-01 13:58:50 +01:00
Romain Bignon
221f73d600 support when there is an error 2013-02-23 12:58:04 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Romain Bignon
920d46e116 add a pattern to detect cards 2012-12-30 16:36:36 +01:00
Romain Bignon
96181bad0c ugly workaround to prevent duplicated accounts 2012-12-11 16:06:46 +01:00
Romain Bignon
8c831859b6 fix parsing of transactions 2012-12-07 18:12:20 +01:00
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Romain Bignon
f54c82b033 support new LCL certificate 2012-11-16 12:08:13 +01:00
Romain Bignon
72c97ecc8b fix login regexp 2012-11-03 23:32:54 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Romain Bignon
853afb52b2 support several contracts (only select default one for now) 2012-10-19 16:34:12 +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
f72d705204 support CB operations (coming and history) 2012-06-23 21:31:41 +02:00
Pierre Mazière
efd7cb2c75 LCL: password renewal warning 2012-05-24 23:22:26 +02:00
Romain Bignon
3d6b792c34 use FrenchTransaction and detect type of transactions 2012-05-22 18:31:25 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
Romain Bignon
7cc8e319c3 prevent infinite loop when password is wrong 2012-05-04 14:19:42 +02:00
Pierre Mazière
612d4a5cd5 Change e-mail address
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2012-05-02 14:39:32 +02:00
Romain Bignon
2a97ab0074 add a regexp on password field 2012-04-25 13:46:12 +02:00
Romain Bignon
1e7e17cf4a fix when history is empty 2012-04-21 13:29:02 +02:00
Romain Bignon
0be25e5c29 always go on the history page 2012-04-18 11:16:54 +02:00
Pierre Mazière
681f6c0bec LCL: strip balance string
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-04-18 00:55:47 +02:00
Romain Bignon
e8e9302731 fix parsing account label 2012-04-13 14:59:56 +02:00
Romain Bignon
b157e92d5b use decimal.Decimal instead of float to store amounts of money 2012-03-29 16:31:18 +02:00
Pierre Mazière
32b87b47f5 LCL: site specific fix
Reported-by: Ch. Perret <ch.perret@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Tested-by:  Ch. Perret <ch.perret@gmail.com>
2012-03-29 16:03:50 +02:00
Pierre Mazière
9a43dce034 LCL: site specific fix
Reported-by: Ch. Perret <ch.perret@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 15:02:07 +02:00
Pierre Mazière
b440918eca LCL,BNPorc: fix str to unicode conversion warnings
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 14:25:54 +02:00
Pierre Mazière
bb6c65bb69 LCL: python 2.5 compatibility
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 14:25:53 +02:00
Luc Didry
49ad32163d Fix an error of "invalid literal for float()" if the balance is negative
Signed-off-by: Luc Didry <luc@didry.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-03-24 08:04:05 +01:00
Romain Bignon
8f282c9ae8 rename iter_operations to iter_coming 2012-03-23 17:07:34 +01:00
Romain Bignon
4422a25421 fix getting accounts 2012-03-15 15:50:47 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Romain Bignon
be14595308 apply changes to ICapBank API 2012-02-26 18:30:40 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Pierre Mazière
8566c3442d LCL: list 45 days history by default
Signed-off-by: Gilles Quenot <gilles.quenot@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-01-25 00:25:13 +01:00
Pierre Mazière
8a70c77b80 LCL: update to fit web site changes
Update login process
Secure login by adding a random value in the URL as in
the original web site
Deal with both Pro and Particulier versions

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-01-24 23:51:58 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00