Commit graph

21 commits

Author SHA1 Message Date
Baptiste Delpey
989ea330d6 cragr add page to fix no accounts 2015-08-12 15:34:38 +02:00
Romain Bignon
e0384cb660 Revert "cragr add auth service page"
This reverts commit 71fd2f4a0b.
2015-08-04 17:07:35 +02:00
Baptiste Delpey
71fd2f4a0b cragr add auth service page 2015-08-03 17:03:11 +02:00
Romain Bignon
c9d457b326 fix import of Account 2015-07-31 14:48:06 +02:00
Romain Bignon
cdea010d4e fix too general regexp for login page 2015-07-30 16:24:06 +02:00
Romain Bignon
d29ab5f7df fix getting history for card accounts 2015-07-30 11:58:08 +02:00
Baptiste Delpey
7142522b3d cragr fix a no accounts 2015-07-28 14:57:50 +02:00
Pierre-Louis Bonicoli
7629ef1735 Detect connection errors 2015-06-10 20:57:20 +02:00
Romain Bignon
8972743bd7 handle useless pages to prevent being redirected to mobile version 2014-12-04 08:50:50 +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
0008cf17f1 order transactions by date to prevent LinearDateGuesser to be duped by the f*cking website 2014-07-01 12:10:17 +02:00
Romain Bignon
e1eb1b80af do not follow spam links 2013-08-07 19:06:34 +02:00
Romain Bignon
1282a32cb1 cragr: do not fallback on mobile website when homepage isn't the accounts list 2013-07-28 22:56:55 +02:00
Noé Rubinstein
f1d3f03a92 cragr: add support for credit cards 2013-07-26 22:56:10 +02:00
Romain Bignon
faea86ad73 support special login URLs on some regions 2013-07-16 09:52:17 +02:00
Romain Bignon
8cd0dff1df do not raise BrowserIncorrectPassword when the website displays an useless "urgent message" on login 2013-05-30 14:24:16 +02:00
Romain Bignon
510fc6461f fix detection of old website 2013-03-26 16:11:22 +01:00
Romain Bignon
d17dda5965 detect when credentials are wrong 2013-03-21 13:21:42 +01:00
Romain Bignon
5c718184c6 go on the savings page to get more accounts (patch from Xavier Guerrin) 2013-03-21 10:48:39 +01:00
Romain Bignon
240efb85f4 support new Crédit Agricole website 2013-03-19 11:34:46 +01:00