Skip to content
  1. Aug 18, 2018
    • Quentin Defenouillere's avatar
      [spirica] fix date issue · 85f2c816
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      This is a blind fix concerning the "symbols = '-'" patch from a weboob
      contributor: https://git.weboob.org/weboob/devel/merge_requests/218
      It seems that something with the obj_date is causing crashes on the workers that we
      cannot reproduce locally so while I am waiting for the session folder,
      this fix may reduce bugs on the spirica module.
      85f2c816
    • Sylvie Ye's avatar
      [gmf] handle document signature page · ef973840
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Some users have to sign documents.
      It can be skipped by going on Account page. But account page can also be redirected on document signature page like this:
      AccountsPage(GET) -> DocumentsSignaturePage -> AccountsPage(GET) -> DocumentsSignaturePage
      
      Plus, for transaction and investment it's a POST request, document signature page can be here after the post.
      Every pages can be redirected like this in go_details_page:
      AccountsPage(GET) -> DocumentsSignaturePage
      AccountsPage(GET) -> TransactionsInvestmentsPage(POST) -> DocumentsSignaturePage
      
      It's easier to raise ActionNeeded.
      
      Closes: 15699@sibi
      ef973840
    • Quentin Defenouillere's avatar
      [cmso] Modifications to manage the arkeabanqueprivee URL and name · 9e2fa7a1
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      These modifications are linked to the arkeabanqueprivee new module
      that inherits from CMSO.
      Howevers the credentials were for "par", we will need a "pro" account to
      check if the login works as well with arkeabanqueprivee or modify
      cmso/pro/browser.py accordingly.
      9e2fa7a1
  2. Aug 15, 2018
  3. Aug 13, 2018
  4. Aug 09, 2018
  5. Jul 30, 2018
  6. Jul 29, 2018