- 30 Jan, 2015 1 commit
-
-
Makes logistration available at /login and /register as well as /accounts/login/ and /accounts/register/. In addition: - Adds support for redirect URLs in third party auth for combined login/registration page - Adds support for external auth on the combined login/registration page - Removes old login and registration acceptance tests - Adds deprecation warnings to old login and register views - Moves third party auth util to student_account - Adds exception for microsites (theming)
Renzo Lucioni committed
-
- 20 Jan, 2015 1 commit
-
-
Enrollment, unenrollment and beta role emails should be rendered in the student's language, and not the instructor's language.
Régis Behmo committed
-
- 12 Dec, 2014 1 commit
-
-
Adam Palay committed
-
- 05 Dec, 2014 1 commit
-
-
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page." This reverts commit f40447b3. Conflicts: lms/urls.py Revert "Add support for external auth on the combined login/registration page" This reverts commit 98875339. Conflicts: lms/templates/courseware/mktg_course_about.html lms/urls.py
Will Daly committed
-
- 04 Dec, 2014 1 commit
-
-
Add support for redirect URLs in third party auth for combined login/registration page Remove old login/registration acceptance tests Add deprecation warnings to old login and register views Move third party auth util to student_account Add exception for microsites
Will Daly committed
-
- 10 Nov, 2014 1 commit
-
-
Adam Palay committed
-
- 21 Oct, 2014 1 commit
-
-
fix typo and add more security on API fix some bugs and typos address PR feedback be sure to send emails when accounts already exist PR feedback fix multiple uploads pep8 fixes pep8 fix pylint fixes fix url mapping WL-98 - Complete code coverage - Update code for error and warning messages. - improve code as per some suggestions updated the UI of the auto_enroll feature fixed the errors PR feedback add test add back file filtering add some more error handling of input remove unneeded coffeescript code pylint fixes add pep8 space WL-98 - Updated and added test cases. - Updated membership coffee file for errors display handling. - fixed minor text issues. allow for blank lines and add a test add blank line (pep8)
asadiqbal08 committed
-
- 17 Jul, 2014 1 commit
-
-
Jason Bau committed
-
- 11 Jun, 2014 1 commit
-
-
Install edx-submissions from PyPi instead of from edx-ora2
Will Daly committed
-
- 28 May, 2014 1 commit
-
-
Use http or https, depending on the value of `request.is_secure()`. That is how links in most other emails are handled.
Matjaz Gregoric committed
-
- 13 May, 2014 1 commit
-
-
Will Daly committed
-
- 09 May, 2014 1 commit
-
-
Don Mitchell committed
-
- 08 May, 2014 1 commit
-
-
This commit adds the non-courseware lms/djangoapps and lms/lib. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
Calen Pennington committed
-
- 16 Apr, 2014 1 commit
-
-
Will Daly committed
-
- 11 Apr, 2014 1 commit
-
-
Sarina Canelake committed
-
- 18 Mar, 2014 1 commit
-
-
LMS-1287
Sarina Canelake committed
-
- 28 Feb, 2014 1 commit
-
-
Chris Dodge committed
-
- 14 Jan, 2014 1 commit
-
-
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
Chris Dodge committed
-
- 03 Dec, 2013 1 commit
-
-
David Baumgold committed
-
- 15 Nov, 2013 1 commit
-
-
into beta dashboard. Also includes new functionality, in both legacy and beta dashboard, to include appropriate email text for a Shibboleth course.
David Adams committed
-
- 14 Aug, 2013 1 commit
-
-
Features coming down the pipe will want to be able to: * Refer to enrollments before they are actually activated (approval step). * See what courses a user used to be enrolled in for when they re-enroll in the same course, or a different run of that course. * Have different "modes" of enrolling in a course, representing things like honor certificate enrollment, auditing (no certs), etc. This change adds an is_active flag and mode (with default being "honor"). The commit is only as large as it is because many parts of the codebase were manipulating enrollments by adding and removing CourseEnrollment objects directly. It was necessary to create classmethods on CourseEnrollment to encapsulate this functionality and then port everything over to using them. The migration to add columns has been tested on a prod replica, and seems to be fine for running on a live system with single digit millions of rows of enrollments.
David Ormsbee committed
-
- 02 Aug, 2013 6 commits
-
-
Miles Steele committed
-
Miles Steele committed
-
Miles Steele committed
-
Miles Steele committed
-
Miles Steele committed
-
Miles Steele committed
-