Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Oct 18, 2018
  3. Oct 17, 2018
  4. Oct 12, 2018
  5. Oct 11, 2018
  6. Oct 10, 2018
  7. Oct 03, 2018
    • Robert Raposa's avatar
      Add JWT Auth Middleware. · 3e3c1333
      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
      3e3c1333
  8. Oct 02, 2018
  9. Oct 01, 2018
  10. Sep 21, 2018
  11. Sep 20, 2018
  12. Sep 13, 2018
  13. Sep 12, 2018
    • mrey's avatar
      Allow to override COURSE_ENROLLMENT_MODES in AWS environment · 9003a2dc
      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
      9003a2dc
  14. Sep 08, 2018
  15. Aug 30, 2018
  16. Aug 27, 2018
  17. Aug 17, 2018
  18. Aug 15, 2018
  19. Aug 14, 2018
  20. Aug 13, 2018
  21. Aug 08, 2018
  22. Aug 07, 2018
  23. Aug 02, 2018
  24. Jul 30, 2018
  25. Jul 25, 2018
    • David Ormsbee's avatar
      Remove ENABLE_MANUAL_GIT_RELOAD, DEBUG_LEVEL, USE_YOUTUBE_OBJECT_API · 698f2b17
      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.
      698f2b17
  26. Jul 23, 2018
    • Bill Filler's avatar
      Add Journals support · c746a4e6
      Bill Filler authored
      Enable the journal app in LMS. Add support to display Journals on index
      and courseware pages and dashboard.
      c746a4e6
  27. Jul 19, 2018
  28. Jul 16, 2018
    • lduarte1991's avatar
      Remove the annotations feature introduced by Harvard. · a9b61c06
      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.
      a9b61c06
  29. Jul 12, 2018
  30. Jul 11, 2018
  31. Jul 10, 2018
Loading