Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Jun 29, 2020
    • Michael Terry's avatar
      AA-177: Add masquerading for course home MFE · 3030efec
      Michael Terry authored
      - Looks at masquerading config for dates, outline, metadata, and
        celebration APIs in course_home_api / courseware_api.
      - Consolidates and cleans up places we check whether masquerading
        gives us full access to a course.
      3030efec
  3. Dec 30, 2019
  4. Sep 30, 2019
  5. Sep 26, 2019
  6. Sep 11, 2019
  7. May 31, 2019
    • alangsto's avatar
      INCR-265 Run python-modernize on lms/djangoapps/courseware/management and... · 4a1346b0
      alangsto authored
      INCR-265 Run python-modernize on lms/djangoapps/courseware/management and lms/djangoapps/courseware/tests (#20716)
      
      * updated files according to INCR-265
      
      * fixed docstring and line-length problems from quality test
      
      * Revert "fixed docstring and line-length problems from quality test"
      
      This reverts commit d050f55a4ecfaa38f46b80ec4bb85ff399a79a8c.
      
      * fixed errors reported in quality report
      
      * had error, fixed it
      
      * reversed change
      
      * fixed over/under indentation, and added line to import.py that Ned had suggested
      
      * tried disabling pylint for this line
      
      * testing new email
      
      * testing email in different window
      
      * re-added symlink and docstring
      4a1346b0
  8. Feb 12, 2019
  9. Aug 01, 2018
  10. Jun 06, 2018
  11. Jun 05, 2018
  12. Feb 22, 2018
  13. Jan 12, 2018
  14. Dec 05, 2017
  15. Nov 22, 2017
  16. Oct 05, 2017
  17. Sep 25, 2017
  18. Jul 19, 2017
  19. Jun 12, 2017
  20. May 30, 2017
  21. May 25, 2017
  22. Apr 06, 2017
  23. Mar 29, 2017
  24. Mar 06, 2017
  25. Jan 19, 2017
  26. Nov 07, 2016
  27. Oct 21, 2016
  28. Oct 07, 2016
  29. Sep 30, 2016
  30. Aug 04, 2016
  31. Aug 03, 2016
  32. Jul 28, 2016
  33. Mar 30, 2016
  34. Feb 08, 2016
  35. Jan 26, 2016
  36. Jan 05, 2016
  37. Aug 11, 2015
    • Sven Marnach's avatar
      Make new masquerading code compatible to existing session data. · 55ace6ba
      Sven Marnach authored
      The new masquerading code introduced in PR #8775 adds a new attribute to
      CourseMasquerade objects stored in the user's session.  When users who have
      active masquerading configuration access instances with the new code, and
      AttributeError occurs when trying to access the attribute user_name.
      
      This fix ensures that CourseMasquerade objects receive all required attributes
      when they are unpickled from the session.
      55ace6ba