Skip to content
  1. Jan 11, 2024
  2. Oct 17, 2023
  3. Sep 29, 2023
  4. Jul 24, 2023
  5. Jul 12, 2023
  6. Jun 01, 2023
  7. May 23, 2023
  8. Apr 14, 2023
  9. Apr 08, 2023
  10. Apr 04, 2023
  11. Mar 28, 2023
  12. Mar 13, 2023
  13. Mar 05, 2023
  14. Feb 23, 2023
  15. Feb 17, 2023
  16. Feb 12, 2023
  17. Feb 11, 2023
  18. Feb 04, 2023
  19. Jan 29, 2023
  20. Dec 09, 2022
    • jlouvel's avatar
      [cragr] Fix wrong BrowserUnavailable for loan space · 6dd6da31
      jlouvel authored
      During some redirection process in loan space, we check if a reponse has
      "IHML_SSO_ERROR" in its content. It seems that the response can now have
      "IHML_SSO_ERROR_PING" in it too. False BrowserUnavailable were raised
      because of that.
      6dd6da31
    • jlouvel's avatar
      [cragr] Keep session valid after going to netfinca website · 016a4766
      jlouvel authored
      Some cragr connections have to go to netfinca website to fetch some PEA
      or Market accounts. Once on their website, the cragr session is killed.
      We have to reproduce what the website does when clicking a button on
      netfinca to go back to cragr website.
      016a4766
    • jlouvel's avatar
      [cragr] Handle tax residency filling page · a8625ebb
      jlouvel authored
      At the end of the login, some users are asked to fill a tax residency.
      There's a button to do it later but we can't do it for the user. Trying
      to access accounts will always lead to this page so we have no choice
      but to raise an ActionNeeded.
      a8625ebb
    • jlouvel's avatar
      [cragr] Increase timeout to 20.0 · 559c6222
      jlouvel authored
      A lot of timeout errors are happening since a few weeks. This one is not
      tested as I couldn't reproduced it when coding it. But there are for
      sure differences in time between two requests, one can be quite slow and
      another quite fast. Trying to increase the timeout might reduce these
      timeout errors. If this fix has no effect, it will be reverted.
      559c6222
    • Thomas Toumeyragues's avatar
      [cragr] Use contract number as id for mortgage · 07b7bd5c
      Thomas Toumeyragues authored
      Loan/credit ids may be duplicated. Mortgages are one
      of them but it was missing from the condition
      07b7bd5c
    • Heddy's avatar
      [cragr] fix ServerError for some pro loans · 466053e7
      Heddy authored
      missing account number for some pro loans
      which causes a ServerError when we try to
      go to details page.
      In json these loans have 'numeroPret'
      instead 'numeroCredit'.
      466053e7
    • Heddy's avatar
      [cragr] add mortgage type · 91da277c
      Heddy authored
      91da277c
    • Mathieu Gremy's avatar
      [cragr] Changed account types to fix redirection · 002b657b
      Mathieu Gremy authored
      Error while trying to iter over the investment of some accounts:
      woob.browser.exceptions.HTTPNotFound: 404 Client Error: Not Found
      002b657b
    • Thomas Toumeyragues's avatar
      [cragr] Skip unavailable space and contracts pages · 0fd25953
      Thomas Toumeyragues authored
      Somes users have several spaces, some may be
      inaccessible. When only one in many is
      available, the main one, we need go through
      the same process as if there were only one space
      or we will face again an unavailable space.
      0fd25953
    • Heddy's avatar
      [cragr] Handle liquidities for market account · e01291c9
      Heddy authored
      On the website, liquidities of PEA or MARKET,
      are listed as an account.
      
      This MR handle 'Compte espèces Titres' like
      'Compte espèce PEA' to create_french_liquidity
      by creating new attribut : is_liquidity
      e01291c9
  21. Sep 05, 2022
    • Yacine BOUHALA's avatar
      [cragr] Typing new account · c95ff2dc
      Yacine BOUHALA authored and ntome's avatar ntome committed
      c95ff2dc
    • Heddy's avatar
      [cragr] fix unavailable details loan page · 3d3e9052
      Heddy authored and ntome's avatar ntome committed
      In iter_account, move up the space selector
      before accessing to the loan details,
      because specific spaces like 'PROFESSION_LIBERALE'
      must be converted into 'professional'
      
      And do not attempt to access to the details page
      for loan 'Cautionnement bancaire' because it
      don't exist.
      
      Both issues cause a ServerError 500.
      3d3e9052
  22. Aug 12, 2022
  23. Aug 08, 2022