Skip to content
  1. Jun 01, 2023
  2. May 23, 2023
  3. May 02, 2023
  4. Apr 08, 2023
  5. Mar 28, 2023
  6. Mar 13, 2023
  7. Mar 05, 2023
  8. Mar 04, 2023
  9. Mar 01, 2023
  10. Feb 12, 2023
  11. Feb 04, 2023
  12. Jan 29, 2023
  13. Aug 08, 2022
    • Heddy's avatar
      [erehsbc] fix missing json_otp · eb0eb4ad
      Heddy authored and ntome's avatar ntome committed
      end users can't retry sca with the
      same otp because json_opt in state
      is not saved after a wrongpass exception.
      So we have to verify if otp_json exists.
      eb0eb4ad
  14. Jul 07, 2022
  15. Jun 13, 2022
  16. May 11, 2022
  17. May 05, 2022
    • jlouvel's avatar
      [erehsbc] Rework login · c673d9b4
      jlouvel authored and hydrargyrum's avatar hydrargyrum committed
      S2E children have all the exact same login except erehsbc which has now
      a whole new login. The login is a javascript app so we need to mimic the
      website as close as we can by encrypting the password and doing many
      posts on the same URL to get different JSON callback responses. There's
      an OTP because the website asks for the user to enter the code he has
      received by email if the device connecting to the account is not a
      trusted one. Everything after the login is left untouched.
      c673d9b4
  18. Mar 29, 2022
  19. Feb 18, 2022
  20. Aug 27, 2021
  21. Apr 11, 2021
  22. Apr 04, 2021
  23. Apr 08, 2020
  24. Mar 18, 2020
  25. Feb 12, 2020
  26. Apr 06, 2019
  27. Mar 16, 2019
  28. Feb 27, 2019
  29. Feb 24, 2019
  30. Jan 06, 2019
  31. Dec 03, 2017
  32. Sep 20, 2017
  33. Jul 08, 2017
    • ntome's avatar
      modules: fix AbstractBrowser use · 2398d2e9
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      The weboob arg should now be passed as a kwarg, this avoids passing
      multiple times the weboob as positional argument in case of multiple
      AbstractBrowser.
      2398d2e9