summaryrefslogtreecommitdiff
path: root/saleor/registration
AgeCommit message (Expand)Author
2017-08-08PEP8 fixesPacu2
2017-08-07Drop support for Django versions different than 1.11Pacu2
2017-08-07Changing 'login' function for backwards compabilityPacu2
2017-08-03style fixesPacu2
2017-03-22Provide credentials from cleaned_dataMira Szewczyk
2017-03-22Remove request attribute from form save methodMira Szewczyk
2017-03-15Reorganize authentication backendsMira Szewczyk
2017-03-15Add test for getting backend key with no site settingsMira Szewczyk
2017-03-15Integrate python-social-authMira Szewczyk
2017-03-15Improve compatibility with django 1.8Mira Szewczyk
2017-03-15Remove strip keyword argument from forms.CharfieldMira Szewczyk
2017-03-15Move registration to new moduleMira Szewczyk
2016-11-16Drop old registration appArtur Smęt
2016-10-17Move tests to a separate directoryPatryk Zawadzki
2016-10-05Modify cart views and add cart testsKrzysztof Wolski
2016-10-05Add Cart modelKrzysztof Wolski
2016-07-28Move templates to a single directoryPatryk Zawadzki
2016-02-15Activate newly created usersPatryk Zawadzki
2016-01-27Use django-bootstrap3 instead of our own codePatryk Zawadzki
2015-12-11CleanupPatryk Zawadzki
2015-12-11More linter warningsPatryk Zawadzki
2015-12-11Fix linter warningsPatryk Zawadzki
2015-12-10Make migrations work with Python 3Patryk Zawadzki
2015-12-04Change table type to add MySQL supportPaweł Burniak
2015-11-26Get rid of patterns functionAdam Bogdał
2015-08-18Bump mock versionAdam Bogdał
2015-08-11Merge pull request #328 from paweltin/improve-checkoutPatryk Zawadzki
2015-08-06Use pytest settingsAdam Bogdał
2015-08-06Fix tests for python2Adam Bogdał
2015-08-06Use pytest fixtures to improve readability of testsAdam Bogdał
2015-08-05Improve order detailsPaweł Kowalewski
2015-08-05Move get_request_params method to the base classAdam Bogdał
2015-08-05Override facebook secret in testsAdam Bogdał
2015-08-05Add appsecret_proof param to the get() and post() methodsAdam Bogdał
2015-08-05Improve security of graph api requestsAdam Bogdał
2015-08-04Make facebook backend compatible with the latest apiAdam Bogdał
2015-08-03Fix login with Facebook and GooglePaweł Kowalewski
2015-07-20Merge remote-tracking branch 'paweltin/dashboard-new'Patryk Zawadzki
2015-07-15Add migrations for registration appMarcin Gębala
2015-07-14Make new initial migrationsMarcin Gębala
2015-07-04Drop deprecated 'patterns' usage in urlpatternsMarcin Gębala
2015-06-09Improve test suitePatryk Zawadzki
2015-06-09Start using pytestPatryk Zawadzki
2015-04-30Use single email instead of listAdam Bogdał
2015-04-23Bump versions and use emailit instead of current solution for the emailsAdam Bogdał
2015-02-25Get rid of unnecessary queriesAdam Bogdał
2015-02-25Get rid of loopsAdam Bogdał
2015-02-25Add compatibility with python3 and use uuid4Adam Bogdał
2014-10-03Extend user model to use groups and permissionsMarcin Gębala
2014-09-04Don't import `get_user_model` at the module level - django 1.7 doesn't like it.Adam Bogdal