Skip to content
  1. Jan 11, 2024
  2. May 02, 2023
  3. 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
  4. Jan 27, 2023
  5. 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
  6. Oct 13, 2021
  7. Apr 04, 2021
  8. Jan 09, 2021
  9. May 19, 2019
  10. Mar 16, 2019
  11. Feb 24, 2019
  12. Oct 11, 2018
  13. 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
  14. Jul 29, 2018
  15. Feb 16, 2018
  16. May 08, 2017
  17. Jan 05, 2017
  18. Aug 07, 2016
  19. Jul 02, 2016
  20. Jun 05, 2016
  21. Mar 12, 2016
  22. Dec 12, 2015