1. 28 Jun, 2024 1 commit
  2. 27 Jun, 2024 5 commits
  3. 26 Jun, 2024 2 commits
  4. 25 Jun, 2024 2 commits
  5. 24 Jun, 2024 1 commit
  6. 20 Jun, 2024 1 commit
  7. 19 Jun, 2024 4 commits
  8. 18 Jun, 2024 3 commits
  9. 17 Jun, 2024 1 commit
  10. 11 Jun, 2024 2 commits
  11. 09 Jun, 2024 2 commits
    • Jérome Perrin's avatar
      d885e20e
    • Jérome Perrin's avatar
      oauth_google_login: reimplement with oauthlib/requests · c3488a67
      Jérome Perrin authored
      Because the librairies used here were never ported to python3.
      
      Notable changes:
      
        - ERP5Site_createGoogleUserToOAuth is dropped
        - internal API changed radically, so customizations made by overriding
          scripts are broken.
        - the core logic is now implemented in a connector class (still in
          portal_oauth for simplicity, but it would be simpler to move it to
          portal_web_services)
      
      No changes required in the google console, the redirect uri is still
      ERP5Site_receiveGoogleCallback
      c3488a67
  12. 06 Jun, 2024 3 commits
  13. 05 Jun, 2024 6 commits
  14. 04 Jun, 2024 6 commits
  15. 03 Jun, 2024 1 commit