Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Aug 14, 2020
  3. Aug 13, 2020
    • stvn's avatar
      Merge PR #24772 add/kill-switch · 70dbd1ab
      stvn authored
      * Commits:
        Implement kill-switch for the Learning MFE
    • alangsto's avatar
    • Dillon Dumesnil's avatar
      Merge pull request #24776 from edx/ddumesnil/turn-off-showanswer-override · da9a2482
      Dillon Dumesnil authored
      Temporarily disable Show Answer Override for self-paced courses
      da9a2482
    • David Joy's avatar
      Implement kill-switch for the Learning MFE · c6ae82db
      David Joy authored
      
      by overriding can_load_courseware if the MFE is disabled for the user
      
      If the user would be allowed to see the courseware MFE
      (can_load_courseware), we check whether the MFE is disabled for them,
      based on global settings, course settings (mongo courses), or their
      particular bucketing in our ExperimentWaffleFlag.
      
      If we determine they shouldn’t be allowed to see it, we return a new
      CoursewareMicrofrontendDisabledAccessError access response, which the
      MFE will use to know it should redirect to the old LMS experience.
      
      Fixes: TNL-7362
      Co-authored-by: default avatarstvn <stvn@mit.edu>
      c6ae82db
    • Dillon Dumesnil's avatar
    • David Ormsbee's avatar
      Merge pull request #19986 from open-craft/kshitij/report-status · 5d33501c
      David Ormsbee authored
      Inline problem response report status
      5d33501c
    • Robert Raposa's avatar
      Merge pull request #24774 from edx/robrap/ARCHBOM-1427-add-waffle-flag-state · b481be87
      Robert Raposa authored
      ARCHBOM-1427: add waffle flags and switches to toggle state
    • Anirudh Naidu's avatar
      Merge pull request #24771 from edx/chavesj/ENT-2939 · e7099518
      Anirudh Naidu authored
      ENT-2939: remove ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG list and upgrade edx-enterprise
      e7099518
    • Robert Raposa's avatar
      add flags and switches to toggle state · c7fb8916
      Robert Raposa authored
      Adds basic waffle flag and waffle switch data
      to the toggle state endpoint.
      
      ARCHBOM-1427
      c7fb8916
    • Brittney Exline's avatar
      Merge pull request #24763 from edx/bexline/ent3315 · 1091702c
      Brittney Exline authored
      [ENT-3315] Reduce calls to enterprise-learner endpoint by looking up data from db
      1091702c
    • alangsto's avatar
      Removed waffle flag for proctoring backend advanced setting (#24606) · 1f5b1e6c
      alangsto authored
      
      * remove waffle flag for proctoring providers
      
      removed waffle flag
      
      removed tests
      
      updates for requested changes
      
      corrected mistake
      
      Add edX Django Rest Framework Extensions CSRF App URLS to Studio
      
      MST-334 Make sure the CSRF hooks are in INSTALLED_APPS on Studio (#24607)
      
      ENT-2894: Use new welcome template when redirected from enterprise proxy login view (#24587)
      
      * using new welcome template when redirected from enterprise proxy login view
      
      * enabling safe redirects to enterprise learner portal from login in devstack
      
      * ading admin portal to login redirect whitelist
      
      * running make upgrade to version bump edx-enterprise
      
      fix(i18n): update translations
      
      Updating Python Requirements
      
      [REV-1257] Add upsell tracking for upgrading all programs button on program dashboard (#24589)
      
      Added upsell tracking to the course upgrade all button on the program dashboard so we have a better understanding of when users are clicking our upsell links.
      
      POST proctored exam settings (#24597)
      
      allow blank escalation email (#24613)
      
      [BD-10] Remove _uses_pattern_library property from EdxFragmentViews (#24536)
      
      [BD-10] remove edx-pattern-library from JS bundles (#24165)
      
      Co-authored-by: default avatarSankar Raj <sankar.raj@crystaldelta.com>
      
      Make the ExperimentWaffleFlag respect course masquerading when checking if it's active for a specific enrollment
      
      [REV-1205] Add doc location comment so future devs can easily find it  (#24615)
      
      AA-204: passing correct section information to frontend to complete outline portion of tab
      
      AA-204: adding tests
      
      AA-204: fixed up documentation and tests
      
      [BD-10] Remove uses bootstrap method  (#24535)
      
      Remove pattern library of certificate styles.
      
      update search description on new search string (#24619)
      
      * update search description on new search string
      
      * disable xss-lint rule for jquery.html
      
      make comment more general, to allow for future changes (#24618)
      
      [BD-10] [DEPR-92] Remove pattern library of pavelib folder (#24591)
      
      [BD-10] [DEPR-92] Remove directories that includes pattern-library. (#24602)
      
      Add SSO Records endpoint for support tools
      
      Bucket users regardless of enrollment in courseware MFE experiment
      
      Updating Python Requirements
      
      Change the default value of allow_proctoring_opt_out (#24626)
      
      MST-333
      
      ENT-3143: display message banner guiding user to their enterprise LP if enabled (#24625)
      
      * display message banner guiding user to their enterprise LP if enabled
      
      * adding new sass class name to use same styling as recovery email alert
      
      Add "Source from library" XBlock
      
      This lets the user import a block from a blockstore-based content library into a (modulestore based) course, by copying the block into the course.
      
      Revert "[BD-10] [DEPR-92] Remove pattern library of certificate styles." (#24633)
      
      Revert "[BD-10] [DEPR-92] Remove directories that includes pattern-library. (#24602)"
      
      This reverts commit e4f28deb.
      
      Revert "[BD-10] [DEPR-92] Remove pattern library of pavelib folder (#24591)" (#24635)
      
      This reverts commit 6980291d.
      
      allow plus or minus one (#24637)
      
      geoip2: update maxmind geolite country database
      
      fix keyerror with request.session (#24642)
      
      * fix keyerror with request.session
      
      * improve the conditional
      
      AA-127: Created MFE Outline Tab Waffle Flag
      
      Note: The team settled on raising a 404 when the waffle flag is disabled.
      Upon receiving the 404, the frontend will redirect to the LMS.
      
      Fixes session caching for enterprise portal links by only caching for auth'd learners
      
      BUG: fixes for saml provider config/data lookup
      
      Fix xss in edit member template
      
      Fix xss while rendering file-upload
      
      Fix xss in date
      
      Fix xss in base site template
      
      * revert
      
      * removed from test_views
      1f5b1e6c
    • Robert Raposa's avatar
      Merge pull request #24770 from edx/robrap/ARCHBOM-1427-toggle-view-tests · e74149e0
      Robert Raposa authored
      ARCHBOM-1427: add tests for toggle state view
      e74149e0
    • Carla Duarte's avatar
      Merge pull request #24768 from edx/ciduarte/resume-course-fix · 41c741ae
      Carla Duarte authored
      AA-129: Resume Course bug fix
      41c741ae
    • M. Zulqarnain's avatar
    • Ali Akbar's avatar
      Merge pull request #24764 from edx/aakbar/PROD-1128 · 1f14dc27
      Ali Akbar authored
      update edx-val
    • edX requirements bot's avatar
      Updating Python Requirements · 0ce0f530
      edX requirements bot authored
      0ce0f530
  4. Aug 12, 2020