1. 07 Jul, 2017 1 commit
  2. 12 Jun, 2017 2 commits
  3. 09 Jun, 2017 1 commit
  4. 12 May, 2017 1 commit
  5. 27 Apr, 2017 3 commits
  6. 26 Apr, 2017 1 commit
  7. 24 Apr, 2017 1 commit
  8. 22 Feb, 2017 1 commit
  9. 09 Feb, 2017 1 commit
  10. 08 Feb, 2017 1 commit
  11. 01 Feb, 2017 1 commit
  12. 31 Jan, 2017 1 commit
  13. 30 Jan, 2017 1 commit
  14. 02 Dec, 2016 1 commit
  15. 17 Nov, 2016 1 commit
  16. 09 Nov, 2016 1 commit
  17. 22 Sep, 2016 1 commit
  18. 01 Sep, 2016 1 commit
  19. 29 Jul, 2016 1 commit
  20. 27 Jul, 2016 1 commit
  21. 21 Jul, 2016 1 commit
  22. 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
  23. 05 Jul, 2016 1 commit
  24. 30 Jun, 2016 1 commit
  25. 16 Jun, 2016 1 commit
    • update_in_cache on lms worker (#12689) · fdc6d915
      This commit "undoes"a previous hotfix, and allows a cms course_publish
      signal to trigger a block_structure update_course_in_cache task, which
      is run on an lms worker queue.
      
      Changes:
          -exposes ALTERNATE_QUEUE_ENVS
          -adds routing layer in celery.py
          -moves prior dev_with_worker settings file to devstack_with_worker
          -moves course_block api functionality into openedx/core/djangoapps/content/block_structure
      Eric Fischer committed
  26. 31 May, 2016 1 commit
  27. 23 May, 2016 1 commit
  28. 16 May, 2016 1 commit
  29. 12 Apr, 2016 1 commit
  30. 11 Apr, 2016 1 commit
    • Stripping auth querystring from S3 URLs · d6ba8839
      We use S3 for a number of uploads. Boto, by default, includes a auth querystring on the returned URLs. Since these uploads are public, there is no need for this querystring. Additionally, the long length URLs cause problems when API consumers need to store the URLs. This commit resolves this problem by removing the auth querystring.
      
      - Updated to latest versions of boto and django-storages-redux packages
      - Added AWS_QUERYSTRING_AUTH setting to remove the querystring values
      
      ECOM-4081
      Clinton Blackburn committed
  31. 08 Apr, 2016 1 commit
  32. 07 Apr, 2016 1 commit
    • Stripping auth querystring from S3 URLs · d2d38f9b
      We use S3 for a number of uploads. Boto, by default, includes a auth querystring on the returned URLs. Since these uploads are public, there is no need for this querystring. Additionally, the long length URLs cause problems when API consumers need to store the URLs. This commit resolves this problem by removing the auth querystring.
      
      - Updated to latest versions of boto and django-storages-redux packages
      - Added AWS_QUERYSTRING_AUTH setting to remove the querystring values
      
      ECOM-4081
      Clinton Blackburn committed
  33. 28 Mar, 2016 1 commit
    • saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      ziafazal: improvements need for multi-tenancy
      ziafazal: fixed broken tests
      ziafazal: no need to add setting in test.py
      ziafazal: added hostname validation
      ziafazal: changes after feedback from mattdrayer
      ziafazal: fixed branding and microsite broken tests
      ziafazal: make STATICFILES_DIRS to list
      ziafazal: added theme directory to mako lookup for tests
      ziafazal: added more protection in test_util
      saleem-latif: Enable SCSS Overrides for Comprehensive Theming
      saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
      saleem-latif: Correct errors in python tests
      mattdrayer: Fix invalid release reference
      mattdrayer: Update django-wiki reference to latest release
      saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic
      saleem-latif: Incorporate feedback changes
      mattdrayer: Pylint violation fix
      mattdrayer: Fix broken pavelib test
      Zia Fazal committed
  34. 18 Mar, 2016 1 commit
  35. 16 Mar, 2016 1 commit
  36. 14 Mar, 2016 1 commit
    • ziafazal/WL-328: Multi-Site Comprehensive Theming · 954dae58
      ziafazal: improvements need for multi-tenancy
      ziafazal: fixed broken tests
      ziafazal: no need to add setting in test.py
      ziafazal: added hostname validation
      ziafazal: changes after feedback from mattdrayer
      ziafazal: fixed branding and microsite broken tests
      ziafazal: make STATICFILES_DIRS to list
      ziafazal: added theme directory to mako lookup for tests
      ziafazal: added more protection in test_util
      saleem-latif: Enable SCSS Overrides for Comprehensive Theming
      saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates
      saleem-latif: Correct errors in python tests
      mattdrayer: Fix invalid release reference
      mattdrayer: Update django-wiki reference to latest release
      Zia Fazal committed
  37. 01 Mar, 2016 1 commit