Skip to content
Snippets Groups Projects
  1. Apr 17, 2020
  2. Apr 13, 2020
  3. Apr 10, 2020
  4. Apr 08, 2020
  5. Apr 06, 2020
  6. Mar 18, 2020
  7. Feb 27, 2020
  8. Feb 18, 2020
    • Manjinder Singh's avatar
      Renamed OAuth2Authentication to BearerAuthentication (#23128) · d7bd80a1
      Manjinder Singh authored
      * Renamed OAuth2Authentication to BearerAuthentication
      * Added back OAuth2Authentication name
      -there are libraries such as edx-enterprise that still import OAuth2Authentication.  The OAuth2Authentication class should be fully removed when everything is importing BearerAuthentication correctly
      d7bd80a1
  9. Feb 17, 2020
  10. Feb 11, 2020
    • Manjinder Singh's avatar
      Replacing OAuth2Auth (#23067) · cce8cdd6
      Manjinder Singh authored
      - Removing deprecated auth classes
      - Replacing OAuth2AuthenticationAllowInactiveUserDeprecated with OAuth2AuthenticationAllowInactiveUser
      - the old class was a child class of a deprecated class that we are removing and replacing.
      cce8cdd6
  11. Feb 06, 2020
    • Manjinder Singh's avatar
      Added new auth class (#23018) · cea795b0
      Manjinder Singh authored
      * Added new auth class
      
      - Created new class called OAuth2AuthenticationAllowInactiveUser, which replaces old class with same name
      - Renames previous  OAuth2AuthenticationAllowInactiveUser to  OAuth2AuthenticationAllowInactiveUserDeprecated
      - Replaced all imports of  OAuth2AuthenticationAllowInactiveUser to call deprecated class instead
      - testing new class in discussion(added flag based on django setting)
      
      cea795b0
  12. Jan 16, 2020
  13. Jan 15, 2020
  14. Jan 08, 2020
  15. Dec 30, 2019
  16. Dec 18, 2019
  17. Dec 09, 2019
  18. Nov 13, 2019
  19. Nov 12, 2019
  20. Nov 07, 2019
  21. Nov 04, 2019
  22. Oct 24, 2019
    • Manjinder Singh's avatar
      BOM-933: Fix type mismatches in various migrations (#22112) · a384e753
      Manjinder Singh authored
      * Fix type mismatches in the course_modes migrations
      
      * Fix type mismatches in the course_action_state migrations
      
      * Fix type mismatches in the schedules migrations
      
      * Fix type mismatches in grades migrations
      
      * Fix type mismatches in video_pipeline
      
      * Fix type mismatches in api_admin
      
      * Fix mismatches in credential migrations
      a384e753
    • Ayub khan's avatar
      BOM-949 · 897bd25b
      Ayub khan authored
      student: Explicitly Set fields to unicode to avoid migration
      897bd25b
  23. Oct 23, 2019
  24. Oct 21, 2019
  25. Oct 16, 2019
  26. Sep 25, 2019
  27. Sep 19, 2019
  28. Aug 21, 2019
    • Ayub khan's avatar
      BOM-95 · 8a95a8e5
      Ayub khan authored
      assertItemsEqual with six.assertCountEqual
      8a95a8e5
  29. Aug 20, 2019
  30. Aug 19, 2019
  31. Aug 01, 2019
  32. Jul 19, 2019
    • uzairr's avatar
      Add credit modein support enrollment tool. · 07821927
      uzairr authored
      Currently, enrollment support tool is only allowing support members
      to change course enrollment only one of the two modes i.e. audit and
      verified.To move a learner other than these modes,they need to ping
      devops.To broaden the scope of enrollment support tool,changes have
      been done so that enrollment would be changed to other modes as well.
      
      PROD-305
      07821927
Loading