- Jul 14, 2020
-
-
edX requirements bot authored
-
- Jul 13, 2020
-
-
Bianca Severino authored
Implement IDV redirect to MFE
-
Bianca Severino authored
Created helper function to render url dynamically Modify helper function to include reverify links Fix code based on failing tests Fixed query string in redirect URL
-
alangsto authored
* updated urls to course-authoring MFE * updates for requested changes * updated for pylint errors
-
Sid Verma authored
* Enforce limit on number of blocks allowed in library (blockstore) * Enforce limit on number of blocks allowed in library (modulestore) * Changes from review feedback
-
David Ormsbee authored
Merge pull request #24396 from open-craft/patrick/BB-2672-tnl-7260-course-outline-api-hide-after-due [BD-29] TNL-7260 LearningSequences Course Outline makes sequences with hide_after_due inaccessible after due date
-
Matt Drayer authored
-
Dillon Dumesnil authored
AA-226: Adding Authentication classes to endpoints for mobile use
-
Dillon Dumesnil authored
AA-219: Dates Tab behavior improvements
-
taliaedX authored
update to new edx-enterprise version
-
Feanil Patel authored
Revert "[BD-6] Upgrade packages [codejail]"
-
Feanil Patel authored
-
Aura Milena Alba authored
[BD-10] [DEPR-72] Remove pattern library of course_search.py
-
Patrick Cockwell authored
TNL-7260 Learning Sequences Course Outline makes sequences with hide_after_due inaccessible after due date
-
- Jul 12, 2020
-
-
edX Transifex Bot authored
-
- Jul 10, 2020
-
-
Robert Raposa authored
isort 5.0.0 dropped support for Python 3.5.
-
Talia authored
-
David Ormsbee authored
SE-2589 fix AttributeError: 'LibraryLocatorV2' object has no attribute 'make_asset_key'
-
Feanil Patel authored
Revert "ENT-3007 : Add auth/saml/v0/providerconfig|data CRUD endpoints for use in admin portal"
-
David Ormsbee authored
[BD-4] Convert WordCloud XModule into WordCloud XBlock. [SE-2722]
-
Feanil Patel authored
Revert "ENT-3007 : Add auth/saml/v0/providerconfig|data CRUD endpoints for use in admin portal (#24298)" This reverts commit 96ddcdc2.
-
Feanil Patel authored
[BD-6] Upgrade packages [codejail]
-
Matthew Carter authored
ensure anonymous_id is persisted for each team member in a team
-
Binod Pant authored
* Add auth/samlproviderconfig CRUD endpoints for use in admin portal Fixes: ENT-3007 * Move code to subfolder for samlproviderconfig * extra comma * undo accidental remove of import * GET works for a single config now * Use ModelViewSet to get all CRUD method. Test still fails * Add auth/saml/v0/providerdata endpoints * fixup reverse and test issue, remove leading caret * just triggering run, why is it failing in CI? * pycodelint fixes * Skip auth tests unless feature is on * Tests for post/put for samlproviderdata * move urls to their own folders * api tests for post samlprovierconfig * create 1 providerconfig test case * lint fixes * lint * lint * cleanup code local urls /samlproviderconfig works * note needed right now * Fix import errors * lint * unused import * wip: first attempt at rbac auth and jwt cookie in test * round 2 with enterprise uuid as url param for samlproviderconfig * improve tests, still dont pass * fix test by using system role, wip other test * fix create test * add get/post tests for providerdata * isort fixes * string lint fix * Cleanup based on feedback round1 * move utils to tests package * Move util fn to openedx.feature area * lint * lint fix * remove unused import
-
Ubuntu authored
-
Feanil Patel authored
Revert "Python Requirements Update"
-
Dillon Dumesnil authored
This switches the Dates Tab to be an enrolled tab allowing only enrolled learners to view. Additionally, it will now redirect logged out learners to the login page if they hit the Dates Tab directly.
-
Feanil Patel authored
-
Tim McCormack authored
https://openedx.atlassian.net/browse/CR-2425 for re-evaluating it
-
Feanil Patel authored
Correct logic on building marketing links.
-
adeelehsan authored
Get user email from request
-
Michael Terry authored
Bump edx-when to 1.2.9
-
Aarif authored
-
adeelehsan authored
PROD-674
-
edX requirements bot authored
-
- Jul 09, 2020
-
-
Michael Terry authored
This prevents seeing due dates for enrollments originally created too close to the course end to allow for finishing the course in time. AA-195
-
Feanil Patel authored
The logic used to has a special case for edge in the hostname which didn't really make sense. So instead we just check to see if the given url starts with http and if it does we return it directly. If it doesn't, then we try to convert it to a valid url and return that. If that fails we return . Add a new custom metric `unresolved_marketing_link` to track when we run into this scenario.
-
Mat Carter authored
-
Mat Carter authored
-
Alex Dusenbery authored
-