1. 10 Nov, 2015 1 commit
  2. 21 Oct, 2015 1 commit
  3. 28 Sep, 2015 2 commits
  4. 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
  5. 15 Sep, 2015 1 commit
  6. 11 Sep, 2015 1 commit
  7. 03 Sep, 2015 1 commit
  8. 28 Aug, 2015 1 commit
  9. 19 Aug, 2015 1 commit
  10. 18 Aug, 2015 1 commit
  11. 12 Aug, 2015 1 commit
    • Team API include correct info when expanding users TNL-2975 · 09acca2d
      Create read-only serializer to handle User/UserProfile data
      together.
      
      Refactor GET accounts to use the new read-only joint serializer
      
      Fix tests to check for new expanded user info
      
      Update tests in teams/tests/test_views.py to test for both
      public and private profiles on expands user
      
      Update serializer to utilize the request object for creating absolute uris
      Bill DeRusha committed
  12. 11 Aug, 2015 1 commit
  13. 28 Jul, 2015 2 commits
  14. 22 Jul, 2015 1 commit
    • Add teams-for-topic list view to Teams page. · 21b39ca4
      TNL-1898
      
      Also adds a generic paginated list view and Teams list view. The
      common PaginatedView takes a collection and a view class for its items
      and creates a header and footer with correct pagination. The topics
      list view is refactored to use this generic view.
      
      Authors:
        - Peter Fogg <pfogg@edx.org>
        - Daniel Friedman <dfriedman58@gmail.com>
      Daniel Friedman committed
  15. 03 Jun, 2015 1 commit