Commit graph

27 commits

Author SHA1 Message Date
Baptiste Delpey
91adb3b163 caissedepargne fix BrowserUnavailable when browser is on market pages 2015-08-12 15:34:36 +02:00
Vincent Paredes
272ac9f1cd handling website error for market place 2015-08-07 13:31:53 +02:00
Baptiste Delpey
43f447227a caissedepargne fix IndexError related to investment feature 2015-08-05 15:16:15 +02:00
Baptiste Delpey
d199050366 caissedepargne investment on lifeinsurance and market account 2015-08-04 17:06:49 +02:00
Romain Bignon
6c06d50476 do not force TLSv1 anymore as in some cases it doesn't work 2015-05-27 11:38:35 +02:00
Romain Bignon
9a9f061beb support Banque BCP which uses same website than caissedepargne 2015-04-03 16:58:22 +02:00
Romain Bignon
606aca1bd5 set type on card transactions 2014-12-03 08:43:31 +01: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
Romain Bignon
4cbb7591fa force use of TLSv1 on lowsslcheck as the web server's support of SSLv3 is broken 2014-08-20 11:12:56 +02:00
Romain Bignon
8b6505eee5 new certificate for caisse-epargne.fr 2013-12-09 09:18:32 +01: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
9e33711227 caissedepargne: support pro accounts 2013-07-23 22:11:23 +02:00
Romain Bignon
cf3b30b1d1 support new version of website 2013-04-09 17:14:49 +02:00
Romain Bignon
79da6e604f clear cookies during login 2013-04-08 16:42:11 +02:00
Romain Bignon
e0190a93eb be more robust on logout 2013-04-06 10:55:32 +02:00
Romain Bignon
4f49f96880 fix navigation 2013-04-01 18:43:53 +02:00
Romain Bignon
fc78b3c9b7 fix detection on login failed, and support deferred debit cards 2013-04-01 16:25:46 +02:00
Romain Bignon
c0e3a1d6e2 support more history 2013-02-23 12:13:01 +01:00
Romain Bignon
bb67ad369b website has changed the certificate 2013-02-11 08:19:39 +01:00
Romain Bignon
f265722d0a support when website is unavailable 2012-11-12 08:08:06 +01:00
Romain Bignon
e52c6d6b18 handle login errors 2012-11-10 12:51:43 +01:00
Romain Bignon
3b6d6bfc64 fix domain to use 2012-09-16 10:27:27 +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
83a0419e42 fix retrieving history when not on the accounts list page 2012-08-18 13:17:25 +02:00
Romain Bignon
fa3b0ee174 add module caissedepargne (closes #787) 2012-07-31 17:01:19 +02:00