Skip to content
  1. Apr 11, 2021
  2. Apr 08, 2021
  3. Apr 04, 2021
  4. Mar 12, 2021
  5. Dec 26, 2020
  6. Nov 17, 2020
  7. Oct 07, 2020
  8. Aug 07, 2020
  9. Jul 15, 2020
  10. Jul 02, 2020
    • Damien Mat Jedrzejewski's avatar
      [creditdunord/courtois] Fix faulty redirect · f04195ec
      Damien Mat Jedrzejewski authored and ntome's avatar ntome committed
      Attempts to access to ProAccountsPage can lead instead to RedirectPage.
      It would end up to a '/sites/erreur-404' URL (but in code 200).
      This happens only on certain connections, as a wrongly activated
      security feature of the server, as discussed directly with the bank,
      when there is no accounts on ProAccountsPage.
      If redirection was followed the whole session would be broken,
      without being logged out, tough. Need to log back.
      f04195ec
    • Damien Mat Jedrzejewski's avatar
      [creditdunord/courtois] Fix faulty redirect · 6d7fb1ad
      Damien Mat Jedrzejewski authored and ntome's avatar ntome committed
      Attempts to access to ProAccountsPage can lead instead to RedirectPage.
      It would end up to a '/sites/erreur-404' URL (but in code 200).
      This happens only on certain connections, as a wrongly activated
      security feature of the server, as discussed directly with the bank,
      when there is no accounts on ProAccountsPage.
      If redirection was followed the whole session would be broken,
      without being logged out, tough.
      6d7fb1ad
  11. Jun 17, 2020
    • Yoann Guillard's avatar
      [creditdunord] Encoding issue compatibility python 2/3 · 9223d91f
      Yoann Guillard authored and hydrargyrum's avatar hydrargyrum committed
      when weboob was lauched by python 3, the accounts' id was containing
      bytestring (eg : 123456789b'0'b'1' instead of 12345678901)
      
      this created a new account and deleted the older one
      so when the client wanted to access/actived it, he had an error
      then we switched the client on his new account in the backend,
      but the problem occured again when it forced a synchronisation
      The automatic sync and the forced one do not use the same python version
      
      this issue came from the use of :
      weboob.tools.compat.unicode(my_str).encode('utf-8')
      resolved by :
      weboob.tools.misc.to_unicode(my_str)
      9223d91f
    • Pierre Nardozi's avatar
      [creditdunord] add ActionNeeded for SCA and SCAW · b230543a
      Pierre Nardozi authored and hydrargyrum's avatar hydrargyrum committed
      b230543a
    • Damien Mat Jedrzejewski's avatar
      [creditdunord/courtois] Fix redirect blocking connections · 183f4fba
      Damien Mat Jedrzejewski authored and hydrargyrum's avatar hydrargyrum committed
      Attempt to access to ProAccountsPage can lead instead to RedirectPage,
      where we can follow a link. It leads to a code 200 page even when
      bearing a 'erreur-404' in the URL.
      This happens only on certain connections as a wrongly activated
      security feature of the server, as discussed directly with the bank,
      when there is no accounts on the aimed page.
      We need to pass through not to block the connection
      183f4fba
  12. Jun 03, 2020
  13. Apr 22, 2020
    • ntome's avatar
      [creditdunord] be compatible with children modules · 44406f87
      ntome authored and hydrargyrum's avatar hydrargyrum committed
      creditdunord children browsers do not take the BASEURL as argument, so
      creditdunord browser should do the same.
      
      Currently there are 2 ways to use a sub-bank of creditdunord: a child module
      or using the "website" choice in creditdunord. The former is favored over the
      latter, but we have to stay compatible for some time. Emit a warning if the
      choice option is used instead of child module.
      
      If children modules diverge from the creditdunord module, we will have to fix
      it differently than just setting the BASEURL.
      44406f87
  14. Apr 08, 2020
  15. Mar 05, 2020
  16. Feb 12, 2020
  17. Dec 18, 2019
  18. Dec 05, 2019
  19. Nov 20, 2019
  20. Oct 23, 2019
  21. Oct 01, 2019
  22. Aug 28, 2019
  23. Jul 05, 2019
  24. Apr 20, 2019