Skip to content
Snippets Groups Projects
  1. Feb 23, 2021
  2. Feb 16, 2021
  3. Jan 29, 2021
  4. Jan 21, 2021
  5. 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
  6. Jan 19, 2021
  7. Jan 15, 2021
  8. Dec 02, 2020
  9. Dec 01, 2020
  10. 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
  11. Sep 02, 2020
  12. Aug 26, 2020
  13. Aug 14, 2020
  14. Aug 11, 2020
  15. 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
  16. Jul 24, 2020
  17. Jul 23, 2020
  18. Jul 15, 2020
  19. Jul 02, 2020
  20. Jun 29, 2020
  21. Jun 26, 2020
  22. Jun 25, 2020
  23. Jun 08, 2020
  24. Jun 04, 2020
  25. May 28, 2020
  26. May 07, 2020
    • Eric Herrera's avatar
      Bump version. · cc4e462a
      Eric Herrera authored
      Remove constraints.
      Add classifiers.
      Update setup.py install_requirements definition.
      Update travis file using new requirements.
      Create requirements folder.
      create pip_tools, base, test and travis requirements files.
      Remove old requirement files.
      Create Makefile and add upgrade command.
      Include requirements files generated using upgrade command.
      Update openedx.yml OEPs list.
      cc4e462a
  27. Apr 24, 2020
  28. Mar 31, 2020
  29. Mar 03, 2020
    • Ahtisham Shahid's avatar
      Added img to bleach safe tags · 67eafec5
      Ahtisham Shahid authored
      updated bleach
      
      Added img to bleach safe tags
      
      Added img to bleach safe tags
      
      Added img to bleach safe tags
      
      added test
      
      added test
      
      added test
      
      added test
      
      added test for attr image
      
      added test for attr image
      
      fixed style bug
      
      Updated format xoe
      
      removed extra formatting
      67eafec5
  30. Dec 11, 2019
  31. Dec 10, 2019
  32. Oct 08, 2019
  33. Jan 22, 2019
    • Omar Al-Ithawi's avatar
      Allow plugins for the LTI XBlock to pass extra parameters to the provider · c857e5d0
      Omar Al-Ithawi authored
      Overview
      ---------
      This pull request makes this XBlock extensible for
      adding parameters to the LTI provider in addition
      to the existing ones.
      
      Why
      ---
      A customer needs `team` and `cohort` informaiton
      to be passed through the LTI channel to simplify
      integration with their LTI provider. At the same
      time we'd rather not fork the XBlock, so an
      Open-Closed model is needed.
      
      More Detailed Documentation
      ---------------------------
      I've added a couple of sections to `README.rst`
      to document specifying design and
      configuration steps of the new LTI parameter
      processors. Please check it out for more
      information about the changes that this pull
      request introduces.
      
      Example Usage
      -------------
      I've written a package that we'll need to use for
      our customer to pass some personal user
      information in addition to the cohort and team
      info: https://github.com/appsembler/tahoe-lti/pull/1
      
      Omar Al-Ithawi @ Appsembler
      c857e5d0
  34. May 04, 2018
  35. Feb 09, 2018
  36. Sep 20, 2017
  37. Jul 19, 2017
Loading