Skip to content
Snippets Groups Projects
  1. Apr 24, 2020
  2. Apr 03, 2020
  3. Mar 31, 2020
  4. Mar 03, 2020
  5. Feb 06, 2020
  6. Feb 04, 2020
  7. Dec 11, 2019
  8. Dec 10, 2019
  9. Oct 08, 2019
  10. Sep 10, 2019
  11. Aug 28, 2019
  12. Jul 29, 2019
  13. Jul 27, 2019
  14. May 23, 2019
  15. Jan 22, 2019
    • David Ormsbee's avatar
      Merge pull request #44 from appsembler/omar/pluggable-params · 38ad154c
      David Ormsbee authored
      Allow plugins for the LTI XBlock to pass extra parameters to the provider
      38ad154c
    • 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
  16. May 09, 2018
  17. May 04, 2018
  18. Feb 09, 2018
  19. Sep 20, 2017
  20. Sep 19, 2017
  21. Jul 19, 2017
  22. Jul 12, 2017
    • Pan Luo's avatar
      Fix the rebind exception when calling get_result · 593b8120
      Pan Luo authored
      The module used for rebind was set to LtiConsumer instead of the xblock,
      which is wrong and causing an silent exception thrown and return 404 to
      the client without any indication of the cause.
      593b8120
  23. Jun 02, 2017
  24. Apr 18, 2017
Loading