Skip to content
  1. Jan 11, 2024
  2. May 23, 2023
  3. May 02, 2023
  4. Apr 08, 2023
  5. Mar 28, 2023
    • Thomas Toumeyragues's avatar
      [gmf] Rework login · 45824ee1
      Thomas Toumeyragues authored and Romain Bignon's avatar Romain Bignon committed
      GMF login has changed, including implementation of a captcha.
      In parrallel, GMF is having its clients updating their password
      that no longer requires to be 5 digits.
      45824ee1
  6. Mar 05, 2023
  7. Feb 12, 2023
  8. Feb 11, 2023
  9. Feb 04, 2023
  10. Jan 29, 2023
  11. Jan 27, 2023
  12. Aug 12, 2022
    • jlouvel's avatar
      [gmf] Drop Python2 support and add flake8 compatibilty · d7e7a37b
      jlouvel authored and ntome's avatar ntome committed
      d7e7a37b
    • jlouvel's avatar
      [gmf] Rework iter_accounts, update URLs and iter() methods · acefd69e
      jlouvel authored and ntome's avatar ntome committed
      Many URLs have changed, some have a 'mon-espace-societaire.gmf.fr' as a
      domain name, others have 'espace-assure.gmf.fr'. iter_accounts() had to
      be reworked, the page we used to fetch data is filled with JS now so we
      get account data from a JSON. iter_investments() and iter_history()
      still get their data from the same old HTML page but we have to present
      a lot of account specific data in a form to access it.
      iter_investments() head and item_xpath changed very slightly.
      acefd69e
  13. Jun 27, 2022
  14. May 30, 2022
  15. Feb 18, 2022
  16. Oct 13, 2021
  17. Apr 11, 2021
  18. Apr 04, 2021
  19. Jan 09, 2021
  20. Apr 08, 2020
  21. Feb 12, 2020
  22. May 19, 2019
  23. Mar 16, 2019
  24. Feb 27, 2019
  25. Feb 24, 2019
  26. Jan 06, 2019
  27. Nov 10, 2018
  28. Oct 11, 2018
  29. Aug 18, 2018
    • Sylvie Ye's avatar
      [gmf] handle document signature page · ef973840
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Some users have to sign documents.
      It can be skipped by going on Account page. But account page can also be redirected on document signature page like this:
      AccountsPage(GET) -> DocumentsSignaturePage -> AccountsPage(GET) -> DocumentsSignaturePage
      
      Plus, for transaction and investment it's a POST request, document signature page can be here after the post.
      Every pages can be redirected like this in go_details_page:
      AccountsPage(GET) -> DocumentsSignaturePage
      AccountsPage(GET) -> TransactionsInvestmentsPage(POST) -> DocumentsSignaturePage
      
      It's easier to raise ActionNeeded.
      
      Closes: 15699@sibi
      ef973840
  30. Jul 29, 2018