1. 22 Jul, 2016 1 commit
  2. 21 Jul, 2016 2 commits
  3. 20 Jul, 2016 2 commits
  4. 19 Jul, 2016 1 commit
  5. 18 Jul, 2016 1 commit
  6. 17 Jul, 2016 1 commit
  7. 15 Jul, 2016 1 commit
  8. 11 Jul, 2016 1 commit
  9. 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
  10. 05 Jul, 2016 2 commits
  11. 02 Jul, 2016 2 commits
  12. 01 Jul, 2016 1 commit
  13. 30 Jun, 2016 1 commit
  14. 28 Jun, 2016 4 commits
  15. 27 Jun, 2016 3 commits
  16. 24 Jun, 2016 7 commits
  17. 22 Jun, 2016 3 commits
  18. 20 Jun, 2016 1 commit
  19. 17 Jun, 2016 4 commits
  20. 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