Vincent A
89cda8fac9
[lutim] upgrade to Browser2
2015-03-30 07:36:45 +02:00
Kitof
0bf4ee54d3
[amazon/fr] Update after site changes
2015-03-29 16:41:15 +02:00
Kitof
81a6ecfc14
[s2e] Shorter description
2015-03-29 16:41:15 +02:00
Oleg Plakhotniuk
28a4569c99
[wellsfargo] Scrape minimum credit card payment and due date. Closes #1809
2015-03-28 17:57:41 +01:00
Oleg Plakhotniuk
67d3499fc0
[amazon] Scrape the updated website. Closes #1808
2015-03-28 17:57:36 +01:00
Oleg Plakhotniuk
e51fa59e8d
[vicseccard] Scrape the updated website. Closes #1807
2015-03-28 17:57:31 +01:00
Oleg Plakhotniuk
45d55856ac
[citibank] Use V8 for login. Closes #1743
2015-03-28 17:57:25 +01:00
Romain Bignon
9a1d638374
fix navigation when passable unavailable page is displayed before login
2015-03-28 11:30:28 +01:00
Vincent Paredes
301a1817a2
parsing last connection date correctly
2015-03-25 14:20:55 +01:00
Bezleputh
d6d3a36119
[popolemploi] website uses https
2015-03-25 13:00:24 +01:00
Bezleputh
678495e779
[explorimmo] fix bug when available field is not found
2015-03-25 13:00:24 +01:00
Romain Bignon
cea81bee07
do not change Transaction.raw if there is no detail
2015-03-25 08:46:57 +01:00
Romain Bignon
7891ce6118
fix crash if dump_state() occurs without a current page
2015-03-25 01:21:28 +01:00
Romain Bignon
4fa00ad235
call default Browser.deinit()
2015-03-25 00:33:41 +01:00
Romain Bignon
6709974d35
shutdown the session async executor to cleanup useless threads
2015-03-24 23:59:39 +01:00
Romain Bignon
195b61fb57
give max_retries to FuturesSession in case it may build HTTPAdaptors
2015-03-24 23:59:05 +01:00
Romain Bignon
a9b86d60a5
if AsyncLoad parameter is None, do not try to open it, and Async returns None
...
This fixes a bug with LCL for transactions without details
2015-03-24 23:57:21 +01:00
Romain Bignon
e6a80af479
call browser.deinit() if defined
2015-03-24 23:57:05 +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
cf4eaba18c
remove trailing space
2015-03-24 22:55:09 +01:00
Kitof
21d7c1150a
[ameli]&[amelipro] Fix permissions
2015-03-24 22:24:19 +01:00
Kitof
ebb829061f
[paypal] new cert + fix conversion warning
2015-03-24 22:24:19 +01: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
47fe42135c
Browser: move load/dump_state to LoginBrowser
...
It does not make sens to store a cookie for a non-logged browser.
2015-03-20 22:23:09 +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
Florent
31f206e697
Fix low balance listing
...
When the balance is low, the span class is "low-balance" and not
balance. Use 'contain' to be more robust
2015-03-19 22:29:54 +01:00
Florent
98b637ec4a
Fix regexp for external transfer
...
Since the SEPA update, the "VIR" prefix is not used anymore.
However, add a new regexp instead of removing the old one for
compatibility with old transactions
2015-03-19 08:01:50 +01:00
Florent
72aaed43fb
Fix exception in some cases
...
When self.loggedpage.is_here is false, we try to raise a
browserIncorrectPassword(error). Sadly, error is not set.
If we are not on the login page, we are in an unknown state (the site is
perhaps down?)
2015-03-18 20:35:26 +01:00
Florent
b3aabdeeaf
Be consistent in enable state: use human readable values
2015-03-17 22:16:15 +01:00
Florent
9208b7bb31
Add 'on' and 'yes' to enabled values
...
Be consistent with ouiboube core
2015-03-17 22:08:50 +01:00
Florent
6b76b31fed
Fix body selectors
2015-03-17 08:33:30 +01:00
Romain Bignon
406297ac9f
fetch detail of transactions and use it in Transaction.raw
2015-03-16 15:43:53 +01:00
Vincent Paredes
659cb51c9f
handling banned account
2015-03-16 15:13:08 +01:00
Romain Bignon
8f24a3fe8f
remove text after card number if any
2015-03-16 15:13:08 +01:00
Romain Bignon
5fa16ee66d
remove spaces from IDs
2015-03-16 15:13:08 +01:00
Vincent Paredes
b888e393f7
handling no amount on account
2015-03-16 15:13:08 +01:00
Vincent Paredes
d011b76273
supporting new account page
2015-03-16 15:13:08 +01:00
Oleg Plakhotniuk
ce65d35081
[amazon] Support for a new payment layout and priceless items. Fixes #1764
2015-03-14 13:12:27 +01:00
Bezleputh
1569eb00ee
[feedly] improve login management
2015-03-13 17:46:30 +01:00
Bezleputh
bc1746214c
[browser] catch HTTPErrors during load_state
2015-03-13 17:45:53 +01:00
Bezleputh
cd358c1239
[leboncoin] do not crash if a select does not exist in the form
2015-03-13 00:05:36 +01:00
Bezleputh
186d501406
[biplan] do not crash when no time can be found
2015-03-13 00:05:36 +01:00
Bezleputh
cdc4410170
[arte] adapt to browser2
...
* use of browser 2
* choose between videos version (ie: subtitles or not)
* support of cinema.arte.tv
2015-03-13 00:05:36 +01:00
Bezleputh
11a63c33ce
[filter] improve Join filter
...
The filter will now act a little bit more like the join command
I also added some parameters that will help formatting (newLine, addBedore, addAfter)
2015-03-13 00:05:36 +01:00
Bezleputh
a3d351eb88
[base] create enum in base and use it in calendar and housing
2015-03-13 00:05:35 +01:00
Bezleputh
92a0b9582f
[feedly] improve tests
2015-03-13 00:05:35 +01:00
Bezleputh
a39dff77a5
[Element] create new element : DictElement
...
use new DictElement in modules
2015-03-13 00:05:35 +01:00
Romain Bignon
be122f0fa6
add 'replace' xpath function
2015-03-12 15:22:42 +01:00
Romain Bignon
c3e88a4119
certificate updated
2015-03-12 12:14:15 +01:00
Vincent Paredes
a833a3e328
handle expired password
2015-03-09 18:55:02 +01:00