Romain Bignon
ba02773ce1
load ISIN code from details page if not available in the list
2015-09-06 12:08:21 +02:00
Romain Bignon
06e0df0b4f
correctly get subscriptions even if previous page was on market
2015-07-26 15:18:20 +02:00
Vincent Paredes
5fe53ca8a5
handling netissima page
2015-06-10 20:57:21 +02:00
Romain Bignon
2706f9bf71
fix switches between market and bank websites
2015-05-22 16:11:56 +02:00
Florent
935fa16c19
ing: fix bad login with cookie cache
...
Description of the problem: we are loading an expired cookie. We go to
the login page (redirected by the website, or because of the url stored
in storage. It does not matter).
Next step: we call do_logout, it clear the cookies
Next step: stay_or_go do nothing
Next step: we do a post, without any cookie. The request fail
Solution: force the "go()" after cookie cleaning
2015-03-20 22:23:18 +01:00
Florent
c36f3bb040
Store "where" in ing browser
...
The ing browser needs a stateful navigation, so store the state with the
cookies
2015-03-19 22:52:48 +01:00
Romain Bignon
b040b07f44
be sure we are logout before login
2015-02-10 08:44:02 +01:00
Romain Bignon
2f61835521
introduce new type Account.TYPE_LIKE_INSURANCE
2015-02-05 18:35:06 +01:00
Romain Bignon
55f8bbcf2e
as ING website sucks, re-login to retry getting investments list
2015-02-04 15:06:16 +01:00
Baptiste Delpey
ea030bf6ab
NotImplemented exception for history on asv and clean code
2015-02-03 11:31:33 +01:00
Romain Bignon
95aa29b715
ASV accounts don't have history
2015-02-02 20:14:19 +01:00
Romain Bignon
e55bcf9ff2
fix switch between market and checking websites
2015-02-02 20:14:19 +01:00
Romain Bignon
d26bbc50a8
support of ASV accounts
2015-01-21 14:17:23 +01:00
Romain Bignon
a43068648b
allow birthday to be entered with separators
2015-01-21 10:40:03 +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
9949bbf919
Move exceptions to weboob.core.exceptions
2014-10-02 11:04:14 +02:00
Florent
a019819f9d
Move browser2 from weboob/tools/b2 to weboob/browser2
2014-10-02 11:01:34 +02:00
Florent
aab2e341f9
Add a @ckeck_bourse decorator for a clean redirect
2014-09-29 10:14:51 +02:00
Florent
3076579747
Index is back for some accounts...
2014-09-04 23:37:16 +02:00
Romain Bignon
28eb04c6d5
fix: do not keep reference to the first page to parse transactions
2014-09-03 13:19:20 +02:00
Florent
4c29f8a4cd
Fix history for saving accounts
2014-09-02 15:23:32 +02:00
Florent
732417b94a
Support coming operations
2014-08-28 11:52:15 +02:00
Florent
346c6efc6b
Remove (finally!) the index on ing / do not get coming operations
2014-08-27 11:04:04 +02:00
Laurent Bachelier
0f90d6e9dd
Some English fixes
...
"informations" is incorrect; try to use a better word, or the invariant "information".
2014-07-09 12:50:32 +02:00
Romain Bignon
e434bb90e2
all browser2 modules may import exceptions from weboob.tools.exceptions
2014-05-17 14:27:56 +02:00
Florent
c488a0c7ae
Use @pagination
2014-04-15 10:26:25 +02:00
Florent
56d1100166
self.where should be a instance variable
2014-04-02 12:49:20 +02:00
Florent
080c4aff81
Introduce find_id_list
...
And code simplification in backends/browsers
2014-04-01 17:40:38 +02:00
Florent
a5e55208ae
Support pagination in iter_bills
2014-04-01 15:14:28 +02:00
Florent
1994970385
Simplify the code
2014-04-01 12:59:13 +02:00
Florent
af570a856f
Some browser2 features in transfer pages
2014-04-01 12:36:07 +02:00
Florent
2ab48d4800
Some pep8 cleaning
2014-04-01 11:56:15 +02:00
Florent
969e1c7cc7
Do not stay, always go
2014-04-01 11:17:45 +02:00
Florent
8a28d9cc5f
Some small fixes with browser2
2014-04-01 11:08:58 +02:00
Florent
b79215733c
Convert iter_bills and postpredown
2014-04-01 10:28:18 +02:00
Florent
2ddd15fda9
Convert CapBill to browser2, step 1
2014-04-01 10:15:43 +02:00
Florent
3cab148414
Do not return same id twice
2014-03-28 14:55:56 +01:00
Florent
2738538fb6
Support transfer with browser2
2014-03-28 14:16:24 +01:00
Florent
0e7aab4642
Remove useless (with Browser2) code
2014-03-28 14:16:24 +01:00
Florent
df85155463
Support market accounts with browser2
2014-03-28 14:16:24 +01:00
Florent
510acc4368
Protect "?" in urls
2014-03-28 14:16:24 +01:00
Florent
267b8bbc75
Add history support with Browser2
2014-03-28 14:16:24 +01:00
Florent
15ca64f3d9
First step on ING with Browser2
...
Login and listing of accounts work
2014-03-28 14:16:23 +01:00
Florent
b6c61210b1
Get history of titre account
...
Beta version. Probably need some new parameters
2013-09-11 20:20:41 +02:00
Florent
0e6a65666e
Use raw parser for TitrePage
2013-08-12 14:39:32 +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
Florent Fourcot
cbbdad084d
Add investments support to ING
2013-07-08 22:38:54 +02:00
Florent
a1138c86b9
Raise NotImplementedError if account type not supported
2013-07-04 18:56:28 +02:00
Florent
0126d01e01
New certificat
2013-06-14 10:27:45 +02:00
Florent
278902f909
Trivial buf fix on ID generation
2013-03-25 11:10:38 +01:00