- Oct 10, 2018
-
-
Dillon Dumesnil authored
relied on the old configuration values and old way of validating passwords. Also improved registration page by always showing error messages rather than hiding them on leaving the field.
-
- Oct 03, 2018
-
-
Robert Raposa authored
From edx-drf-extensions: 1. EnsureJWTAuthSettingsMiddleware: Ensures proper JWT auth settings for endpoints. 2. JwtAuthCookieMiddleware: Combines the JWT auth cookie parts into a JWT auth cookie. ARCH-233
-
- Oct 02, 2018
-
-
Robert Raposa authored
Use LOGIN_REDIRECT_WHITELIST to provide a whitelist of additional domains to which login will now redirect. ARCH-238
-
Cory Lee authored
-
Cory Lee authored
-
Nimisha Asthagiri authored
-
- Oct 01, 2018
-
-
Nimisha Asthagiri authored
-
- Sep 21, 2018
-
-
Feanil Patel authored
These views and tools don't seem to be enabled and I think it's safe to say that we have migrated to LMS+CMS.
-
- Sep 20, 2018
-
-
Feanil Patel authored
-
- Sep 13, 2018
-
-
Kevin Falcone authored
-
Robert Raposa authored
This upgrades DOT by reverting the revert. This reverts commit 4d8b9c36 ARCH-180
-
- Sep 12, 2018
-
-
mrey authored
Add more parameters to COURSE_ENROLLMENT_MODES to allow to display friendly mode name and more options Fix python tests of PR #18557 PR #18557: Fix Diff Quality test line too long PR #18557: Fix Diff Quality test unused-variable Use six.iteritems() in COURSE_MODE_SLUG_CHOICES for future Python 3 compatibility
-
- Sep 08, 2018
-
-
Robert Raposa authored
ARCH-223
-
- Aug 30, 2018
-
-
Nimisha Asthagiri authored
-
Robert Raposa authored
ARCH-223
-
- Aug 27, 2018
-
-
Diego Millan authored
-
- Aug 17, 2018
-
-
Robert Raposa authored
ARCH-220
-
- Aug 15, 2018
-
-
Jeremy Bowman authored
-
- Aug 14, 2018
-
-
Jeremy Bowman authored
-
- Aug 13, 2018
-
-
Robert Raposa authored
ARCH-193
-
- Aug 08, 2018
-
-
Simon Chen authored
This reverts commit 370501d1.
-
- Aug 07, 2018
-
-
noraiz-anwar authored
-
- Aug 02, 2018
-
-
Daniel Clemente Laboreo authored
-
- Jul 30, 2018
-
-
Nimisha Asthagiri authored
-
Saleem Latif authored
-
- Jul 25, 2018
-
-
David Ormsbee authored
These are old feature flags that are no longer used: ENABLE_MANUAL_GIT_RELOAD was to allow instructors to reload an XML Modulestore course directly from a git checkout. That Modulestore backend hasn't existed for a while. DEBUG_LEVEL was an early flag for how debug log verbosity. USE_YOUTUBE_OBJECT_API was created in reaction to YouTube breaking their iframe API. They have long since addressed those issues.
-
- Jul 23, 2018
-
-
Bill Filler authored
Enable the journal app in LMS. Add support to display Journals on index and courseware pages and dashboard.
-
- Jul 19, 2018
-
-
Waheed Ahmed authored
LEARNER-5620
-
- Jul 16, 2018
-
-
lduarte1991 authored
There are other annotations features still in the platform but this one is the one that works with an annotations server that was specialized and not generally used by most instances of the platform. The initial PR to remove this was made by 'lduarte1991' and can be found here: https://github.com/edx/edx-platform/pull/17299 The work done based on the squashed commits: removed advanced modules config for annotations remove module files and config for annotations remove js and css files related to annotations, under ova folders removed js and css annotator file configs for cms and lms remove template html files for annotations removed annotations options from static html book Added back some files that were originally marked "for OVA" but others used as per acceptance tests Added back css file configs incorrectly marked as ova Remove annotation related advanced settings from test. Correct hls require.js pathing.
-
- Jul 12, 2018
-
-
Robert Raposa authored
There was an issue with migrations on sandboxes. This reverts commit 58f6e925
-
Mushtaq Ali authored
- ENT-1070
-
- Jul 11, 2018
-
-
Robert Raposa authored
-
- Jul 10, 2018
-
-
Kevin Falcone authored
This will retire a refresh token and access token pair in the DOT tables if the access token is 6 months expired (prior to that, the refresh token still works).
-
- Jul 05, 2018
-
-
Nimisha Asthagiri authored
-
- Jun 28, 2018
-
-
Douglas Hall authored
-
- Jun 27, 2018
-
-
bmedx authored
- Change retire mailings endpoint to use new USER_RETIRE_THIRD_PARTY_MAILINGS signal, currently only used by Sailthru retirement - Move USER_RETIRE_MAILINGS signal firing to the LMS misc endpoint - Remove duplicate clearing of UserOrgTags - Remove LMS imports in openedx/core and update usage to use new USER_RETIRE_LMS_CRITICAL and USER_RETIRE_LMS_MISC signals - Add testing for new signal handlers and app registration for the LMS survey app
-
- Jun 25, 2018
-
-
Feanil Patel authored
These were very early experiments by the old performance team on using CDNs for videos and logging performance data. No one is looking at this data and it's just extra cruft on every page.
-
- Jun 21, 2018
-
-
Robert Raposa authored
-
- Jun 18, 2018
-
-
John Eskew authored
-
- Jun 08, 2018
-
-
Adeel Khan authored
This patch would ratelimit registration form validation endpoint for anonymous user based on his/her ip. LEARNER-3810
-