1. 06 Jun, 2017 1 commit
  2. 01 Feb, 2017 1 commit
  3. 17 Jan, 2017 1 commit
  4. 25 May, 2016 1 commit
  5. 07 Apr, 2016 1 commit
  6. 12 Feb, 2016 1 commit
    • Support externally hosted comprehensive themes · d002a92a
      The old Stanford-style themes can be pulled in from an external Git
      repo; no such provision was previously available for comprehensive
      themes.
      
      * Introduce two new configuration variables:
      - EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO: Git repo for the
        comprehensive theme
      - EDXAPP_COMPREHENSIVE_THEME_VERSION: Git branch, tag, or revision to
        check out from the repo
      
      * Introduce a new task, "checkout comprehensive theme", doing the
      equivalent of the previously existing "checkout theme" task. Check out
      the theme repo to EDXAPP_COMPREHENSIVE_THEME_DIR. If
      EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO is unset, continue to assume
      that EDXAPP_COMPREHENSIVE_THEME_DIR already exists and is populated
      with a comprehensive theme.
      
      * Rename the "checkout theme" task to "checkout Stanford-style theme".
      Florian Haas committed
  7. 19 Jan, 2016 1 commit
  8. 29 Dec, 2015 1 commit
  9. 20 Oct, 2015 1 commit
  10. 13 Oct, 2015 1 commit
  11. 08 Sep, 2015 1 commit
  12. 21 Aug, 2015 1 commit
  13. 30 Jun, 2015 1 commit
  14. 06 May, 2015 1 commit
  15. 24 Mar, 2015 1 commit
  16. 11 Mar, 2015 1 commit
  17. 01 Mar, 2015 1 commit
  18. 19 Feb, 2015 1 commit
  19. 08 Feb, 2015 1 commit
  20. 18 Dec, 2014 2 commits
  21. 18 Nov, 2014 1 commit
  22. 30 Oct, 2014 1 commit
  23. 22 Aug, 2014 1 commit
  24. 05 Aug, 2014 2 commits
  25. 09 Jul, 2014 1 commit
  26. 24 Jun, 2014 1 commit
  27. 20 Jun, 2014 1 commit
  28. 18 Jun, 2014 1 commit
    • NginxX-Forwarded-For header configuration. · 28f0e029
      The nginx configuration was set to pass X-Forwarded-For and related headers
      unodified to backend services.
      This works fine when nginx is deployed behind another load balancer
      (for example ELB), which already properly sets the X-Forwarded-* for headers.
      
      But in simpler deployment scenarios, where nginx is directly facing the end user,
      nginx should discard any existing X-Forwarded-For headr and set it to remote IP of the request,
      the X-Forwarded-Port header to the nginx server port, and the X-Forwarded-Proto
      to the scheme of the current request.
      
      The 'NGINX_SET_X_FORWARDED_HEADERS' is set to False by default, but set to True
      in the edx_sandbox playbook, where an additional load balancer in front of nginx
      is not usually present.
      Matjaz Gregoric committed
  29. 30 May, 2014 1 commit
  30. 28 May, 2014 1 commit
  31. 14 Apr, 2014 1 commit
  32. 02 Apr, 2014 1 commit
  33. 26 Mar, 2014 1 commit
  34. 16 Oct, 2013 1 commit
  35. 11 Oct, 2013 1 commit
  36. 10 Oct, 2013 1 commit
  37. 09 Aug, 2013 1 commit
  38. 15 May, 2013 1 commit