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
Removed more group/bridge Pinax-isms (GroupForm). More... over 14 years ago
Minor code cleanups More... over 14 years ago
email auth tries username upon failure. this keeps admin login from breaking More... over 14 years ago
removed extra space from readme More... over 14 years ago
added login, signup prefix to avoid id clashing (username, password) when both form are on the same page More... over 14 years ago
Remove group, bridge remaining from Pinax as mentioned by Raymond. More... over 14 years ago
Remove group, bridge remaining from Pinax as mentioned by Raymond. More... over 14 years ago
added auth_backend setting to readme to get email login to work More... over 14 years ago
fixed minor issue in provider_list.html snippet markup where Twitter's <li> was accidentally containing the Facebook's <li> More... over 14 years ago
fixed minor issue in provider_list.html snippet markup where Twitter's <li> was accidentally containing the Facebook's <li> More... over 14 years ago
Add EMAIL_CONFIRMATION_DAYS to required settings in README More... over 14 years ago
With ACCOUNT_EMAIL_REQUIRED=False, empty email addresses were considered duplicates. Fixed. More... almost 15 years ago
Merge branch 'develop' of https://github.com/jaddison/django-allauth More... almost 15 years ago
The existing migrations for allauth.openid were not compatible with MySQL due to the use of an URLField with max_length above 255. The issue has now been addressed but unfortunately at the cost of the existing migrations for this app. Existing installations will have to be dealt with manually (altering the "identity" column of OpenIDAccount, deleting ghost migrations). More... almost 15 years ago
minor fix for broken social signup view More... almost 15 years ago
adding an ignore line for pycharm project directories More... almost 15 years ago
Added missing .html file to package data More... almost 15 years ago
Workaround for Django ticket #11365: EmailField.max_length=75 More... almost 15 years ago
Change development status to beta More... almost 15 years ago
Moving to TextField for long OpenID URLs due to MySQL max_length limitation of 255 chars for URLField More... almost 15 years ago
OpenID discovery failure cause server 500, fixed More... almost 15 years ago
Fixed Hyves OpenID login: OpenID handshake via POST and OpenID success with unfulfilled AX requested More... almost 15 years ago
Twitter snowflake will generate large IDs for Tweets very soon, and for users possibly some time in the future. Better be prepared... More... almost 15 years ago
Added django-email-confirmation, django-uni-form to requirements.txt More... almost 15 years ago
Added uni_form, emailconfirmation as dependencies More... almost 15 years ago
Documented available settings More... almost 15 years ago
Added optional signup form for social accounts to enter e-mail/username More... almost 15 years ago
Added optional signup form for social accounts to enter e-mail/username More... almost 15 years ago
Distinguished social cancel from other error, support QUERY_EMAIL for Facebook More... almost 15 years ago
Initial stab at obtaining email address via OpenID, password reset cleanups More... almost 15 years ago