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
Merge pull request #40 from Turbo87/patch-1 More... over 13 years ago
Removed unused templates (closes #44) More... over 13 years ago
Moving templates into example project, uniform is not a dep More... over 13 years ago
urls: Only add social/ to urls if app_settings.SOCIALACCOUNT_ENABLED More... over 13 years ago
Releasing 0.3.0 (closes #10) More... over 13 years ago
E-mail authentication backend now interprets username as e-mail More... over 13 years ago
SuspiciousOperation when syncing Avatar, closes #31 More... over 13 years ago
Using different facebook sdk repository, closes #33 More... over 13 years ago
Added list of features More... over 13 years ago
Saving FB access token (closes #27, closes #11) More... over 13 years ago
Switched to async FB connect More... over 13 years ago
Handle new-style FB response More... over 13 years ago
Merge pull request #26 from stuross/master More... over 13 years ago
In Django 1.4 if you have set USE_TZ=True datetimefields need a timezone. datetime.now will return a naive date that will raise a runtime error upon save. using the auto_now and auto_now_add options will figure the timezone out for you. More... over 13 years ago
OAuthError: Invalid response while obtaining request token from "twitter.com" More... over 13 years ago
Bumping to 0.2.0 More... over 13 years ago
Added support for accessing Facebook profile picture More... over 13 years ago
Merge branch 'master' of github.com:pennersr/django-allauth More... almost 14 years ago
Catch IOError: [Errno socket error] [Errno 110] Connection timed out More... almost 14 years ago
Fixed MultipleObjectsReturned: get() returned more than one EmailAddress More... almost 14 years ago
Password reset mail did not contain user name, fixed More... almost 14 years ago
Assert more gracefully when encountering a dangling SocialAccount instance. Properly deal with absent allauth.<foo> subapps. Closes #16. More... almost 14 years ago
token_kwargs requires django>=1.3 (closes #17) More... almost 14 years ago
Password reset should not require verified email addresses (closes #20) More... almost 14 years ago
in some cases facebook and return first and last names that are longer than the 30 characters in the djanog auth user table More... almost 14 years ago
Caught GraphAPIError, rendering authentication error More... about 14 years ago
Caught OAuthError, now renders authentication error More... about 14 years ago
Merged SmileyChris' support for ACCOUNT_USERNAME_REQUIRED More... about 14 years ago
Fixed SIGNUP_PASSWORD_VERIFICATION More... about 14 years ago
Merge pull request #15 from lincolnloop/conditional-email-sent-message More... about 14 years ago