Skip to content
  1. Apr 26, 2021
  2. Apr 11, 2021
  3. Apr 04, 2021
  4. Feb 12, 2021
  5. Jan 27, 2021
  6. Jan 09, 2021
  7. Dec 26, 2020
    • Benjamin Tampigny's avatar
      [creditmutuel] use new way to retrieve documents · 4547840d
      Benjamin Tampigny authored and hydrargyrum's avatar hydrargyrum committed
      the old page was not working but the new one is pretty close
      For information:
      On the website, the button makes a POST generated with javascript and a
      lot of data parameters, but it is possible to use a get with a
      reasonable amount of parameters.
      This commit let retrieve bank statements and RIB when it is
      possible to make them match with an account.
      It is impossible to match for sure all accounts. I chose to retrieve
      to base subscriptions on iter_account, and then get documents that can
      be matched to an account. BUt some documents won't be retrieved, the
      other way would have been to iter on account list given on Subscription
      page and make on subscription for each, but we would lost the link
      between account and subcriptions.
      4547840d
    • Guillaume Risbourg's avatar
      [creditmutuel] Add new personal key card codes images hashes · a1275d6c
      Guillaume Risbourg authored and hydrargyrum's avatar hydrargyrum committed
      a1275d6c
  8. Dec 11, 2020
    • Guillaume Risbourg's avatar
      33f73a6e
    • Florent Viard's avatar
      [creditmutuel] init_login: ensure at least 2 redirections after the login to... · a7a7a8aa
      Florent Viard authored and Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski committed
      [creditmutuel] init_login: ensure at least 2 redirections after the login to reach the validation.aspx page
      
      After login, we don't redirect automatically on 302 but only redirect
      once if not to "validation.aspx" or that we are in interactive mode.
      
      The reason for that is that it is possible that a sca will be triggered
      when visiting this page. And so, a sms or an app notification would be
      sent unexpectedly to the user.
      
      This issue is that a redirect to this page could also be required by the
      bank around 1 month before the end of the 90 days to show a warning that
      sca will have to be done again soon.
      Even if it will still be possible to say "skip the sca for now".
      
      In the current case, the issue is that we were checking for the
      mobile_confirmation page only after a single redirect, but sometimes
      will show up as the second redirect after authentication.
      Ex.: authentification.html (302) -> pageaccueil.aspx (302) ->
      validation.aspx
      a7a7a8aa
  9. Nov 17, 2020
  10. Oct 28, 2020
  11. Oct 07, 2020
  12. Sep 23, 2020
  13. Sep 09, 2020
  14. Aug 26, 2020
  15. Aug 07, 2020