1. 17 Mar, 2015 1 commit
  2. 11 Mar, 2015 2 commits
  3. 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
  4. 05 Mar, 2015 1 commit
  5. 03 Mar, 2015 1 commit
  6. 24 Feb, 2015 1 commit
  7. 17 Feb, 2015 1 commit
  8. 29 Jan, 2015 1 commit
  9. 22 Jan, 2015 1 commit
  10. 16 Jan, 2015 1 commit
    • Ignore invalid-name errors for settings files · ef43840a
      path.py objects report themselves as class objects, which confuses the heck out of
      pylint. It tries to match variable names using the class-rgx regular expression
      instead of the constant-rgx regular expression, and it doesn't match, so it
      throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
      David Baumgold committed
  11. 15 Jan, 2015 1 commit
    • Added the reportlab requirement to base.txt · a8ebf6da
      Added receipts_pdf.py
      
      Used Paragraph for displaying a large body of text.
      
      added the table
      
      Line breaks in the para text. font size adjusted.
      
      Improved the main table (alignments) and totals (converted to a table as well)
      
      Converted the footer into a table, and allowed for pagination.
      
      Added pagination to item data table.
      
      Handled wrapping of long descriptions into multiple lines.
      
      email attachment for both invoice and receipt
      
      added the currency from the settings
      
      Removed magic numeric literals and added meaningful variables.
      
      Added initial set of substitutions from configuration
      
      add defining logo paths via configuration
      
      Removed font dependencies. Will use the system default fonts which appear good enough to me.
      
      Alignment adjustments as per suggestions.
      
      Fixed the pep8 violations. Added comments to styling
      
      added the decimal points to the price values
      
      Cleanup. Docstrings.
      
      i18n the text in the pdf file
      
      fix pep8/pylint issues
      
      Changed the amounts from string to float.
      
      Overrode the 'pdf_receipt_display_name' property in the OrderItem subclass Donation.
      
      used the PaidCourseRegistration instead of the parent OrderItem to avoid course_id related exceptions.
      
      quality fixes
      
      added  the test cases for the pdf
      
      made the changes in the pdf suggested by griff
      
      updated the pdf tests to assert the pdf content
      
      used the pdfminor library
      
      fix quality issues
      
      made the changes suggested by Will
      
      added the text file that says "pdf file not available. please contact support"
       in case pdf fails to attach in the email
      Afzal Wali committed
  12. 13 Jan, 2015 1 commit
  13. 07 Jan, 2015 1 commit
    • Initial framework for the Course About API. · 1e7d567b
      ECOM-248 Course Info API. Basic functionality implemented.
      
      ECOM-248 adding factory for about descriptor and test cases for course info api
      
      ECOM-248 adding test cases for couse info api.
      
      ECOM-248 re-factoring code. updating test cases.
      
      Tests for course_about data module
      
      ECOM-248 Adding test cases for the exceptions.
      
      ECOM-248 re-factoring code. fixing quality issues.
      
      ECOM-248 fixing test cases and moved parse video method into utils.
      
      added github username in authors
      
      ECOM-248 removed merging issue of test_data
      
      ECOM-248 removed unused files
      stephensanchez committed
  14. 09 Dec, 2014 1 commit
  15. 01 Dec, 2014 2 commits
  16. 21 Nov, 2014 1 commit
  17. 13 Nov, 2014 1 commit
  18. 03 Nov, 2014 1 commit
    • Implement shim for mobile video events. · 821c97fb
      This PR addresses the following issues:
      
      1) All requests return a 200 OK unless there is an authorization failure. This is deliberate in case the secret key is compromised.
      2) Push all of the nasty logic necessary to generate compatible video events into the LMS instead of trying to do that mapping on the mobile devices.
      3) Stop using the deprecated "action" field in the segment.io event. According to their support team this field should not be used anymore and is just around for backwards compatibility reasons.
      
      Fixes: AN-3818
      Gabe Mulley committed
  19. 27 Oct, 2014 1 commit
  20. 14 Oct, 2014 1 commit
  21. 24 Sep, 2014 2 commits
  22. 23 Sep, 2014 1 commit
  23. 22 Sep, 2014 1 commit
  24. 17 Sep, 2014 1 commit
  25. 12 Sep, 2014 1 commit
  26. 09 Sep, 2014 2 commits
  27. 08 Sep, 2014 1 commit
  28. 02 Sep, 2014 2 commits
  29. 29 Aug, 2014 1 commit
  30. 27 Aug, 2014 1 commit
  31. 20 Aug, 2014 1 commit
  32. 14 Aug, 2014 1 commit
  33. 12 Aug, 2014 1 commit
  34. 07 Aug, 2014 2 commits