Skip to content
Snippets Groups Projects
  1. Jan 31, 2022
  2. Nov 17, 2021
  3. Nov 08, 2021
  4. Oct 06, 2021
  5. Sep 08, 2021
  6. Aug 06, 2021
  7. Aug 03, 2021
  8. Jul 09, 2021
  9. Jul 01, 2021
    • Kshitij Sobti's avatar
      refactor: Rename CourseEditLTIFieldsEnabledFlag to... · 6fb86793
      Kshitij Sobti authored
      refactor: Rename CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag and use it for LTI1.3
      This commit renames the CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag since the aim is to expand its scope to all LTI-related PII sharing. It also removes the current LTI1.3 waffle flag for PII sharing.
      6fb86793
  10. Jun 14, 2021
  11. Jun 09, 2021
  12. Jun 03, 2021
  13. Apr 28, 2021
  14. Apr 13, 2021
  15. Apr 12, 2021
    • stvn's avatar
      chore: Bump version to 2.7.3 · f1d988a7
      stvn authored
      Note: It looks like the version had been previously bumped to 2.7.2,
      though the corresponding dependency has not yet been upgraded in
      `edx-platform`.
      f1d988a7
  16. Mar 22, 2021
  17. Feb 25, 2021
  18. Feb 23, 2021
  19. Feb 16, 2021
  20. Jan 29, 2021
  21. Jan 21, 2021
  22. Jan 20, 2021
    • Kshitij Sobti's avatar
      Fix migration `config_id` conflict. · 59b7c431
      Kshitij Sobti authored
      A previous PR (#130) added a new unique field with a default value to the
      LtiConfiguration model. Such cases need special handling in migraiton, however
      the previous PR did not include that. This commit fixes the migration to include
      the special handling for new unique fields.
      59b7c431
  23. Jan 19, 2021
  24. Jan 15, 2021
  25. Dec 02, 2020
  26. Dec 01, 2020
  27. Nov 12, 2020
    • Giovanni Cimolin da Silva's avatar
      [BD-24] [TNL-7607] BB-3072: Move key and client management to model level. (#113) · 9ac5fda4
      Giovanni Cimolin da Silva authored
      * Move LTI 1.3 Key management to model
      
      This:
      - Removes the need to load the modulestore on every public keyset endpoint call.
      - Simplifies the block structure and parent method overrides.
      - Removes private key, client id and related parameters from XBlock fields
      
      It also includes a migration from the data stored in the block to the model.
      
      * Cleanup unused test helpers
      
      * Version bump
      
      * Addressing review comments
      9ac5fda4
  28. Sep 02, 2020
  29. Aug 26, 2020
  30. Aug 14, 2020
  31. Aug 11, 2020
  32. Aug 07, 2020
    • Michael Terry's avatar
      Convert is_past_due to a method · 026f6511
      Michael Terry authored
      This is just to keep it in line with other xblocks that define
      an is_past_due attribute. Nicer if they all have the same access
      pattern.
      026f6511
  33. Jul 24, 2020
  34. Jul 23, 2020
  35. Jul 15, 2020
  36. Jul 02, 2020
  37. Jun 29, 2020
Loading