- Jan 30, 2014
-
-
David Baumgold authored
Use status code 400 when there is a validation error in creating an account.
-
David Baumgold authored
-
- Jan 29, 2014
-
-
Chris Dodge authored
Add optional feature to lock out accounts after N failed login attempts. Lockouts will last M seconds. add DB migration and fix earlier mistakes in student migration history add tests and fix bugs that came out of those unit tests remove unused import pep8/pylint address some PR feedback fix tests fix broken test try to mock time use freeze-gun to overload the system time to simulate the future
-
Xavier Antoviaque authored
Extend the capabilities of the REGISTRATION_OPTIONAL_FIELDS configuration variable, to allow to select, for each individual field, if it should be 'hidden', 'optional' or 'required'. Rename the configuration variable to REGISTRATION_EXTRA_FIELDS to reflect the additional capabilities, and updates the defaults. As extra fields, configurable through the REGISTRATION_EXTRA_FIELDS variable. Hidden by default. Tickets: MCKIN-168 MCKIN-184 Note: Studio also has a registration page, which uses the same account creation page. It should be possible to use it without requiring the variable from the LMS, as the fields are different.
-
- Jan 27, 2014
-
-
daniel cebrian authored
First set of fixes from the pull request This does not include some of the testing files. The textannotation and videoannotation test files are not ready. waiting for an answer on the issue. Deleted token line in api.py and added test for token generator Added notes_spec.coffee remove spec file fixed minor error with the test fixes some quality errors fixed unit test fixed unit test added advanced module Added notes_spec.coffee remove spec file Quality and Testing Coverage 1. in test_textannotation.py I already check for line 75 as it states in the diff in line 43, same with test_videoanntotation 2. Like you said, exceptions cannot be checked for firebase_token_generator.py. The version of python that is active on the edx server is 2.7 or higher, but the code is there for correctness. Error checking works the same way. 3. I added a test for student/views/.py within tests and deleted the unused secret assignment. 4. test_token_generator.py is now its own file Added Secret To...
-
- Jan 15, 2014
-
-
Will Daly authored
Added fixtures for course and xblock creation Added bok-choy Studio tests Added bok-choy tests for ora self- and ai- assessment Refactored auto-auth; added staff and course-enrollment options Removed extra javascript properties from page objects
-
- Jan 14, 2014
-
-
Chris Dodge authored
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it pep8/pylint fixes address PR feedback, remove underscore from test hostname more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team manually add Ned's single-to-double quote fix change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path Conflicts: lms/templates/help_modal.html
-
- Dec 15, 2013
-
-
Carson Gee authored
Replaced existing test_none_user_index_access_with_startdate_fails test with new test now that the tested function has changed and was causing the original test to fail.
-
- Dec 12, 2013
-
-
Carson Gee authored
before redirecting to SSL authentication.
-
- Dec 10, 2013
-
-
Carson Gee authored
they go through the SSL login process in branding when that feature is enabled.
-
- Dec 04, 2013
-
-
David Baumgold authored
-
- Dec 03, 2013
-
-
David Baumgold authored
-
David Baumgold authored
-
- Nov 26, 2013
-
-
Jay Zoldak authored
-
- Nov 22, 2013
-
-
Diana Huang authored
-
- Nov 20, 2013
-
-
Diana Huang authored
-
- Nov 19, 2013
-
-
Julia Hansbrough authored
-
- Nov 18, 2013
-
-
Julia Hansbrough authored
LMS-1507
-
- Nov 08, 2013
-
-
Julia Hansbrough authored
Added an expiration_datetime field to CourseModes, intended to eventually replace expiration_date. Included relevant schema and data migration file. LMS-1454
-
- Nov 04, 2013
-
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-
Julia Hansbrough authored
* Changed text for "Are you sure you want to refund"... * Addressed a CR comment adding clarity to student view code * Converted UTC to pytz.utc
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-
Julia Hansbrough authored
-
- Nov 01, 2013
-
-
Diana Huang authored
* clean up one last typo LMS-1387
-
- Oct 31, 2013
-
-
Diana Huang authored
* make `user_status` more intelligent * remove some logic from the templates * rename `parse_error_msg` to `parsed_error_msg` * fix up and add more tests LMS-1387
-
- Oct 30, 2013
-
-
Diana Huang authored
Also includes some tests Story: LMS-1127
-
Diana Huang authored
-
- Oct 29, 2013
-
-
Diana Huang authored
-
- Oct 25, 2013
-
-
Diana Huang authored
Also includes some tests Story: LMS-1127
-
Diana Huang authored
-
Usman Khalid authored
student.views.confirm_email_change: commit/rollback transaction after rendering response instead of before
-
- Oct 16, 2013
-
-
Adam Palay authored
add middleware to detect students with disabled accounts add tests
-
- Oct 03, 2013
-
-
Diana Huang authored
-
Diana Huang authored
-
- Sep 27, 2013
-
-
Jason Bau authored
With tests, some settings changes (all should default to not breaking anything for edx) Added styling for shopping cart User Experience - Styled shoppingcart list page - Styled navigation shopping cart button - Styled receipt page - Styled course about page for shopping cart courses Addressed HTML/SCSS issues Remove offending body class and unnecessary sass changes Addresses many review comments on stanford shopping cart * framework for generating order instructions on receipt page in shoppingcart.models * move user_cart_has_item into shoppingcart.models * move min_course_price_for_currency into course_modes.models * remove auto activation on purchase * 2-space indents in templates * etc revert indentation on navigation.html for ease of review pep8 pylint move logging/error handling from shoppingcart view to model Addressing @dave changes
-
- Sep 25, 2013
-
-
Diana Huang authored
-
- Sep 12, 2013
-
-
Jason Bau authored
-