1. 28 Sep, 2015 2 commits
  2. 25 Sep, 2015 1 commit
    • Upgrade djangorestframework to v3.1 · 8555630d
      * Upgrade edx-submissions
      * Upgrade edx-ora2
      * Upgrade edx-val
      * Upgrade edx-proctoring
      * Update all edx-platform code that depends on DRF, including:
        - auth_exchange
        - cors_csrf
        - embargo
        - enrollment
        - util
        - commerce
        - course_structure
        - discussion_api
        - mobile_api
        - notifier_api
        - teams
        - credit
        - profile_images
        - user_api
        - lib/api (OAuth2 and pagination)
      Will Daly committed
  3. 03 Apr, 2015 1 commit
  4. 01 Apr, 2015 1 commit
  5. 18 Mar, 2015 1 commit
  6. 16 Mar, 2015 1 commit
  7. 11 Mar, 2015 1 commit
    • Cross-domain CSRF cookies · a5a303ae
      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.
      Will Daly committed
  8. 09 Mar, 2015 1 commit
    • Cross-domain CSRF cookies · cbdc269b
      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.
      Will Daly committed