Commit Graph

58450 Commits

Author SHA1 Message Date
Bill DeRusha
4b04a3b92e Revert "Removing deprecated rest_framework_oauth library (#23127)"
This reverts commit 1f32bc63ef.
2020-02-19 08:46:03 -05:00
Ahtisham Shahid
cf41d6ebef Merge pull request #23123 from edx/ahtisham/PROD-452
Fixed staff debug in instructor tab
2020-02-19 16:33:49 +05:00
Ahtisham Shahid
62e1ad6216 Fixed binding issue
updated selector

updated var name
2020-02-19 13:39:05 +05:00
uzairr
2f080e8cd9 Add five seconds step to video slider
Currently, video is moving one second ahead or behind on each right
and left arrow key respectively.In order to make it compliant with
the industry standards like Youtube,its step is adjusted to five
seconds.

PROD-159
2020-02-19 13:34:54 +05:00
Jansen Kantor
0e0b488fb5 EDUCATOR-4876: Correctly handle 'None' as a valid max_team_size (#23038)
add default max team sizes, change ui to not show max for managed teams
2020-02-18 16:44:20 -05:00
Dillon Dumesnil
39a59cbe33 Merge pull request #23133 from edx/ddumesnil/relevant-dates-AA-4
Adding in try block for getting item from modulestore
2020-02-18 15:57:40 -05:00
Marco Morales
9dc5457d07 Merge pull request #23117 from edx/marco/studio-learning-sequence-nav/styling-changes
Styling updates to Studio Unit Page Sequence navigation
2020-02-18 15:50:37 -05:00
Alex Dusenbery
aea6a373fa Upgrade ORA to 2.6.10 | Team submissions should also include file uploads from the submitter. 2020-02-18 15:34:23 -05:00
Dillon Dumesnil
a7a84ce9ab Adding in try block for getting item from modulestore
This also includes updating the test to actually test for this use case

AA-4
2020-02-18 15:23:38 -05:00
Ned Batchelder
626b35cd16 Merge pull request #22637 from thraxil/bookmarks-update-exblocks-cache-task-name
update bookmarks update_xblocks_cache celery task name
2020-02-18 15:15:10 -05:00
edX requirements bot
45ffefe8cb Updating Python Requirements (#23125) 2020-02-18 19:38:04 +00:00
Diana Huang
c99bf692cc Remove class_dashboard. 2020-02-18 13:35:26 -05:00
Manjinder Singh
d7bd80a100 Renamed OAuth2Authentication to BearerAuthentication (#23128)
* Renamed OAuth2Authentication to BearerAuthentication
* Added back OAuth2Authentication name
-there are libraries such as edx-enterprise that still import OAuth2Authentication.  The OAuth2Authentication class should be fully removed when everything is importing BearerAuthentication correctly
2020-02-18 13:29:29 -05:00
Awais Qureshi
d6ffabe5c4 Merge pull request #23107 from edx/awais786/BOM-1278
BOM-1278
2020-02-18 23:05:35 +05:00
Dillon Dumesnil
401a37dde5 Merge pull request #23079 from edx/ddumesnil/relevant-dates-AA-4
AA-4: Show relevant dates in course dates sidebar
2020-02-18 12:47:31 -05:00
Awais Qureshi
16c7f0a6b4 BOM-1278
Upgrade django-toolbar.
2020-02-18 22:38:48 +05:00
Dillon Dumesnil
be7ef9804d AA-4: Adding waffle flag for dates widget 2020-02-18 11:20:32 -05:00
Manjinder Singh
1f32bc63ef Removing deprecated rest_framework_oauth library (#23127) 2020-02-18 11:17:27 -05:00
Manjinder Singh
2274cd09b4 Added options to pytest calls (#23083)
- added more default options to pytest calls in setup.cfg and pytest.ini files.
- pytest-json-report's plugin name in pluggy has changed, so added option for multiple names
2020-02-18 08:58:44 -05:00
Dillon Dumesnil
5853cddfc1 AA-4: Extreme defensiveness over any fields accessed from modulestore 2020-02-18 08:43:45 -05:00
Dillon Dumesnil
fe91d63a0b Show relevant dates in course dates sidebar
This includes (at least) upcoming assignments, FBE access
expiration, and course end date.

AA-4
2020-02-18 08:42:15 -05:00
edX cache uploader bot
1369aa4333 Updating Bokchoy testing database cache (#23126) 2020-02-18 08:38:12 -05:00
Ahtisham Shahid
e185652aa1 Merge pull request #23108 from edx/ahtisham/PROD-1244
Fixed Staff graded problem Import
2020-02-18 17:36:48 +05:00
Aarif
399be25068 Merge pull request #23121 from edx/jsonfield-migration
Added migration for JSONField
2020-02-18 12:02:43 +05:00
Ahtisham Shahid
19ef1e70d9 updated dependencies 2020-02-18 10:46:14 +05:00
Diego Millan
2dd128bce0 Setting template to show currency defined in the course mode DB record 2020-02-17 11:45:50 -04:00
Luis Moreno
b602665edc Display profile name in gradebook aapi 2020-02-17 11:42:29 -04:00
Zia Fazal
28b657ef94 Merge pull request #23122 from edx/ziafazal/ENT-2269-b
Pull `LEARNER_PORTAL_URL_ROOT` from environment tokens
2020-02-17 19:26:45 +05:00
zia.fazal@arbisoft.com
6129f26ef4 Pull LEARNER_PORTAL_URL_ROOT from environment tokens 2020-02-17 18:53:09 +05:00
Ahtisham Shahid
60ad8c8813 Merge pull request #22989 from edx/ahtisham/PROD-452
Fixed staff debug in instructor tab
2020-02-17 18:15:18 +05:00
Aarif
41c886a42d Added migration for JSONField 2020-02-17 16:15:53 +05:00
Ahtisham Shahid
04421b648e Merge pull request #23041 from edx/ahtisham/PROD-920
Video Transcripts setting not preserved
2020-02-17 13:58:15 +05:00
Ahtisham Shahid
728f7d2c71 Updated Trascript functionality
removed extras

fixed initial state of transcript

Fixed js tests

fixed js tests

created and fixed tests

Updated Trascript functionality

updated v name

fixed spacing
2020-02-17 11:48:28 +05:00
edX Transifex Bot
2d65e864e4 fix(i18n): update translations 2020-02-16 16:26:20 -05:00
Marco Morales
2c0d89bee5 initial styling changes to Studio unit page navigation and breadcrumb context 2020-02-16 11:28:24 -05:00
Robert Raposa
6b55961499 Merge pull request #23115 from edx/robrap/update-auth-docs-2
update auth docs
2020-02-14 16:36:01 -05:00
Mike O'Connell
7d67dcfb59 Don't update account recovery until after activation
Corrected PEP8 errors

ENT-2607
2020-02-14 14:23:27 -05:00
Diana Huang
10aabf9072 Merge pull request #23113 from edx/diana/unpin-search
Unpin edx-search and update to latest version.
2020-02-14 14:14:05 -05:00
Diana Huang
59bb5fddd1 Unpin edx-search and update to latest version.
https://openedx.atlassian.net/browse/BOM-1036
2020-02-14 13:43:50 -05:00
Robert Raposa
0a64e11db7 update auth docs
1. clarify asymmetric jwt decision.
2. move relevant auth docs to edx-drf-extensions and
edx-rest-api-client.
2020-02-14 13:26:35 -05:00
Manjinder Singh
a18d936d46 Revert "Adding new settings to correct places (#23051)" (#23112)
This reverts commit f08185443e.
2020-02-14 13:14:18 -05:00
Robert Raposa
d8c3cfe278 Merge pull request #23106 from edx/robrap/update-auth-docs
remove hard line breaks
2020-02-14 11:48:11 -05:00
Dave St.Germain
d01563de6d Merge pull request #23007 from edx/dcs/unauth-api
Allow anonymous access to courseware API
2020-02-14 11:30:56 -05:00
Tim McCormack
ceff4ff3c3 Merge pull request #23110 from edx/jenkins/upgrade-python-requirements-2cae703
Python Requirements Update
2020-02-14 16:18:03 +00:00
Dave St.Germain
9da8ff0f0b Allow anonymous access to courseware API, and return error message if user is unenrolled. 2020-02-14 11:03:15 -05:00
Mike O'Connell
e5e96c9dde Don't update account recovery until after activation
Rather than to create or update the account recovery record when the
Account Settings page is updated, defer updating until the new
recovery email is confirmed

ENT-2607
2020-02-14 09:59:36 -05:00
Nathan Sprenkle
c66176da13 Add error reporting to UI for CSV team management (#23035)
* Add error banner for upload memberships errors

* Edit error message language

* Fix linter warnings
2020-02-14 09:58:58 -05:00
Christie Rice
8fb4049c62 Remove flaky test (#23075) 2020-02-14 09:05:45 -05:00
Zia Fazal
352318738a Merge pull request #23099 from edx/ziafazal/ENT-2626
ENT-2626: Stop hitting enterprise API in case of 404 error
2020-02-14 16:37:16 +05:00
edX requirements bot
876b3cae42 Updating Python Requirements 2020-02-14 05:55:05 -05:00