- 18 Dec, 2018 7 commits
-
-
0hax authored
Signed-off-by:
0hax <0hax@protonmail.com>
-
Quentin Defenouillere authored
Corrected an ActionNeeded message that can be in h1 or in h3 and verified that we are on accounts page before calling get_token(). Closes: 31907@sibi, 31909@sibi
-
Sylvie Ye authored
-
Quentin Defenouillere authored
We found market accounts with transactions so I used the JSON to implement iter_history.
-
Maxime Gasselin authored
Firstly, special characters are now accepted. Secondly, "<" character seems to be interpreted like html tag. Consequently the following charaters will be removed in the transfer confirmation page. Moreover if a ">" is aslo present, the characters inside the "<>" are deleted. We keep the website behaviour. Closes: 31920@sibi
-
Martin Sicot authored
When at the end of the year, part of the code caused transactions date to be set at 2019/12/dd instead of the current year.
-
Maxime Gasselin authored
The bill function was not well implemented. Some xpath or data forms are specific to palatine (palatine is a children of caissedepargne). Closes: 24997@sibi 29349@sibi 25188@sibi
-
- 17 Dec, 2018 33 commits
-
-
Sylvie Ye authored
handle index page as useless page and do POST request to go on recipient page
-
Sylvie Ye authored
-
Sylvie Ye authored
Iter recipient and transfer is now JSON page Update new recipient URL
-
Quentin Defenouillere authored
The accounts page completely changed, some other requests as well so I rewrote what had to be changed. Closes: 8396@zendesk
-
Sylvie Ye authored
Handle all add new recipient timeout, for exemple: mobile app authentication request has timeout
-
Maxime Pommier authored
We handle the redirection to predica website. We don't scrape it yet, waiting to see dsp2 changes on cragr. Closes: 17571@sibi 8283@zendesk
-
Quentin Defenouillere authored
The 'error' key contains "Veuillez changer votre mot de passe" when the password is expired or does not contain 8 digits as it should now. Instead of raising incorrect password, we raise BrowserPasswordExpired to invite the customer to change his password on the CE website.
-
Quentin Defenouillere authored
The VK recently changed and some hashes were missing. Closes: 30811@zendesk, 30952@zendesk
-
Quentin Defenouillere authored
The connection to Market space for market/PEA accounts does not use linebourse browser anymore but linebourse api browser. I adapted the code from CreditCooperatif to make it also work with Caisse d'Epargne accounts. Closes: 31693@Sibi
-
Sylvie Ye authored
Closes: 30098@sibi
-
Baptiste Delpey authored
the detail link is in a div for in some case.
-
Martin Sicot authored
The variation was due to the different estimation dates, roughly 5 days back for the balance of the account and yesterday for the value of every investment. We chose to keep the sum of the invesments' value. Closes: 8168@zendesk
-
Martin Sicot authored
When mandatory questionnaire pop, we check if we can by-pass it and do it. Otherwise raising ActionNeeded
-
ntome authored
-
Martin Sicot authored
Some AV don't have any investments no any history. The iter history caused a bug, fixed it the same way fixed iter_inv, by checking content of the account._link. Closes: 8254@zendesk
-
Sylvie Ye authored
Handle multiple authentication in order to add new recipient
-
Florian Duguet authored
to share it between boobank and boobill.
-
Maxime Gasselin authored
In the big js recieved, we did not get the good data to post. We got method:"POST" instead of 'typeListeCompte': 'COMPTE_SOLDE_COMPTES_CHEQUES' for example. With the findall method we can skip the bad value. Closes: 8572@zendesk
-
Quentin Defenouillere authored
Some invests codes were missing, I added "XX-liquidity" to the invests that have no ISIN code and that have "espèces" in their label. In addition I added obj_code_types as usually done.
-
Florian Duguet authored
to avoid relogin each time after we download a document Closes: 8410@zendesk
-
Quentin Defenouillere authored
Some Savings accounts had an unavailable balance because it is unavailable on the account list page, I therefore added to request the account details when this happens. Closes: 8404@zendesk
-
Quentin Defenouillere authored
The pagination was not handled at all so the sum of valuations was inferior to the account balance. Closes: 8168@zendesk
-
Maxime Gasselin authored
The second page is the same is the first one is reach. Consequently we can skip it.
-
Maxime Gasselin authored
Lcl website replaces special characters into the label. ":" was missing in the replace function.
-
Sylvie Ye authored
-
Martin Sicot authored
We used to relog every time we visited the market-space, causing useless requests. Corrected by retrieving the link used to retrieving directly the right session.
-
Maxime Gasselin authored
Before we returned all the transactions in one time. Moreover the coming were returned at the end of iter_history. Now the iter_history stops when we have the number transactions requested. For the coming, the iter_history stops when we encounter a not coming transactions.
-
Martin Sicot authored
The website is sending a new informative page explaining the new 'front' of the website every time we try an iter account. We retrieve this page and by-pass it.
-
Martin Sicot authored
Some user don't have any invests on those AV.
-
Martin Sicot authored
Some checking accounts don't have a credit card, when we make a request the website send an error we did not catch, hence causing a bug when try to iterate on the cards_transactions. Closes:21934@sibi
-
Quentin Defenouillere authored
ISIN codes do not always start with "FR" so I changed the method that extracts the code from the label for it to work with any kind of ISIN.
-
Quentin Defenouillere authored
There were no indices for formatter table so I added a "#" column with 1, 2 , 3 (...) so it is easier to locate account numbers and use "investment 42" or "history 28" without copypasting the account ID. This only occurs when using commands interactively.
-
Martin Sicot authored
Closes: 30147@sibi
-