- Nov 02, 2018
-
-
Ned Batchelder authored
Fix pycodestyle violations
-
Jeremy Bowman authored
TE-2802 Make notes visibility toggling tests more reliable
-
Saleem Latif authored
ENT-1294: edx-enterprise version upgrade to 1.0.3
-
Ned Batchelder authored
-
Ned Batchelder authored
-
Saleem Latif authored
-
- Nov 01, 2018
-
-
Simon Chen authored
Remove auto grade column from override modal
-
Bessie Steinberg authored
Don't add the ContentGatingPartition to group_access in content_type_…
-
Brian Beggs authored
Reset learners password when user is unGDPRed/unretired via django admin
-
Simon Chen authored
-
Alex Dusenbery authored
-
Calen Pennington authored
Don't add the ContentGatingPartition to group_access in content_type_gating.field_overrides if the waffle flag is off
-
Brian Beggs authored
-
Jeremy Bowman authored
-
Jeremy Bowman authored
Upgrade bleach to 2.1.4
-
AsadAzam authored
Add time logs
-
asadazam93 authored
-
- Oct 31, 2018
-
-
Ahmed Jazzar authored
-
Feanil Patel authored
Revert "upgrade gunicorn 19.0 and make upgrade"
-
Alex Dusenbery authored
-
Ahmed Jazzar authored
Update ORA2 repo version Fix Python tests Upgrade Recommender XBlock version Remove unnecessary requirements and update bleacher usage Keep html5lib unpinned Upgrading requirements Ignore python-interpolate-html for bleached html
-
Michael Youngstrom authored
Fix ratelimiting issue and account for other ecs failures
-
Feanil Patel authored
This reverts commit f6c215ae.
-
Bessie Steinberg authored
Rev/content gating waffle
-
Bill Filler authored
WL-1830: change min-height of video player to support mobile devices
-
Calen Pennington authored
Update edx-platform dependencies to include the new version of django…
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Pin social-auth to less than 3.0.0 and social-auth-core to less than 2.0.0 to allow them time to bake
-
Calen Pennington authored
-
Calen Pennington authored
Content Type Gating: Xblocks that have a graded component cannot be accessed by audit track users. - Caveats: - In studio, instructors can set certain xblocks to be available to all users, but graded components will default to not being available for audit users - If a course does not have a verified mode option, all users will have access to graded content. The Waffle Flag: The waffle flag is of for now. It's name is: ```content_type_gating.debug``` This Commit Does NOT Include: Displaying for a user WHY they do not have access to a specific piece of content. That change will be part of another PR.
-
Alex Dusenbery authored
-
Michael Youngstrom authored
-
Robert Raposa authored
ARCH-247: Remove JWT_COOKIES_FLAG using feature flag to skip unit tests.
-
Robert Raposa authored
The JWT_COOKIES_FLAG was a temporary flag used for rollout of the new JWT cookies. These are live in Production, so we are removing the flag. Without this flag, we set JWT cookies during login. However, this requires an oAuth Client that isn't always available during unit tests. We introduced a feature flag that is only used for unit tests to disable setting the JWT cookies. The code explains a bit more why this solution was selected over adding the oauth client to the database. ARCH-247
-
Douglas Hall authored
Use JWT cookies for authentication when explicitly requested by client.
-
- Oct 30, 2018
-
-
Alex Dusenbery authored
-
Simon Chen authored
Update the lms cookie name reference for production
-
Douglas Hall authored
-