Skip to content
  1. May 23, 2023
  2. Apr 08, 2023
  3. Mar 05, 2023
  4. Mar 01, 2023
    • Damien Mat's avatar
      [oney] rework accounts, transactions typing · 61ca3281
      Damien Mat authored and Romain Bignon's avatar Romain Bignon committed
      - Vast majority of Oney accounts are credit cards (cards associated
        to interests) and will now be typed as cards instead of checkings.
        As such they can be bear card payments transactions as well as other types
      - Stop fetching "Assurance Sécurité" (previously typed
        as life insurance) since it is not even a banking account.
      - Bring typing of more transactions
      - Stop using a catch-all card typing for unknown transactions
      61ca3281
  5. Feb 12, 2023
  6. Feb 11, 2023
  7. Feb 04, 2023
  8. Jan 31, 2023
  9. Jan 29, 2023
  10. Aug 12, 2022
    • sfartit's avatar
      [oney] Increase timeout · 0ab014c4
      sfartit authored and ntome's avatar ntome committed
      The timeout was increased lately and it almost solved the problem.
      But sometimes 30s seems not to be enough.
      
      Was not able to reproduce the problem but it seems to happen
      everyday at around 2am.
      0ab014c4
  11. Aug 08, 2022
    • Daniel Zhu's avatar
      [oney] Increase timeout · e867fc81
      Daniel Zhu authored and ntome's avatar ntome committed
      Sometimes, the max duration for the timeout is exceeded (although it
      has recently been increased to 20 seconds in the commit
      62eb6543f06ddc8c2c3e9ab3ded988faae830a4b).
      
      This commit increases the timeout's max duration to 30 seconds.
      e867fc81
    • kmartins's avatar
      [oney] Handle transaction with no amount · e9bb88f3
      kmartins authored and ntome's avatar ntome committed
      There are transactions on website with no amount,
      we now have a default to NotAvailable so we can
      still show this transaction since they are real
      e9bb88f3
  12. Jun 27, 2022
  13. Jun 22, 2022
  14. Jun 13, 2022
    • jlouvel's avatar
      [oney] Increase timeout · 2d259d5b
      jlouvel authored and ntome's avatar ntome committed
      For some accounts on Oney, we need to go on a second space which has
      different URL and headers. This space's first page can take up to 15
      seconds to load. Timeout was browser's default, is now set to 20.0.
      2d259d5b
  15. May 31, 2022
    • kmartins's avatar
      [oney] Fix OTP sms · aa293a35
      kmartins authored and ntome's avatar ntome committed
      replace PHONE_OTP for code, it was changed in module.py
      but not in browser.py. Because of that the psu was receiving multiple
      sms and the SCA wasn't validated
      aa293a35
    • kmartins's avatar
      [oney] improve handling error code · f87718de
      kmartins authored and ntome's avatar ntome committed
      We are facing some error from the service provider of the
      authentification system of oney, there can be many different type
      of error, atm we try to handle the one that most relevant
      f87718de
  16. May 12, 2022
  17. May 05, 2022
    • kmartins's avatar
      [oney] improve sca · 3f8ba701
      kmartins authored and hydrargyrum's avatar hydrargyrum committed
      Like handle_photo_otp, we now end the sca with
      execute_login_step, that allow us to complete the
      login procedure
      3f8ba701
  18. Apr 29, 2022
    • kmartins's avatar
      [oney] revert change with digitpassword · 2f6e1703
      kmartins authored and ntome's avatar ntome committed
      Due to a lack of understanding with oney,
      digitpassword was not mandatory for us,
      The iad_access_code is method that is
      supposed to be deprecated in the future
      so we can leave it as it was before
      2f6e1703
    • kmartins's avatar
      [oney] Handle internal error · 92fc0fa8
      kmartins authored and ntome's avatar ntome committed
      Here we handle an error that happen on the oney website
      caused by difficulty to communicate between the SCA server
      and the Oney server. It happend randomly and can last few
      hours, in some case where the problem persist you have to
      delete your terminal in the app and then reinstall
      the app to resolve it. If it still persist then you have
      yo contact oney support.
      This error only display a generic error message on the UI
      92fc0fa8
  19. Apr 28, 2022
  20. Feb 28, 2022
  21. Aug 27, 2021
  22. Aug 13, 2021
  23. Jul 23, 2021