- Feb 03, 2021
-
-
M. Zulqarnain authored
* lint amnesty in teams,tests,survey and verify_student
-
- Jun 18, 2020
-
-
Nathan Sprenkle authored
* Hide private team-sets from users not on a team * Modify add team count to factor in team visibility * Fix bug that broke search w/in private team-sets
-
- Mar 17, 2020
-
-
Jansen Kantor authored
* correctly resolve teamset-level and course-level max_team_size
-
- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- Nov 26, 2019
-
-
Alex Wang authored
* no student change to instructor managed team * Address comments & fix unit tests * fix jenkins test failure * Fix eslint errors * Fix xss warnings * Fix bokchoy test
-
- Nov 12, 2019
-
-
Simon Chen authored
This is needed so Masters learners will not be in the same team as verfied and audit learners. If the team is designated as organization protected, it will not be visible or accessible by verified or audit track learners MST-34
-
- Oct 22, 2019
-
-
Kyle McCormick authored
* For all files, from __future__ import unicode_literals. * Add @python_2_unicode_compatible to both models. * Test six.string_type(obj) for both models. Also, fix some new pylint warnings and improve model repr methods. MST-24
-
- Oct 18, 2019
-
-
Alex Wang authored
MST-6
-
- Jun 20, 2019
-
-
Amit authored
-
- Mar 11, 2019
-
-
Nimisha Asthagiri authored
ARCH-482
-
- Jun 12, 2017
-
-
Andy Armstrong authored
-
- Nov 10, 2015
-
-
Usman Khalid authored
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
-
- Oct 21, 2015
-
-
Ned Batchelder authored
Also remove useless docstrings where they were added to keep pylint quiet.
-
- Sep 28, 2015
-
-
Ben Patterson authored
-
Will Daly authored
* 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)
-
- Sep 25, 2015
-
-
Will Daly authored
* 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)
-
- Sep 15, 2015
-
-
Peter Fogg authored
TNL-3281
-
- Sep 11, 2015
-
-
Peter Fogg authored
TNL-3202
-
- Sep 03, 2015
-
-
Daniel Friedman authored
TNL-3172
-
- Aug 28, 2015
-
-
Peter Fogg authored
TNL-3112 TNL-3154
-
- Aug 19, 2015
-
-
cahrens authored
TNL-3012
-
- Aug 18, 2015
-
-
Diana Huang authored
TNL-3068
-
- Aug 12, 2015
-
-
Bill DeRusha authored
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
-
- Aug 11, 2015
-
-
Usman Khalid authored
TNL-1911
-
- Jul 28, 2015
-
-
Ben McMorran authored
-
Daniel Friedman authored
TNL-2892
-
- Jul 22, 2015
-
-
Daniel Friedman authored
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>
-
- Jun 03, 2015
-
-
Ben McMorran authored
-