openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-allauth
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 129 of 130
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed more group/bridge Pinax-isms (GroupForm).
Raymond Penners
More...
over 14 years ago
Minor code cleanups
Raymond Penners
More...
over 14 years ago
email auth tries username upon failure. this keeps admin login from breaking
ebaum
More...
over 14 years ago
removed extra space from readme
ebaum
More...
over 14 years ago
added login, signup prefix to avoid id clashing (username, password) when both form are on the same page
Vuong Nguyen
More...
over 14 years ago
Remove group, bridge remaining from Pinax as mentioned by Raymond.
Vuong Nguyen
More...
over 14 years ago
Remove group, bridge remaining from Pinax as mentioned by Raymond.
Vuong Nguyen
More...
over 14 years ago
added auth_backend setting to readme to get email login to work
ebaum
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>
autalpha
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>
autalpha
More...
over 14 years ago
Add EMAIL_CONFIRMATION_DAYS to required settings in README
David Marble
More...
over 14 years ago
With ACCOUNT_EMAIL_REQUIRED=False, empty email addresses were considered duplicates. Fixed.
Raymond Penners
More...
almost 15 years ago
Merge branch 'develop' of https://github.com/jaddison/django-allauth
Raymond Penners
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).
Raymond Penners
More...
almost 15 years ago
minor fix for broken social signup view
James Addison
More...
almost 15 years ago
adding an ignore line for pycharm project directories
James Addison
More...
almost 15 years ago
Added missing .html file to package data
Raymond Penners
More...
almost 15 years ago
Workaround for Django ticket #11365: EmailField.max_length=75
Raymond Penners
More...
almost 15 years ago
Change development status to beta
Raymond Penners
More...
almost 15 years ago
Moving to TextField for long OpenID URLs due to MySQL max_length limitation of 255 chars for URLField
Raymond Penners
More...
almost 15 years ago
OpenID discovery failure cause server 500, fixed
Raymond Penners
More...
almost 15 years ago
Fixed Hyves OpenID login: OpenID handshake via POST and OpenID success with unfulfilled AX requested
Raymond Penners
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...
Raymond Penners
More...
almost 15 years ago
Added django-email-confirmation, django-uni-form to requirements.txt
Raymond Penners
More...
almost 15 years ago
Added uni_form, emailconfirmation as dependencies
Raymond Penners
More...
almost 15 years ago
Documented available settings
Raymond Penners
More...
almost 15 years ago
Added optional signup form for social accounts to enter e-mail/username
Raymond Penners
More...
almost 15 years ago
Added optional signup form for social accounts to enter e-mail/username
Raymond Penners
More...
almost 15 years ago
Distinguished social cancel from other error, support QUERY_EMAIL for Facebook
Raymond Penners
More...
almost 15 years ago
Initial stab at obtaining email address via OpenID, password reset cleanups
Raymond Penners
More...
almost 15 years ago
←
1
2
…
122
123
124
125
126
127
128
129
130
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree