Commit graph

37 commits

Author SHA1 Message Date
Romain Bignon
45b776913b handle error page to avoid global crashes 2015-06-10 20:57:21 +02:00
Romain Bignon
be43326ec5 correctly get token only when available 2015-06-10 20:57:21 +02:00
Romain Bignon
80db48e141 remove stored 'token' attribute from browser and fix navigation on banquepopulaire website 2015-06-10 20:57:21 +02:00
Baptiste Delpey
81b0d2add3 fix a crash on iter_accounts after an investment on banquepopulaire 2015-06-10 20:57:20 +02:00
Baptiste Delpey
038a341f3a we now skip message pages to get_investment on banquepopulaire 2015-06-10 20:57:20 +02:00
Baptiste Delpey
886b4bf204 banquepopulaire life insurance investment 2015-06-10 20:57:20 +02:00
Romain Bignon
5e25f32776 banquepop: correctly return an iterator even if this isn't an investment account 2015-06-10 20:57:20 +02:00
Baptiste Delpey
39aba3eb8f investment banquepopulaire 2015-06-10 20:57:20 +02:00
Romain Bignon
9a1d638374 fix navigation when passable unavailable page is displayed before login 2015-03-28 11:30:28 +01:00
Vincent Paredes
d011b76273 supporting new account page 2015-03-16 15:13:08 +01:00
Romain Bignon
c18ba9072c support full list of accounts (closes #1360) 2014-12-26 11:41:53 +01:00
Romain Bignon
7660666d23 break the fucking new protection made by faggots of Banque Populaire 2014-12-14 16:57:36 +01:00
Romain Bignon
a56d3f54c7 support new authentication on some region websites 2014-11-22 15:03:55 +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
Romain Bignon
b8a622590a fix getting history on some special workflow 2013-12-04 18:25:13 +01:00
Romain Bignon
d68de0d0d7 support defered cards 2013-11-29 15:28:34 +01:00
Romain Bignon
efd514d232 fix: sometimes it is not possible to sort by value date in history 2013-11-23 13:21:53 +01:00
Romain Bignon
5ff52844a5 fix connection on other kind of accounts 2013-11-23 13:08:12 +01:00
Romain Bignon
a84979a927 fix authentication on banquepopulaire 2013-11-23 12:47:46 +01:00
Romain Bignon
8d04e22703 support accounts with empty balance 2013-10-23 14:51:12 +02:00
Romain Bignon
1c71ab7a76 do not crash when there is no full list page 2013-10-12 12:25:34 +02:00
Romain Bignon
5c5cb5da8e do not crash if there is no operations 2013-10-10 09:53:53 +02:00
Romain Bignon
1707494747 get list of all accounts 2013-10-09 18:25:23 +02:00
Romain Bignon
efa39af957 sort entries by value date (taken for Transaction.date) 2013-07-28 18:55:51 +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
Romain Bignon
7f09092b37 fix go on professional accounts list page 2013-06-22 14:29:04 +02:00
Romain Bignon
bc348136e7 add new url for homepage 2013-06-15 00:50:20 +02:00
Romain Bignon
fa6dd0b28d support new authentication on some regions 2013-05-20 20:12:53 +02:00
Romain Bignon
9d75cd9c72 fix navigation on website 2012-12-10 14:05:57 +01:00
Romain Bignon
131b9775a2 fix retrieving of more transactions history 2012-11-28 14:56:50 +01:00
Romain Bignon
d146062554 fix parsing accounts for some specific versions of website (reported by Alain Spaite) 2012-11-28 14:55:37 +01:00
Romain Bignon
57bdc89b91 support unavailable page 2012-10-27 09:45:41 +02:00
Romain Bignon
bd001f631e fix retrieve of accounts 2012-10-16 14:47:31 +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
d4df7c6277 add module banquepopulaire (closes #835) 2012-07-20 16:51:25 +02:00