Skip to content
Snippets Groups Projects
  1. Dec 06, 2018
  2. Nov 28, 2018
  3. Nov 22, 2018
  4. Nov 05, 2018
  5. Nov 02, 2018
  6. Oct 31, 2018
    • Calen Pennington's avatar
      Add Content Type Gating Behind Waffle Flag · 83d676cb
      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.
      83d676cb
  7. Oct 30, 2018
  8. Oct 29, 2018
  9. Oct 27, 2018
  10. Oct 25, 2018
  11. Oct 24, 2018
  12. Oct 23, 2018
  13. Oct 18, 2018
  14. Oct 17, 2018
  15. Oct 12, 2018
  16. Oct 11, 2018
  17. Oct 10, 2018
  18. 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
  19. Oct 02, 2018
  20. Oct 01, 2018
  21. Sep 21, 2018
  22. Sep 20, 2018
  23. Sep 13, 2018
  24. 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
  25. Sep 08, 2018
  26. Aug 30, 2018
  27. Aug 27, 2018
  28. Aug 17, 2018
  29. Aug 15, 2018
  30. Aug 14, 2018
  31. Aug 13, 2018
Loading