Romain Bignon
a9be0e00bb
add transaction patterns
2014-09-02 12:10:48 +02:00
Vincent Paredes
439ed46f13
handle lcl pro https://professionnels.secure.lcl.fr
2014-07-11 15:24:24 +02:00
Vincent Paredes
e8bf117728
remove logging checking on the contract page
2014-03-26 09:42:19 +01:00
Vincent Paredes
fee1fe96b6
increase the mode parameter to get more history
2014-02-26 18:37:52 +01:00
Romain Bignon
095540a74a
support changes in login screens
2014-02-16 23:16:18 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Romain Bignon
3887bd70c4
remove all of the agency parameter (refs #1313 )
2013-12-16 12:35:29 +01:00
Romain Bignon
b265bae142
support new contracts selection page
2013-08-14 11:22:35 +02:00
Romain Bignon
bacee4a383
fix detection of authentication errors
2013-08-09 11:50:47 +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
Noé Rubinstein
03b427be7e
LCL: add enterprise site
2013-07-23 22:11:23 +02:00
Romain Bignon
bb430b3078
lcl: support new auth system
2013-07-21 19:10:16 +02: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
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
853afb52b2
support several contracts (only select default one for now)
2012-10-19 16:34:12 +02:00
Romain Bignon
f72d705204
support CB operations (coming and history)
2012-06-23 21:31:41 +02:00
Romain Bignon
3d6b792c34
use FrenchTransaction and detect type of transactions
2012-05-22 18:31:25 +02:00
Romain Bignon
7cc8e319c3
prevent infinite loop when password is wrong
2012-05-04 14:19:42 +02:00
Romain Bignon
1e7e17cf4a
fix when history is empty
2012-04-21 13:29:02 +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
4422a25421
fix getting accounts
2012-03-15 15:50:47 +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
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