1. 06 Jan, 2017 1 commit
  2. 08 Dec, 2016 1 commit
  3. 02 Dec, 2016 1 commit
  4. 17 Nov, 2016 1 commit
  5. 09 Nov, 2016 1 commit
  6. 04 Nov, 2016 1 commit
    • Fallback to default ZENDESK_URL when not in JSON · 9c5fcfac
      This line previously departed from the convention of coalescing down to
      the original value specified in `lms/envs/common.py`.
      
      Now, the setting can fall back to its default value from `common.py`,
      instead of only respecting the value loaded from JSON (or `None` if not
      defined).
      stv committed
  7. 17 Oct, 2016 2 commits
  8. 14 Oct, 2016 1 commit
  9. 28 Sep, 2016 1 commit
  10. 22 Sep, 2016 1 commit
  11. 01 Sep, 2016 1 commit
  12. 30 Aug, 2016 1 commit
  13. 29 Jul, 2016 1 commit
  14. 27 Jul, 2016 1 commit
  15. 05 Jul, 2016 1 commit
  16. 30 Jun, 2016 1 commit
  17. 24 Jun, 2016 1 commit
  18. 17 Jun, 2016 1 commit
  19. 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
  20. 25 May, 2016 1 commit
  21. 23 May, 2016 1 commit
  22. 16 May, 2016 1 commit
  23. 12 May, 2016 2 commits
  24. 04 May, 2016 1 commit
  25. 02 May, 2016 1 commit
  26. 14 Apr, 2016 1 commit
  27. 12 Apr, 2016 1 commit
  28. 11 Apr, 2016 2 commits
    • Added AWS_S3_CUSTOM_DOMAIN · 8f25c81a
      This setting is necessary to avoid django-storages applying a security token to S3 URLs.
      
      ECOM-4081
      Clinton Blackburn committed
    • 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
  29. 08 Apr, 2016 2 commits
  30. 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
  31. 06 Apr, 2016 1 commit
  32. 05 Apr, 2016 4 commits
  33. 01 Apr, 2016 1 commit