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
When SIGNUP_PASSWORD_VERIFICATION is False, the form no longer contains the second password field More... about 14 years ago
Merge branch 'master' of https://github.com/pennersr/django-allauth More... over 14 years ago
Only send the 'confirmation email sent' message if an email was actually sent More... over 14 years ago
Properly redirect to normal login when session is lost More... over 14 years ago
Consistent 'Successfully signed in...' message More... over 14 years ago
Dutch i18n update More... over 14 years ago
Don't pass along empty next url More... over 14 years ago
added **kwargs to allauth.account.views.logout to conform with django.contrib.auth.views.logout to allow more options upon account logout (next_page, template_name, redirect_field_name, current_app and extra_context) More... over 14 years ago
Merge branch 'master' of https://github.com/pennersr/django-allauth More... over 14 years ago
The Twitter oauth sequence now respects the "oauth_callback" parameter instead of defaulting to the callback URL configured at Twitter. More... over 14 years ago
Translation leftover More... over 14 years ago
Pass along "?next=" parameter between login and signup views More... over 14 years ago
Added Dutch translation More... over 14 years ago
Explicitly passed next URL was ignored for Facebook, fixed More... over 14 years ago
Added template tags for pointing to social login URLs. These tags automatically pass along any "?next=" parameter. Additionally, added an overall allauth_tags that gracefully degrades when e.g. allauth.facebook is not installed. More... over 14 years ago
Cherry-picked CharityBlossom: Unalias data and facebook_me, pass username, first_name last_name when they exist in facebook_me More... over 14 years ago
Pass along next URL, if any, at /accounts/social/signup/ More... over 14 years ago
Added missing context_processors More... over 14 years ago
Duplicate email address handling could throw a MultipleObjectsReturned exception, fixed More... over 14 years ago
Removed separate social account login view, next URL support for Facebook More... over 14 years ago
Pass along "?next=" parameter for OpenID logins More... over 14 years ago
fix spelling More... over 14 years ago
add *.txt to files included More... over 14 years ago
Add a ACCOUNT_USERNAME_REQUIRED setting which, if false, generates a random username rather than prompting for one at signup More... over 14 years ago
merged with Raymond's updates More... over 14 years ago
Added support for django-avatar, copying the Twitter profile image locally on signup. More... over 14 years ago
Preparing for first pypi release More... over 14 years ago
Added SIGNUP_PASSWORD_VERIFICATION to app_settings (optional enhancement). This allows user to signup without having to retype their password for verification if the app so choose. Default value is always True More... over 14 years ago
Merge branch 'master' of https://github.com/spurfly/django-allauth into spurfly-master More... over 14 years ago
Merge with raymond's allauth.account.views changes More... over 14 years ago