- 29 Sep, 2018 1 commit
-
-
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.
-
- 15 May, 2018 1 commit
-
-
Aurélien Delobelle authored
Fix layout See merge request cof-geek/django-allauth-ens!6
-
- 14 May, 2018 3 commits
-
-
Aurélien Delobelle authored
Remove CDN dependencies, copy files locally See merge request cof-geek/django-allauth-ens!5
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
- 10 May, 2018 1 commit
-
-
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.
-
- 05 Apr, 2018 1 commit
-
-
Martin Pepin authored
Qwann/small fixes See merge request cof-geek/django-allauth-ens!1
-
- 29 Mar, 2018 1 commit
-
-
Erkan Narmanli authored
-
- 28 Mar, 2018 4 commits
-
-
Erkan Narmanli authored
-
Erkan Narmanli authored
-
Erkan Narmanli authored
-
Erkan Narmanli authored
-
- 25 Jan, 2018 2 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
Namely, it concerns the widgets: RadioSelect, CheckboxInput and Select.
-
- 16 Jan, 2018 2 commits
-
-
Aurélien Delobelle authored
-
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.
-
- 18 Oct, 2017 2 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
- 16 Sep, 2017 7 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
... to reflect last changes. django-debug-toolbar is now installed.
-
Aurélien Delobelle authored
Introduce new settings: - ACCOUNT_HOME_URL, used by 'Site name' link on templates. - ACCOUNT_DETAILS_URL, used on templates when user is connected. 'username' is registered as extra_data too for Clipper provider. Template tag 'get_accounts_by_providers' is cleaner. Remove useless account/settings view. Its content should be displayed by some profile view. SOCIALACCOUNT_ENABLED settings (of allauth package) doesn't work well. Template tag 'is_socialaccount_enabled' provides a better check.
-
Aurélien Delobelle authored
-
- 03 Aug, 2017 6 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-