1. 04 Aug, 2016 1 commit
  2. 03 Aug, 2016 4 commits
  3. 27 Jul, 2016 2 commits
  4. 22 Jul, 2016 1 commit
  5. 08 Jul, 2016 1 commit
  6. 05 Jul, 2016 1 commit
  7. 24 Jun, 2016 2 commits
  8. 10 Jun, 2016 2 commits
  9. 06 Jun, 2016 1 commit
  10. 27 May, 2016 1 commit
  11. 26 May, 2016 1 commit
    • Bulk Email Multiselect (#12301) · a9a3fabf
      TNL-4356
      
      Allows multiple bulk email targets to be specified at once.
      
      -The previous "All" option has been split into "Staff" and "Learners"
      -The backend changes made here lay the groundwork for cohort emailing
      -The data migration, 0005, is somewhat large and requires deploy attention
      -Tests have been updated
      -Numerous safe-commit-linter fixes are included
      Eric Fischer committed
  12. 17 May, 2016 1 commit
  13. 16 May, 2016 2 commits
    • 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
    • Move city and country fields to the very end. · ab442bd7
      OSPR-1155
      cahrens committed
  14. 04 May, 2016 1 commit
  15. 02 May, 2016 2 commits
  16. 28 Apr, 2016 1 commit
  17. 13 Apr, 2016 1 commit
  18. 12 Apr, 2016 1 commit
  19. 08 Apr, 2016 1 commit
  20. 07 Apr, 2016 1 commit
  21. 06 Apr, 2016 1 commit
  22. 20 Mar, 2016 1 commit
  23. 10 Mar, 2016 2 commits
    • Unbound xblock method requires user id · 25e67370
      clear_student_state(), a method defined by ORA, requires information
      about the user making the request. Since this xblock is not bound,
      we must provide that information explicitly.
      Eric Fischer committed
    • Asynchronous download button for ORA2 data · 2b1a7eec
      Conflicts:
      	lms/djangoapps/instructor/tests/test_api.py
      	lms/djangoapps/instructor/utils.py
      	lms/djangoapps/instructor/views/api.py
      	lms/djangoapps/instructor/views/api_urls.py
      	lms/djangoapps/instructor/views/instructor_dashboard.py
      	lms/djangoapps/instructor_task/api.py
      	lms/djangoapps/instructor_task/tasks.py
      	lms/djangoapps/instructor_task/tasks_helper.py
      	lms/djangoapps/instructor_task/tests/test_api.py
      	lms/djangoapps/instructor_task/tests/test_tasks.py
      	lms/djangoapps/instructor_task/tests/test_tasks_helper.py
      	lms/envs/aws.py
      	lms/envs/common.py
      	lms/static/coffee/src/instructor_dashboard/data_download.coffee
      	lms/templates/instructor/instructor_dashboard_2/data_download.html
      dylanrhodes committed
  24. 04 Mar, 2016 1 commit
  25. 03 Feb, 2016 1 commit
  26. 27 Jan, 2016 1 commit
    • Added CCX REST APIs · e63194c1
      CCX REST APIs
      OAUTH2 authorization for CCX APIs
      - oauth2 authorization required for ccx list.
      - Course-instructor permission for ccx api endpoint
      - Protection for detail view too.
      
      Tests for CCX REST APIs and OAUTH2 authorization
      Giovanni Di Milia committed
  27. 22 Jan, 2016 2 commits
  28. 20 Jan, 2016 3 commits