1. 02 Nov, 2017 1 commit
  2. 30 Oct, 2017 1 commit
    • Remove support for COMPREHENSIVE_THEME_DIR - · b866f356
        all dirs must now go into COMPREHENSIVE_THEME_DIRS.
      Move comprehensive theming setup section out of startup.py and into
        settings files using new 'derived' functionality.
      Add 'derive_settings' at the end of all top-level Django settings files.
      Move validation of comprehensive theming settings into new apps.py
        theming file.
      Split theming code into code safe to run before settings are initialized
        -and- after settings are initialized.
      John Eskew committed
  3. 17 Oct, 2017 1 commit
  4. 16 Oct, 2017 1 commit
  5. 11 Oct, 2017 1 commit
  6. 25 Sep, 2017 1 commit
  7. 06 Sep, 2017 1 commit
  8. 29 Aug, 2017 1 commit
  9. 03 Aug, 2017 2 commits
  10. 11 Jul, 2017 1 commit
  11. 06 Jul, 2017 1 commit
  12. 05 Jul, 2017 1 commit
  13. 26 Jun, 2017 1 commit
  14. 12 Jun, 2017 2 commits
  15. 09 Jun, 2017 1 commit
  16. 12 May, 2017 1 commit
  17. 27 Apr, 2017 3 commits
  18. 26 Apr, 2017 1 commit
  19. 24 Apr, 2017 1 commit
  20. 22 Feb, 2017 1 commit
  21. 09 Feb, 2017 1 commit
  22. 08 Feb, 2017 1 commit
  23. 01 Feb, 2017 1 commit
  24. 31 Jan, 2017 1 commit
  25. 30 Jan, 2017 1 commit
  26. 02 Dec, 2016 1 commit
  27. 17 Nov, 2016 1 commit
  28. 09 Nov, 2016 1 commit
  29. 22 Sep, 2016 1 commit
  30. 01 Sep, 2016 1 commit
  31. 29 Jul, 2016 1 commit
  32. 27 Jul, 2016 1 commit
  33. 21 Jul, 2016 1 commit
  34. 07 Jul, 2016 1 commit
    • Unify JWT generation code · f6d7371d
      These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
      Renzo Lucioni committed
  35. 05 Jul, 2016 1 commit
  36. 30 Jun, 2016 1 commit