Skip to content
  1. Jan 11, 2024
  2. May 23, 2023
  3. Apr 11, 2023
  4. Apr 08, 2023
  5. Mar 13, 2023
  6. Mar 05, 2023
  7. Feb 12, 2023
  8. Jan 29, 2023
  9. Dec 02, 2022
  10. Oct 07, 2022
  11. Aug 12, 2022
    • Damien Mat Jedrzejewski's avatar
      [bp] properly implement fill_account · 1593bf5f
      Damien Mat Jedrzejewski authored and ntome's avatar ntome committed
      Used to retrieve account.ownership.
      This prevents whole iter_accounts to break
      when bug is situated on the get_profile method.
      Tested on accounts with/out ownership, Par and Pro.
      This is a follow up to 3a1a9cb059becfc5affdb9e7ae3d41d47ff47fa7
      but make it more resilient.
      1593bf5f
  12. Aug 08, 2022
  13. Jun 13, 2022
  14. Feb 18, 2022
  15. Jan 26, 2022
    • Florent Viard's avatar
      [bp] Detect when accounts are not authorized for transfers · d3eb4d0b
      Florent Viard authored and ntome's avatar ntome committed
      Sometimes, some standard accounts are not allowed to do transfers.
      It will be the case if the user account is in special situations like
      being blocked or having the certicode+ that is not well setup anymore.
      
      In that case, trying a transfer would result in a "Recipient not found"
      error, as trying to access the transfer page will result in a
      maintenance error.
      
      To solve this issue, we will detect early, for each account, if they are
      allowed to be transfer sources. This is done by checking the existence
      of the "Virements" button on account pages.
      d3eb4d0b
  16. Aug 27, 2021
  17. Apr 11, 2021
  18. Apr 04, 2021
  19. Dec 11, 2020
    • Maxime Gasselin's avatar
      [bp] Change login regexp · 838751ff
      Maxime Gasselin authored and Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski committed
      Only 10 numbers and an optional 11th number or letter are allowed.
      838751ff
    • Florent Viard's avatar
      [bp] Refactor handling of loi6902 popup during a transfer execution · 9eabb615
      Florent Viard authored and Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski committed
      Loi 6902 forbid banks to allow "Livret" accounts to be used for
      "paiments" / "prélévements" or any transfer to an account that not a
      debit account with the same owner.
      
      More than that, most banks consider that the recipient debit account
      should be located in the same bank.
      
      A lot of banks were not respecting this law and last year there was a
      crackdown on this subject by authorities.
      
      So, before, the banque postale was allowing a transfer to external
      account providing that the user would attest that he is the owner of the
      external account.
      
      But, it looks like that there was an update of the BP website around the
      24/11/2020, and that now, such transfers are simply completely blocked
      without possibility to ignore the error.
      9eabb615
  20. Dec 07, 2020
    • Maxime Gasselin's avatar
      [bp] add login regexp · 4996c20c
      Maxime Gasselin authored and hydrargyrum's avatar hydrargyrum committed
      The login authentication page allows 10 or 11 characters only. Moreover only
      alphanumeric chars are allowed.
      
      Closes: 162072@sibi
      4996c20c
  21. Nov 17, 2020
  22. Oct 28, 2020
  23. Sep 23, 2020
  24. Aug 07, 2020
  25. Jul 02, 2020
  26. May 22, 2020
  27. Apr 22, 2020
  28. Apr 08, 2020
  29. Feb 12, 2020
  30. Feb 11, 2020
  31. Jan 30, 2020
  32. Nov 20, 2019
    • Célande Adrien's avatar
      [bp] repaired transfer · 04970b09
      Célande Adrien authored and hydrargyrum's avatar hydrargyrum committed
      The website layout changed.
      The errors are handled by the new and the old code because the layout is
      instable.
      When the execution date corresponds to the week end, the website changes
      itself the date.
      
      For now, it does not handle OTP or decoupled.
      04970b09