1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More refactoring: generic provider & OAuth consumer approach. Added LinkedIn support to test this approach. More... about 13 years ago
Added explicit migration dependency More... about 13 years ago
Merge branch 'master' of github.com:pennersr/django-allauth More... about 13 years ago
Introduced generic models for storing social apps, accounts and tokens in a central and consistent manner, making way for adding support for more account providers. Note: there is more refactoring to be done -- this first step only focuses on the database models. More... about 13 years ago
Merge pull request #60 from uroslates/master More... about 13 years ago
Added bootstrap-style password reset form More... about 13 years ago
E-mail verification sent message is now only shown if an e-mail was really sent More... about 13 years ago
Fixing issue with <social_network>_login_url tags <next> parameters not being taken into consideration when redirecting (once social network account is created). More... about 13 years ago
Merge pull request #55 from VuongN/master More... over 13 years ago
removed extra </script> tag More... over 13 years ago
Merge pull request #54 from narfdotpl/patch-1 More... over 13 years ago
Fixed typo More... over 13 years ago
Merge pull request #53 from Narsil/master More... over 13 years ago
Account tests now do not pollute other tests. More... over 13 years ago
Email confirmation template tweaks More... over 13 years ago
E-mail confirmation mails are now automatically resent whenever a user attempts to login with an unverified e-mail address (if ACCOUNT_EMAIL_VERIFICATION=True). More... over 13 years ago
Sync user.email with user.emailaddress_set More... over 13 years ago
Cleanups More... over 13 years ago
Fixed package_data More... over 13 years ago
Fixing setup.py (closes #52, closes #51) More... over 13 years ago
Example template tweaks More... over 13 years ago
Fix case when no signup form was configured More... over 13 years ago
Template tweaks More... over 13 years ago
The render_value parameter of all PasswordInput fields used can now be configured via a setting. More... over 13 years ago
Added support for prefixing the subject of sent emails More... over 13 years ago
Adding example bootstrap templates More... over 13 years ago
Added support for a plugging in a custom signup form used for additional questions to ask during signup More... over 13 years ago
Restored default templates, now uniform free More... over 13 years ago
Stop (ab)using is_active for email verification More... over 13 years ago
Oops, urls error More... over 13 years ago