1. 23 Nov, 2017 1 commit
    • Introduce LMS_INTERNAL_ROOT_URL. · d403e5f8
      The LMS and edx-enterprise currently communicate via REST APIs, even
      though they are all running within the same service.
      
      Currently API URLs are constructed using LMS_ROOT_URL, but that is
      problematic on some systems where the external LMS_ROOT_URL is not
      accessible from the private network, or routing internal requests via
      the external URL is not desireable.
      
      This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which
      defaults to the value of LMS_ROOT_URL for backwards compatibility.
      
      The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct
      API URLs instead of LMS_ROOT_URL.
      Matjaz Gregoric committed
  2. 16 Nov, 2017 1 commit
  3. 14 Nov, 2017 1 commit
  4. 03 Nov, 2017 1 commit
  5. 02 Nov, 2017 1 commit
  6. 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
  7. 19 Oct, 2017 1 commit
  8. 17 Oct, 2017 1 commit
  9. 16 Oct, 2017 1 commit
  10. 11 Oct, 2017 1 commit
  11. 05 Oct, 2017 1 commit
  12. 25 Sep, 2017 1 commit
  13. 15 Sep, 2017 1 commit
  14. 13 Sep, 2017 1 commit
  15. 06 Sep, 2017 1 commit
  16. 01 Sep, 2017 1 commit
  17. 31 Aug, 2017 1 commit
  18. 29 Aug, 2017 1 commit
  19. 17 Aug, 2017 1 commit
  20. 16 Aug, 2017 1 commit
  21. 03 Aug, 2017 2 commits
  22. 21 Jul, 2017 2 commits
  23. 14 Jul, 2017 1 commit
  24. 11 Jul, 2017 1 commit
  25. 06 Jul, 2017 1 commit
  26. 05 Jul, 2017 1 commit
  27. 29 Jun, 2017 1 commit
  28. 20 Jun, 2017 1 commit
    • Migrate to latest, split python-social-auth. · 8b65ca17
      PSA was monolothic, now split, with new features, like
      a DB-backed partial pipeline. FB OAuth2 version also upped.
      
      Partial pipelines don't get cleared except when necessary.
      They persist for special cases like change of browser while
      still mid-pipeline (i.e. email validation step).
      
      Refactor, cleanup, and update of a lot of small things as well.
      
      PLEASE NOTE the new `social_auth_partial` table.
      Uman Shahzad committed
  29. 12 Jun, 2017 3 commits
  30. 08 Jun, 2017 1 commit
  31. 05 Jun, 2017 1 commit
  32. 26 May, 2017 1 commit
  33. 25 May, 2017 1 commit
  34. 22 May, 2017 1 commit
  35. 18 May, 2017 1 commit
  36. 10 May, 2017 1 commit