Kitof
f9e92b76fa
[paypal] Fix #1747
2015-03-04 22:49:40 +01:00
Kitof
8ae6ad68aa
[shopoob] Improvements + pep8 fixes
2015-03-04 13:37:22 +01:00
Kitof
f7e7e45760
[amazon] pep8 fixes
2015-03-04 13:37:22 +01:00
Kitof
170db43de1
[s2e] New module for Employee Savings Plans. Support for Esalia, Capeasi, "BNP Paribas Épargne & Retraite Entreprises" and "HSBC Epargne et Retraite en Entreprise"
2015-03-04 13:37:22 +01:00
Kitof
131b01c599
[paypal] Get converted amount for foreign currencies
2015-03-04 13:37:06 +01:00
Vincent Paredes
fc6aa997e7
fixing 2nd detail line who was considered like investment
2015-03-03 16:05:21 +01:00
Vincent Paredes
7b0cbfdc41
fixing empty performance
2015-03-03 16:05:15 +01:00
Baptiste Delpey
37026158b8
fix history on paypal, stop parsing suspended recurring payment
2015-03-03 16:04:28 +01:00
Baptiste Delpey
291acb53bc
lcl fix stop parsing not transactions lines
2015-03-03 16:04:24 +01:00
Laurent Bachelier
dd1173e2f2
filters: JSON Dict improvements
...
- Allow the selector to already be a list
- Allow having None as a valid value (JSON "null")
- Handle lists in addition to dicts
- Try to guess whether the selector element is intented to be an int or a str
based on the structure available (list means int)
2015-03-02 15:48:38 +01:00
Laurent Bachelier
7d5835d84f
browser: Fix crash when using HEAD on a page-matching URL
...
HEAD responses have no content, so it doesn't make sense to build
Pages out of them.
2015-03-02 15:48:38 +01:00
Laurent Bachelier
677cc18524
browser: Add an absurl method to Page
2015-03-02 15:48:37 +01:00
Roger Philibert
19de93fe52
add module happn (CapDating)
2015-02-28 17:33:54 +01:00
Romain Bignon
396defc7f5
set default value of Contact.profile to OrderedDict()
2015-02-28 15:55:33 +01:00
Matthieu Weber
838360dd02
Added module itella
...
This module enables parceloob to track parcels sent with Itella, the
finnish postal service.
This version of the patch contains a favicon and replaces the previous patch
with the same title.
Signed-off-by: Matthieu Weber <mweber+weboob@free.fr>
2015-02-27 17:32:32 +01:00
Matthieu Weber
8103add27c
tools/local_run.sh: ignore $HOME/.local
...
When installing weboob in $HOME, the weboob base modules (weboob.browser...)
are installed in $HOME/.local/lib/python2.7/site-packages/... (see PEP-370).
When running weboob from the source directory with tools/local_run.sh, those
base modules are read from $HOME/.local instead of the source directory.
Passing the "-s" option to python makes it ignore $HOME/.local and read the
base modules from the source directory.
Signed-off-by: Matthieu Weber <mweber+weboob@free.fr>
2015-02-27 17:32:24 +01:00
Romain Bignon
aa794ab035
do not try to get history of life insurance accounts
2015-02-26 14:50:37 +01:00
Bezleputh
1200865f4f
[explorimmo] get missing photos
2015-02-26 14:18:25 +01:00
Oleg Plakhotniuk
fbf629bac0
[amazon] Retry ConnectionError as well. Closes #1742
2015-02-26 14:15:54 +01:00
Oleg Plakhotniuk
0cffab661d
[myhabit] Retry after request timeout. Closes #1741
2015-02-26 14:15:47 +01:00
Oleg Plakhotniuk
3aa13dcef1
[citibank] Use Selenium only to log in. Closes #1740
2015-02-26 14:15:41 +01:00
Romain Bignon
e7cec07750
do not use locale.setlocale to parse amount
2015-02-26 14:10:39 +01:00
Baptiste Delpey
2c7e77ae3c
use locale.format to format amount
2015-02-26 13:24:57 +01:00
Baptiste Delpey
e6ff21340f
fix paypal
2015-02-26 13:24:56 +01:00
Romain Bignon
5e267fb689
do not try to get IBAN for delegated accounts
2015-02-25 17:56:57 +01:00
Romain Bignon
14a11abb40
fix crash with previous commit and unhandled urls
2015-02-25 17:51:36 +01:00
Romain Bignon
dcbab3fdca
cragr: get IBAN on accounts
2015-02-25 17:40:01 +01:00
Romain Bignon
7df61bc6cb
add BaseBrowser.get_page method (from _change_location) to get Page object from a result buffer without changing location
2015-02-25 17:40:01 +01:00
Romain Bignon
6a108221db
add HTMLPage.REFRESH_MAX parameter (disabled by default) to configure handle of refreshes
2015-02-25 11:35:45 +01:00
Kitof
da859b36a1
[amazon] Add french translations
2015-02-25 08:21:09 +01:00
Oleg Plakhotniuk
7e42525958
MyHabit module. Closes #1734
2015-02-25 08:18:25 +01:00
Oleg Plakhotniuk
bea188e7f4
Ideel module. Closes #1733
2015-02-25 08:18:21 +01:00
Oleg Plakhotniuk
eeae473ce6
Victoria's Secret store credit card module. Closes #1732
2015-02-25 08:18:17 +01:00
Oleg Plakhotniuk
5113f32e59
Victoria's Secret module. Closes #1731
2015-02-25 08:17:48 +01:00
Julien Veyssier
5fc1bea1bd
freegeoip module for CapGeolocip
2015-02-24 20:35:00 +01:00
Bezleputh
d2fa9242ea
[senscritique] remove id lists
2015-02-24 20:34:00 +01:00
smurail
fa7910cff4
add an Eval filter to eg. use arithmetic expressions
2015-02-24 18:58:36 +01:00
Romain Bignon
e4b80bda90
do not try to get IBAN from life insurance accounts
2015-02-24 18:55:11 +01:00
Baptiste Delpey
b0943a943b
fix investment display when some fields are empty
2015-02-23 18:59:57 +01:00
Baptiste Delpey
504240c29b
fix support of PEA accounts
2015-02-23 18:59:26 +01:00
Baptiste Delpey
5b4c791392
fix #13778 fortuneo module now support "compte especes"
2015-02-23 18:59:03 +01:00
Bezleputh
4d59d1f9ea
[monster] improve page parsing
2015-02-23 17:11:15 +01:00
Baptiste Delpey
98b70d1eac
fix 404 on history and now support "compte livret"
2015-02-23 17:09:33 +01:00
Kitof
f73f671cbe
Fix permissions, encoding and copyrights
2015-02-21 23:37:41 +01:00
Kitof
2012ac3690
[amazon] Add French Support and Shopoob compatibilities
2015-02-21 23:36:51 +01:00
Kitof
10c5abc3d4
[Ameli]&[Amelipro] Update after sites changes, and upgrade to new browser
2015-02-21 23:35:20 +01:00
Kitof
965e5a1b1d
Add shopoob application and new property in shop capability
2015-02-21 23:35:20 +01:00
Romain Bignon
e835e61d0a
handle Timeout exception as ReadTimeout has been introduced in recent versions of requests
2015-02-21 18:02:32 +01:00
Julien Veyssier
00112b3e51
add a link to OSM map as a CapGeolocIp field and make the application fill it
2015-02-21 17:51:17 +01:00
Julien Veyssier
96c7dab513
new module ipapi for CapGeolocIp
2015-02-21 17:51:16 +01:00