Skip to content
  1. Jul 05, 2019
  2. May 25, 2019
  3. May 19, 2019
  4. Apr 06, 2019
  5. Mar 16, 2019
    • Ludovic LANGE's avatar
      [creditdunordpee] rewrite using s2e, make it work with OTP / device fingerprinting · 59a1e634
      Ludovic LANGE authored and Romain Bignon's avatar Romain Bignon committed
      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.
      59a1e634
    • Quentin Defenouillere's avatar
      [s2e] Typed "Compte courant bloqué" as type DEPOSIT · 54de1c51
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Closes: 9732@zendesk
      54de1c51
    • Romain Bignon's avatar
      change license of modules to LGPL · 24aed79d
      Romain Bignon authored
      All copyright holders have given their consent.
      24aed79d
  6. Feb 27, 2019
  7. Feb 24, 2019
  8. Jan 06, 2019
  9. Sep 16, 2018
  10. Jul 29, 2018
  11. Jun 09, 2018
  12. May 05, 2018
  13. Mar 31, 2018
  14. Mar 03, 2018
  15. Feb 04, 2018
    • ntome's avatar
      [erehsbc] don't pass the "secret answer" anymore · 61903ba1
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      It seems that passing the secret answer makes the site always ask otp.
      By simply not passing it, the site remembers us.
      
      Maybe it's a temporary behavior from the site though, so let's not
      remove the "secret" config key too quickly.
      61903ba1
  16. Jan 14, 2018
  17. Dec 30, 2017
  18. Dec 16, 2017
    • Sylvie Ye's avatar
      add CapBankWealth and CapBankPockets in bank.py · c4a87b34
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      update CapBank into CapbankWealth when iter_investments is implemented
      update CapBank into CapbankPockets when iter_pockets is implemented
      add CapBankWealth when iter_investments is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      add CapBankPockets when iter_pockets is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      c4a87b34
    • Baptiste Delpey's avatar
      [s2e] handle erehsbc otp · 1bee61a7
      Baptiste Delpey authored and Romain Bignon's avatar Romain Bignon committed
      1bee61a7
  19. Dec 03, 2017