- 16 Mar, 2019 33 commits
-
-
Ludovic LANGE authored
Credit du Nord PEE has (now) an enhanced security feature, using a kind of 'fingerprinting' of the browser device which is used to detect if you changed device ; and will trigger the sending of a OTP to email or SMS for authorization of a new device. If you fill-in the proper OTP you received, it will allow this new device from now on. The current creditdunordpee does not handle this feature, and I was not able to add it easily. Instead, I found that this bank is using what looks like a shared platform with other banks - that is already supported by weboob (module : s2e for the shared code, and modules: bnppere, capeasi, erehsbc, esalia for the banks using it) Thus I rewrote the creditdunordpee module to use s2e shared code and have the authentication working. In addition to fixing authentication, the use of s2e module gives us a new capability (CapBankPockets). Morever, it seems maintained.
-
Sylvie Ye authored
'context' request data is not needed anymore
-
Quentin Defenouillere authored
The iter_investments() method in AmundiBrowser was renamed iter_investment() to fit the method call from the AG2R module, it also has to be modified for caels that is a child of amundi.
-
Quentin Defenouillere authored
The "_tabi" param for FCPE invests may be equal to "C" or "I1"; this new regexp handles the two possible values. Closes: 9974@zendesk
-
Vincent Ardisson authored
-
Quentin Defenouillere authored
Closes: 37123@sibi
-
Martin Sicot authored
Sometimes, an rgpd pages pop when trying to logging, causing an ActionNeeded. This page (that the user don't see) can be by-passed by going on the bypass_rgpd url. This is what we do every time now when we try to logging if we retrieve this page. closes: 9023@zendesk closes: 9529@zendesk
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
Some users have a PEA but they don't have access to linebourse. The self.page.is_error() was already handled in iter_accounts, but not in iter_history() and iter_investments(), therefore some connections were still crashing. Closes: 32564@sibi
-
Quentin Defenouillere authored
Inactive accounts have no link and if we try to click for history or investments, it returns a BrowserUnavailable. So we must verify if they are inactive before trying requests.
-
Quentin Defenouillere authored
Some LI on crédit coopératif did not have any balance so the accounts were skipped because there was an xpath that we did not handle yet. An example of these life insurances is "ACTIPLUS".
-
Quentin Defenouillere authored
The Crédit Coopératif connections could not access the Linebourse space because the in update_linebourse_token() method, the domain was hardcoded and only worked for the caissedepargne module.
-
Quentin Defenouillere authored
Closes: 37021@sibi
-
Vincent Ardisson authored
The name wasn't defined in the namespace
-
Célande Adrien authored
-
Florian Duguet authored
Closes: 30784@sibi 37312@sibi
-
Florian Duguet authored
raise BrowserIncorrectPassword, even if password is not wrong Closes: 36047@sibi 36149@sibi 36150@sibi
-
Sylvie Ye authored
boobank need iterable element
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
-
Quentin Defenouillere authored
This commit fixes several bugs in iter_accounts, linked to untyped accounts and unavailable main account balances. I factorized the try/except when trying to go the an accounts space. I also added a try.except on the "cards" requests because it often returns a 400 error that crashes the whole connection. The count_spaces xpath was corrected to fit specific professional spaces too. Closes: 35460@sibi
-
Florian Duguet authored
Closes: 29350@sibi
-
Quentin Defenouillere authored
For Selenium modules, HEADLESS should always be set back to True before pushing an MR.
-
Florian Duguet authored
-
Florian Duguet authored
This can happen for loan Closes: 35187@sibi 35596@sibi 35597@sibi
-
Florian Duguet authored
sometimes asked letter of secret code are out of size manage this behavior and retry until 4 times Closes: 15969@sibi 29672@sibi 15968@sibi
-
Quentin Defenouillere authored
For some recipients that are present in both internal and external lists, the "accountNatureLongLabel" does not appear in the JSON so we must put a default value, even if these recipients will not appear in the final list of recipients because they will be skipped in the browser.py (recipients without the "accountNatureLongLabel" key are actually proxy accounts)
-
Maxime Gasselin authored
In this case when we reached these pages, the navigation is broken. We avoid to reach it in the iter account and return no transactions for history and coming. Closes: 36493@sibi
-
Maxime Gasselin authored
The url were not handled (certainly changed by bp). Closes: 33539@sibi
-
Quentin Defenouillere authored
Closes: 9732@zendesk
-
Quentin Defenouillere authored
Some investments that have 'Détail' in the label are actually a sum-up of other invests, we must ignore them to avoid valuation duplicates. I also corrected the codes and code_types for these invests. Closes: 9840@zendesk
-
Quentin Defenouillere authored
A "Humanis" connection had a specific kind of CCB invests with a specific URL.
-
Romain Bignon authored
All copyright holders have given their consent.
-
- 03 Mar, 2019 2 commits
-
-
Antoine BOSSY authored
-
Antoine BOSSY authored
-
- 02 Mar, 2019 1 commit
-
-
Vincent A authored
-
- 27 Feb, 2019 4 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-
Romain Bignon authored
-