1. 14 Dec, 2017 1 commit
  2. 13 Dec, 2017 2 commits
  3. 12 Dec, 2017 1 commit
    • Fix safe_lxml. SEC-338 · 3d49d80b
      The imports were sorted in May, which broke the monkeypatching in
      safe_lxml.  I added two tests that the XML parsers are properly patched,
      but they didn't pass until I added the monkeypatching to the start of
      the test runs.  Once that was done, some tests failed because they
      relied on specific details of how empty elements are represented.  Those
      tests are now fixed.
      Ned Batchelder committed
  4. 11 Dec, 2017 3 commits
  5. 08 Dec, 2017 2 commits
  6. 07 Dec, 2017 3 commits
  7. 06 Dec, 2017 3 commits
  8. 05 Dec, 2017 7 commits
  9. 04 Dec, 2017 3 commits
  10. 02 Dec, 2017 2 commits
  11. 01 Dec, 2017 2 commits
  12. 30 Nov, 2017 1 commit
  13. 29 Nov, 2017 2 commits
  14. 28 Nov, 2017 1 commit
  15. 27 Nov, 2017 2 commits
  16. 23 Nov, 2017 2 commits
    • Updated Translations · 9e619e42
      ayub-khan committed
    • 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
  17. 22 Nov, 2017 3 commits