- 13 Jul, 2019 1 commit
-
-
Roger Philibert authored
-
- 05 Jul, 2019 39 commits
-
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Antoine BOSSY authored
-
Bezleputh authored
-
Antoine BOSSY authored
-
Jerome Berthier authored
It still works for some people, so instead of raising an error, we wait for the website to crash then we raise a BrowserIncorrectPassword if it uses a legacy password.
-
Jerome Berthier authored
This reverts commit 5430274b965a109a5e6b672eabf35479cadecaa1.
-
Maxime Pommier authored
-
Quentin Defenouillere authored
Some connections have no main_account, in which case we should not try to get mina_account iban nor yield it. Closes: 43394@sibi
-
Quentin Defenouillere authored
Some connections have an empty password and we crash way too late in the code of browser.py because empty passwords are not detected by the regexp in module.py. The purposeof this patch is to raise wrongpass properly instead of bug. Closes: 39327@sibi
-
Damien Mat authored
Built navigation and parsing for a connection accessing a new web space. It does access to a "Mes Comptes de tiers" section but it is empty by default, contrary to the old web space. A few code formatting too. Closes: 11691@zendesk
-
Quentin Defenouillere authored
Account IDs may have a format like '690/55555' and the currenct Regexp only keeps '690', which leads to accounts with duplicate IDs. Closes: 12022@zendesk
-
Martin Morlot authored
Certain loans are invalid as thus conditions were added for them to be valid. Closes: 42885@sibi, 12073@zendesk, 42778@sibi, 12114@zendesk, 12088@zendesk, 12061@zendesk
-
Jerome Berthier authored
-
Jerome Berthier authored
Currently password with characters breaks the website, it passes the login but fails miserably. Moreover from the banque populaire website (https://mobile.rivesparis.banquepopulaire.fr/) > 15 mai 2019 > ACCÈS À VOS COMPTES > Modification de votre mot de passe > Pour continuer d’assurer un niveau de sécurité optimum sur l’accès à vos comptes bancaires, vous devez obligatoirement changer votre mot de...
-
Jerome Berthier authored
The former implementation was not reaching the synthesis page when the accounts list needed to be expanded. In this case, when facing several deferred cards in a row, the browser was not able to perform the prevAction of the 2nd+ card.
-
Quentin Defenouillere authored
The cragr server crasher really often when trying to change space or when calling iter_transfer_recipients. Closes: 39997@sibi, 40000@sibi, 40007@sibi
-
Quentin Defenouillere authored
Some perimeters seem to have no main account (or no account at all) so we must check this before calling get_main_account(). Closes: 11808@zendesk
-
Florian Duguet authored
bouygues add this mandatory field on some ip address
-
Damien Mat authored
'FLORIANE 2' as TYPE_LIFE_INSURANCE (cragr régions) 'CEL2' as TYPE_SAVINGS (cragr api) 'LIVCR' as TYPE_SAVINGS (cragr régions) ‘INTEGRAL PEA’ and ‘COMPTE PEA-PME’ as TYPE_PEA (submodule netfinca) Closes: 11364@zendesk
-
Damien Mat authored
Closes: 11364@zendesk
-
Damien Mat authored
Take into acccount letter occurences such as '60181576 E7 02' Closes: 11364@zendesk
-
Damien Mat authored
Closes: 12163@zendesk
-
Florian Duguet authored
-
Florian Duguet authored
and instanciate from RecaptchaV3Question in exception_to_job function
-
Florian Duguet authored
-
Florian Duguet authored
-
Florian Duguet authored
-
Quentin Defenouillere authored
Some card labels were half empty because the xpath slightly changes.
-
Quentin Defenouillere authored
Some connections have two coming lines plus an information line, in these cases we must seleft the last coming line while ignoring the information line at the end. When there is no information line, we must take the last coming line otherwise we are skipping the latest coming transactions. Closes: 11993@zendesk, 12060@zendesk
-
Sylvie Ye authored
for recipient without iban
-
Maxime Pommier authored
-
Maxime Pommier authored
-
Damien Mat authored
Closes: 11364@zendesk
-
Quentin Defenouillere authored
First, the word 'Espèces' is not necessarily at the end of the account label, so checking with 'Espèces' in account.label is more appropriate than the endswith(). Second, we should not return [] for PEA Espèces but rather the account balance as liquidities. Closes: 11641@zendesk
-
Damien Mat authored
Typing 'compte courant bloqué' account as TYPE_LIFE_DEPOSIT Build to associate a transaction to the proper account in case of several transactions on the OperationPage Closes: 11364@zendesk
-
Romain Bignon authored
-
Damien Mat authored
Closes: 11364@zendesk
-
Damien Mat authored
-