Skip to content
Snippets Groups Projects
  1. Mar 27, 2015
  2. Mar 23, 2015
  3. Mar 19, 2015
  4. Mar 17, 2015
    • Will Daly's avatar
      Update social media links in EdX footer. · 1529c1e9
      Will Daly authored
      Replaces some PLATFORM_* settings with a more
      general setting for specifying social media
      URLs in the footer.
      
      Adds icons and titles for new social media
      sites (Tumblr, Reddit, Youtube) to match
      EdX.org.
      1529c1e9
  5. Mar 16, 2015
  6. Mar 13, 2015
    • Matt Drayer's avatar
      Added Certficates Web/HTML View · 16e63c9e
      Matt Drayer authored
      16e63c9e
    • Clinton Blackburn's avatar
      Added commerce/purchase endpoint · eaa7a220
      Clinton Blackburn authored
      This new endpoint is intended to replace enrollment API call used on the login+registration page. Instead of directly enrolling students, the view will contact the external e-commerce API (Oscar) to create a new order. Oscar will be responsible for completing the order and enrolling the student.
      
      This behavior will only apply to course modes with associated SKUs. All other course mode enrollments will be processed directly by LMS.
      eaa7a220
  7. Mar 11, 2015
    • alawibaba's avatar
      Fixed ID bug in China CDN experiment, added default, changed graphite metric... · cdc81c88
      alawibaba authored
      Fixed ID bug in China CDN experiment, added default, changed graphite metric name, and exposed CDN monitoring ENVs.
      cdc81c88
    • Will Daly's avatar
      Cross-domain CSRF cookies · a5a303ae
      Will Daly authored
      When configured, set an additional cookie with the CSRF
      token for use by subdomains.
      
      The cookie can have a different name than the default
      CSRF cookie, preventing conflicts between cookies
      from different domains (e.g. ".edx.org", "courses.edx.org",
      and "edge.edx.org").
      
      The new cookie is included only on the enrollment API
      views so that the scope of this change is limited
      to the end-points that require cross-domain POST requests.
      a5a303ae
  8. Mar 09, 2015
    • Greg Price's avatar
      Add an endpoint to exchange OAuth access tokens · e85eb91e
      Greg Price authored
      This allows the holder of a third-party access token (e.g. from Google
      or Facebook) to get a first-party access token for the edX account
      linked to the given access token.
      e85eb91e
    • Will Daly's avatar
      Cross-domain CSRF cookies · cbdc269b
      Will Daly authored
      When configured, set an additional cookie with the CSRF
      token for use by subdomains.
      
      The cookie can have a different name than the default
      CSRF cookie, preventing conflicts between cookies
      from different domains (e.g. ".edx.org", "courses.edx.org",
      and "edge.edx.org").
      
      The new cookie is included only on the enrollment API
      views so that the scope of this change is limited
      to the end-points that require cross-domain POST requests.
      cbdc269b
  9. Mar 06, 2015
  10. Mar 05, 2015
  11. Mar 04, 2015
  12. Mar 03, 2015
  13. Mar 02, 2015
  14. Feb 26, 2015
  15. Feb 24, 2015
  16. Feb 23, 2015
    • Will Daly's avatar
      Deprecate old embargo implementation. · ae8ddc8a
      Will Daly authored
      The new "country access" implementation replaces the old
      implementation.  Middleware and tests have been updated
      accordingly, but deprecated models are preserved
      for backwards compatibility.
      ae8ddc8a
  17. Feb 20, 2015
  18. Feb 19, 2015
  19. Feb 18, 2015
  20. Feb 17, 2015
  21. Feb 16, 2015
    • Xavier Antoviaque's avatar
      xblock-external-ui: Add XBlock API call to render XBlock views · 2ba49579
      Xavier Antoviaque authored
      xblock-external-ui: Include CSRF token in the API answer
      xblock-external-ui: Include full path when building local_url
      xblock-external-ui: Fix TestHandleXBlockCallback & bok_choy, add tests
      xblock-external-ui: Only return `instance` in `_invoke_xblock_handler()`
      xblock-external-ui: Group resources by hash tag to avoid duplicate loads
      xblock-external-ui: PEP8
      xblock-external-ui: Fail early if the XBlock view is called anonymously
      
          We used to serve anonymous requests, but most XBlocks assume that the
          user is logged in, which can generate a lot of errors when the user is
          accessed or when an XBlock ajax callback is queried. Fail early to only
          get one error per page load, and prevent displaying the XBlock
          altogether when the LMS doesn't find an active user session.
      
      xblock-external-ui: Add request params in view render context
      xblock-external-ui: HTTP error status when file is too large for handler
      xblock-external-ui: Fix unicode encodings in XBlock rendering
      xblock-external-ui: Feature flag for API call ENABLE_XBLOCK_VIEW_ENDPOINT
      2ba49579
  22. Feb 13, 2015
  23. Feb 11, 2015
  24. Feb 09, 2015
  25. Feb 03, 2015
  26. Feb 02, 2015
  27. Jan 30, 2015
  28. Jan 29, 2015
  29. Jan 28, 2015
  30. Jan 27, 2015
    • Giulio Gratta's avatar
      Add cosmetic price field to studio & logic · c18ee8cc
      Giulio Gratta authored
      - Price field added to Advanced Settings
      - Function that decides which price to display
      - Test added to check that the function outputs correct price
      - Added feature flag and conditional to decide whether to display course price or not
      - Feature Flag to show or hide course price on Course About page sidebar when not using shopping cart
      c18ee8cc
Loading