Skip to content
Snippets Groups Projects
  1. Aug 10, 2015
  2. Jun 19, 2015
  3. May 15, 2015
  4. May 12, 2015
  5. May 05, 2015
  6. May 04, 2015
  7. Apr 30, 2015
  8. Apr 29, 2015
  9. Apr 28, 2015
  10. Apr 25, 2015
  11. Apr 10, 2015
    • Bermudez, Jaime's avatar
      Don't store LTI_OAUTH_SETTINGS during module load so that functional tests can... · 8cb0fede
      Bermudez, Jaime authored
      Don't store LTI_OAUTH_SETTINGS during module load so that functional tests can override settings on each tests run - the auth_lti backend is imported once as an AUTHENTICATION_BACKEND during project load so storing the settings at the top of the module prevents overriding of this setting during authentication.  Up version to 1.0 (current Github release is at 0.9, so this is another minor bump).
      8cb0fede
  12. Feb 20, 2015
  13. Sep 22, 2014
  14. Aug 22, 2014
    • Bermudez, Jaime's avatar
      Modify logic for picking a default username value when lis_person_sourcedid... · a26ee99e
      Bermudez, Jaime authored
      Modify logic for picking a default username value when lis_person_sourcedid parameter is not present.  It's believed that this should only be the case when user is added directly in Canvas UI and when admins switch to "Student View" mode.  Use custom_canvas_user_id (or user_id) with a class-level defined prefix in order to have a shorter field to get past a bug where the Test Student username was longer than 30 characters.
      a26ee99e
  15. Aug 14, 2014
  16. Jul 31, 2014
  17. Jul 30, 2014
  18. Jul 29, 2014
  19. Jul 28, 2014
    • Bermudez, Jaime's avatar
      Add a script to run unit tests within auth_lti package. Add a tests package... · b1f19f1b
      Bermudez, Jaime authored
      Add a script to run unit tests within auth_lti package.  Add a tests package with a few tests of the custom role key merge that is being added as part of this feature branch.  Filter out any empty roles from the merged list.  Update requirements in setup.py to remove unused django-filter and to include mock as a test requirement.  Remove *.html from MANIFEST as there are currently no html files.  Add .egg to gitignore.
      b1f19f1b
  20. Jul 25, 2014
  21. Mar 04, 2014
  22. Feb 20, 2014
  23. Feb 19, 2014
    • Bermudez, Jaime's avatar
      Make corresponding mixin for LTI roles being required. Remove... · 161cec9e
      Bermudez, Jaime authored
      Make corresponding mixin for LTI roles being required.  Remove GroupRequiredMixin and LoginRequiredMixin since the former is not used in LTI requests and neither was being used currently anyway.  Require django_braces with this library and use it's LoginRequiredMixin instead.  Update version.
      v0.5
      161cec9e
  24. Jan 29, 2014
  25. Jan 27, 2014
  26. Jan 26, 2014
  27. Jan 25, 2014
  28. Jan 16, 2014
Loading