1. 16 Aug, 2017 1 commit
  2. 21 Jul, 2017 1 commit
  3. 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
  4. 05 Jun, 2017 1 commit
  5. 26 May, 2017 1 commit
  6. 24 May, 2017 1 commit
  7. 12 May, 2017 1 commit
  8. 01 May, 2017 1 commit
  9. 23 Sep, 2016 1 commit
  10. 29 Jul, 2016 1 commit
  11. 27 Jul, 2016 1 commit
  12. 15 Jul, 2016 1 commit
  13. 05 Jul, 2016 1 commit
  14. 16 May, 2016 1 commit
    • Replace bulk email settings with admin config models · 0cf3e39c
      Moves ENABLE_INSTRUCTOR_EMAIL and REQUIRE_COURSE_EMAIL_AUTH from settings files
      to admin-accessible configuration models. This allows for the bulk email settings
      to be modified without a new AMI deploy. See TNL-4504.
      
      Also updates tests:
          -python tests mock out the new configurations in place of the old settings
          -lettuce test has been moved to bokchoy
              (note that there was some loss of coverage here - the lettuce tests had
              been doing some voodoo to allow for cross-process inspection of emails
              messages being "sent" by the server, from the client! In discussion with
              testeng, this seems outside the realm of a visual acceptance test. So,
              the bokchoy test simply confirm the successful queueing of the message,
              and leaves the validation of sending messages to the relevant unit tests.)
          -bok choy fixture has been added, to replace the settings in acceptance.py
          -lettuce and bok choy databases have been updated to reflect the backend changes
      
      The new default is to have bulk_email disabled, we'll need to call this out in the
      next OpenEdx release to ensure administrators enable this feature if needed.
      Eric Fischer committed
  15. 07 Apr, 2016 1 commit
  16. 06 Apr, 2016 2 commits
  17. 01 Apr, 2016 1 commit
  18. 23 Mar, 2016 1 commit
  19. 10 Feb, 2016 1 commit
  20. 03 Feb, 2016 1 commit
  21. 28 Jan, 2016 1 commit
  22. 05 Jan, 2016 1 commit
  23. 01 Jan, 2016 1 commit
  24. 30 Oct, 2015 1 commit
  25. 24 Sep, 2015 1 commit
  26. 17 Sep, 2015 1 commit
  27. 13 Aug, 2015 1 commit
  28. 15 Jul, 2015 1 commit
  29. 08 Jul, 2015 1 commit
  30. 07 Jul, 2015 1 commit
  31. 02 Jul, 2015 1 commit
    • asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      * updated the flags for social media sharing
      * added facebook feed ui to share public url
      * update the condition logic
      * update the code as per suggestion and added pick new style for share buttons
      * update the css class reference
      * update the bok-choy test
      * updated description and some text touch-ups
      * moved the JS related to facebook into separate location
      * js formatting
      * Add trailing comma per chrisndodge
      * Add wait to fix flaky test...maybe
      asadiqbal committed
  32. 26 Jun, 2015 1 commit
  33. 19 Jun, 2015 1 commit
  34. 08 Jun, 2015 1 commit
  35. 13 Apr, 2015 1 commit
  36. 13 Mar, 2015 1 commit
  37. 16 Feb, 2015 1 commit
    • xblock-external-ui: Add XBlock API call to render XBlock views · 2ba49579
      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
      Xavier Antoviaque committed
  38. 29 Jan, 2015 1 commit
  39. 26 Jan, 2015 1 commit