Skip to content
Snippets Groups Projects
  1. Feb 13, 2019
    • Troy Sankey's avatar
      Load IDA_LOGOUT_URI_LIST in all the necessary places · 11c3588f
      Troy Sankey authored
      I missed the LMS production settings, and Studio in its entirety.
      11c3588f
    • Troy Sankey's avatar
      Additionally logout from a settings list of extra logout URIs · 10afe5e5
      Troy Sankey authored
      Currently, the LMS logout endpoint should iframe in the logout pages of
      all the IDAs you were logged into. In short, this was made possible with
      DOP because keeping track of the logout URIs and leaving a trail of
      evidence in the user cookies was part of what we added in our fork of
      DOP.  In the case of DOT, we don't have time or desire to fork DOT to
      mirror this behavior, so our stop-gap solution is to log out the user
      from a list of logout URIs in settings.
      10afe5e5
  2. Jan 23, 2019
  3. Jan 08, 2019
  4. Dec 21, 2018
  5. Dec 18, 2018
  6. Dec 13, 2018
  7. Nov 28, 2018
  8. Nov 02, 2018
  9. 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
  10. Oct 29, 2018
  11. Oct 25, 2018
  12. Oct 24, 2018
  13. Oct 12, 2018
  14. Oct 10, 2018
  15. 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
  16. Oct 02, 2018
  17. Sep 13, 2018
  18. Sep 08, 2018
  19. Sep 04, 2018
  20. Aug 17, 2018
  21. Aug 13, 2018
  22. Aug 06, 2018
  23. Aug 03, 2018
  24. Jul 30, 2018
  25. Jul 13, 2018
  26. Jul 10, 2018
  27. Jul 06, 2018
  28. Jul 05, 2018
  29. Jun 28, 2018
  30. Jun 27, 2018
    • bmedx's avatar
      Refactor retirement endpoints to isolate Sailthru and respect boundaries · f3a9e508
      bmedx authored
      - Change retire mailings endpoint to use new USER_RETIRE_THIRD_PARTY_MAILINGS signal, currently only used by Sailthru retirement
      - Move USER_RETIRE_MAILINGS signal firing to the LMS misc endpoint
      - Remove duplicate clearing of UserOrgTags
      - Remove LMS imports in openedx/core and update usage to use new USER_RETIRE_LMS_CRITICAL and USER_RETIRE_LMS_MISC signals
      - Add testing for new signal handlers and app registration for the LMS survey app
      f3a9e508
  31. Jun 21, 2018
  32. Jun 07, 2018
  33. Jun 06, 2018
  34. May 21, 2018
Loading