Skip to content
Snippets Groups Projects
  1. Aug 10, 2015
  2. Jun 19, 2015
  3. Apr 29, 2015
  4. Apr 25, 2015
  5. 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
  6. Aug 28, 2014
  7. 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
  8. Mar 06, 2014
  9. 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
  10. Jan 29, 2014
  11. Jan 25, 2014
  12. Jan 08, 2014
  13. Jan 07, 2014
  14. Jan 05, 2014
  15. Nov 22, 2013
  16. Nov 14, 2013
  17. Nov 13, 2013
Loading