- 19 May, 2019 40 commits
-
-
Quentin Defenouillere authored
Closes: 11227@zendesk
-
Maxime Pommier authored
-
Maxime Pommier authored
-
Maxime Pommier authored
-
Maxime Pommier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
-
Jerome Berthier authored
It is needed for the child epsens, which overwrites this attribute.
-
Jerome Berthier authored
Before the patch the element were identified by an ID, but this ID is not the same depending on the subsite or the number of accounts. So now the ID is dynamically fetched and not hardcoded anymore. Also it (can) handles PERCO where the invests are located in a popup, like for the pockets.
-
Jerome Berthier authored
-
Quentin Defenouillere authored
Added a for loop wqhen trying to access the Loans JSON. If it fails, we must go back to home page before retrying. If we failed 5 times, we raise BrowserUnavailable. Closes: 30311@sibi
-
Quentin Defenouillere authored
Sometimes the history form to show more transactions is not available and the module crashes with FormNotFound() Closes: 16439@sibi
-
Quentin Defenouillere authored
Some connections are in crash because there are <!-- --> comments in the 'td' tag of the balance: using .text_content() solves the issue and return the correct balance. Closes: 41316@sibi
-
Quentin Defenouillere authored
Sometimes there is 'historiqueoperationnel' in the URL so I added it in the regex of the pro history URL()
-
Quentin Defenouillere authored
During login, some connections end up on a 404 error when reaching the accounts page, so we must hceck what URLs are available on the HomePage before going anywhere. Once we know that it is a unique account connection and that we handle the right accounts URL, the rest of the website is the same. Closes: 10843@zendesk, 10844@zendesk, 11067@zendesk, 11068@zendesk, 11190@zendesk, 11176@zendesk, 11207@zendesk
-
Quentin Defenouillere authored
There will never be any investment nor liquidity.
-
Jerome Berthier authored
When there is a virtual keyboard the password must be digits only. It is more clear to return a wrong pass than a password expired.
-
Maxime Gasselin authored
The history were returned for 3 months. Now we return it for 1 year. Moreover the patch allows to sort and return the transactions page per page. Closes: 11276@zendesk
-
Maxime Pommier authored
-
Vincent Ardisson authored
-
Quentin Defenouillere authored
-
Baptiste Delpey authored
This reverts commit 54d4de1023903b47e883e505efe74b9b1bf2a6b5.
-
Maxime Gasselin authored
The client id and client secret are mandatory. The problem was encountered with managerone. Closes: 6711@zendesk
-
Maxime Pommier authored
-
Maxime Pommier authored
-
Quentin Defenouillere authored
The Loans request often crashes so we have to try several times to avoid the 520 error (Unavailable). Closes: 30311@sibi
-
Maxime Pommier authored
-
Sylvie Ye authored
* Some life insurance don't have history, return empty list * raise BrowserUnavailable with error message
-
Maxime Pommier authored
Cards seems to be related to 2 hashs now. The first one is already set in the account id the second one is only findable in a specific page (which gives us the card number). We need to find the link between both hash to set the card number to the good account.
-
Vincent Ardisson authored
Yes, these idiots really require a human-formatted date time with the timezone present in the URL. Else they return a 520 code. We should use the "babel" library to format it correctly instead of hardcoding.
-
Sylvie Ye authored
* Some life insurance don't have history, return empty list * raise BrowserUnavailable with error message
-
Vincent Ardisson authored
There used to be "COTE = 'xxx'", now it's "COTE='xxx'", update regexp. This site is really pathetic. Closes: 41079@sibi
-
Sylvie Ye authored
* Some life insurance don't have history, return empty list * raise BrowserUnavailable with error message
-
Jerome Berthier authored
The website may ask for email and phone confirmation. Email confirmation can be skipped, unfortunately not the phone confirmation.
-
Quentin Defenouillere authored
Now there is a Virtual Keyboard for login, the rest of the website apparently did not change. Closes: 10426@zendesk, 10592@zendesk, 10595@zendesk, 40281@sibi
-