Laurent Bachelier
7a8aa783df
lcl: Make RC4 hack less bad
...
* Don't add RC4 every time we init the class, since it's a global
variable.
* Don't crash if pyopenssl isn't available.
fixes #2000
2015-06-25 18:55:44 +02:00
Baptiste Delpey
a4860facff
lcl new transaction detail page
2015-06-23 11:26:26 +02:00
Vincent Paredes
acbbb862ab
fixing bad login when session expire
2015-06-10 20:57:21 +02:00
Vincent Paredes
be53563e9b
fixing RC4 and cert for pp browser
2015-05-27 08:13:15 +02:00
Romain Bignon
4fa00ad235
call default Browser.deinit()
2015-03-25 00:33:41 +01:00
Romain Bignon
161d977a9c
change timeout to 30 seconds
...
When AccountHistoryPage uses Async to load details of each transaction,
sometimes the server needs ~15 seconds to send response
2015-03-24 23:56:15 +01:00
Romain Bignon
406297ac9f
fetch detail of transactions and use it in Transaction.raw
2015-03-16 15:43:53 +01:00
Romain Bignon
446bb3416c
lcl: website change, rewrite with browser2
2014-12-03 23:23:04 +01:00
Laurent Bachelier
448c06d125
pep8 blank lines fixes
...
flake8 --select W391,E302,E301,E304
autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84
rename things related to browsers
...
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions
Also, the new tree for browser2 is:
weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
0088013ae1
Rename BaseBrowser to Browser
2014-09-26 10:18:12 +02:00
Vincent Paredes
439ed46f13
handle lcl pro https://professionnels.secure.lcl.fr
2014-07-11 15:24:24 +02:00
Romain Bignon
8d38e60f05
certificate changed
2014-06-30 19:08:11 +02:00
Romain Bignon
095540a74a
support changes in login screens
2014-02-16 23:16:18 +01:00
Romain Bignon
3887bd70c4
remove all of the agency parameter (refs #1313 )
2013-12-16 12:35:29 +01:00
Romain Bignon
e98989c0fd
new certificate hash
2013-11-15 15:44:36 +01:00
Romain Bignon
b265bae142
support new contracts selection page
2013-08-14 11:22:35 +02:00
Romain Bignon
bb430b3078
lcl: support new auth system
2013-07-21 19:10:16 +02:00
Romain Bignon
39448ffcd6
fix detection of badpassword
2013-07-16 09:56:55 +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
Romain Bignon
f54c82b033
support new LCL certificate
2012-11-16 12:08: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
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
0be25e5c29
always go on the history page
2012-04-18 11:16:54 +02:00
Romain Bignon
35688f58c9
Account.link_id becomes a private attribute
2012-03-10 09:03:26 +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