- 16 Mar, 2019 40 commits
-
-
Célande Adrien authored
For multiple checking accounts, the iban url was fetched on the same page. Now the detail page of the account is open so the correct url is got. Closes: 9914@zendesk
-
Célande Adrien authored
When there is no telephone number, it can mean two things. The subscriber is not the holder of the subscription, so he does not hav access to this data. Or the subscription is not activated yet. 29447@sibi
-
Maxime Gasselin authored
These transactions are also present on the associated checking account. Moreover, these tranactions do not have to be in present in the deferred card history. Closes: 9816@zendesk
-
Célande Adrien authored
One web page of coming transactions was not scraped because we considered that there is only one page at a time. Now the number of coming receipts are counts. This count is used for the ids of `sel_tbl1` in the form to retrieve the page. Closes: 10012@zendesk
-
Quentin Defenouillere authored
The login was broken because they "reinforced" the security at login: now to get the keypad we must pass the Referer in the headers as well as the login as data and POST the request. Closes: 10140@zendesk
-
Sylvie Ye authored
-
Sylvie Ye authored
-
Sylvie Ye authored
`browser` parameter allow to dump tiles in same directory than session folder
-
Maxime Gasselin authored
No history page has been found for loans. We skip them. Closes: 37743@sibi
-
Maxime Gasselin authored
The last id form seems to not exists anymore. But with all children, it's safier to keep it. Closes: 33875@sibi
-
Maxime Gasselin authored
The last id form seems to not exists anymore. But with all children, it's safier to keep it. Closes: 37603@sibi
-
Sylvie Ye authored
-
Sylvie Ye authored
create separate browser and page for API website API website is not working for now (can only retrieve checking and card accounts information), Redirect to old browser after new website login Also fix multispace redirect
-
Baptiste Delpey authored
-
Célande Adrien authored
The accounts with an id equal to '0' redirect to another website, which looks like the new cragr website. (I saw Credit Agricole Provence Côte D'Azur Banque Privée - bgpi-gestionprivee.credit-agricole.fr) The accounts that are found on the new website are already on the old one. Closes: 9948@zendesk
-
Quentin Defenouillere authored
-
Maxime Gasselin authored
Closes: 36178@sibi 35977@sibi
-
Quentin Defenouillere authored
-
Martin Sicot authored
Loan page added (middle to long term) Might need to adapt for short term loans when finding one case. closes:9665@zendesk
-
Quentin Defenouillere authored
The card page changed again and the numbers were in different xpaths so the cards were not retrieved. Closes: 9918@zendesk, 9987@zendesk
-
Maxime Pommier authored
We only got one life insurance account. Fixed it, now we get all invest account in Browser2 way. Same thing for the invest.
-
Quentin Defenouillere authored
The login URL changed
-
Maxime Gasselin authored
The next_page navigation is totally illogical. In the next page button you can return to the first transactions. Morever no logical pattern in history url navigation can be exploited. Nevertheless, we can skip these pages with the comparaison of the first transaction of the page. Closes: 8257@zendesk 8318@zendesk 8292@zendesk 9235@zendesk 9589@zendesk
-
Sylvie Ye authored
* coming balance is 0 * it can have several summary coming card transactions in future transactions list, retrieve all coming transaction
-
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
-