1. 29 Sep, 2018 1 commit
    • Aurélien Delobelle's avatar
      Complete !1 · ce1e7d10
      Aurélien Delobelle authored
      - Force python-ldap >= 3 to get proper bytes/string management.
      - Replace common['name'] with common['first_name'] because the name is
        already broken by get_names. Actually, allauth breaks down
        common['name'] in 'first_name + last_name'.
      - Decrease timeout of LDAP requests to 5s.
      - Fix get_names in case the LDAP returned a string without any space
        character.
      - Fix get_names in case the LDAP doesn't return any cn, which was
        failing with Py3.
      - Add tests about populating user data from LDAP.
      ce1e7d10
  2. 15 May, 2018 1 commit
  3. 14 May, 2018 3 commits
  4. 10 May, 2018 1 commit
    • Théophile Bastian's avatar
      Remove CDN dependencies, copy files locally · 93740066
      Théophile Bastian authored
      Having requests to some CDNs on a login page is often considered Bad™,
      since it can load third-party code on a sensitive page of the website.
      
      As a side effect, this removes calls to fonts.google.com, which is a
      known tracking website.
      93740066
  5. 05 Apr, 2018 1 commit
  6. 29 Mar, 2018 1 commit
  7. 28 Mar, 2018 4 commits
  8. 25 Jan, 2018 2 commits
  9. 16 Jan, 2018 2 commits
    • Aurélien Delobelle's avatar
      Release 1.0.0 (beta) · 852829f7
      Aurélien Delobelle authored
      852829f7
    • Aurélien Delobelle's avatar
      Eww, hard to sum up… · fe21f9c6
      Aurélien Delobelle authored
      - Update django-allauth-cas to the last version.
      - Add docs (README, example/README).
      - Add tests for Clipper provider.
      - Add tests to check templates do not contain syntax error.
      - Add the last missing templates to override all allauth's displayable
        templates.
      - Improve stylesheets.
      fe21f9c6
  10. 18 Oct, 2017 2 commits
  11. 16 Sep, 2017 7 commits
  12. 03 Aug, 2017 6 commits