Robert Raposa
e52db402b8
add user_id scope to the list of available scopes
...
This should have been done when the scope was first added as part
of (#19765 ).
ARCH-603
2019-03-27 19:00:04 -04:00
Christie Rice
b28515b276
REVEM-246 Add program status and one-click eligibility
2019-03-26 10:51:58 -04:00
Zainab Amir
e0eea23e78
Change css for edX edge about page
...
Removed padding and increased the height to 100% to make enroll
button visible on mobile view for courses with long title
LEARNER-5532
2019-03-26 14:43:21 +05:00
Calen Pennington
07dfd0f8b5
Merge pull request #20036 from cpennington/devstack-browsable-api
...
Add BrowsableAPIRenderer to devstack to make debugging easier
2019-03-25 11:17:43 -04:00
Douglas Hall
04b2c12893
Include GeneratedCertificate modified date in certificates API response.
2019-03-22 12:39:18 -04:00
Calen Pennington
7d9ef1f65a
Merge pull request #20040 from cpennington/revert-course-list
...
Revert course list
2019-03-22 10:05:31 -04:00
Calen Pennington
d23e888316
Revert "Reapply "Improve the performance of access checking for a specific user in CourseViewList by prefetching data""
...
This reverts commit 6059e21bff .
2019-03-21 14:26:00 -04:00
Calen Pennington
b89ce526ca
Revert "Batch queries to fetch all courses to prevent over-fetching during paging operations"
...
This reverts commit 544c7f7eff .
2019-03-21 14:26:00 -04:00
Matt Tuchfarber
e6a7c58182
Merge pull request #19853 from edx/tuchfarber/add_username_replacement_api
...
Adds username replacement API
2019-03-21 12:39:23 -04:00
Calen Pennington
34fb3fe508
Add BrowsableAPIRenderer to devstack to make debugging easier
2019-03-21 11:22:57 -04:00
Ned Batchelder
8a612c4dfb
Merge pull request #20027 from cclauss/Fix-F632
...
Use ==/!= to compare str, bytes, and int literals
2019-03-20 22:01:44 -04:00
David Ormsbee
e911898e48
Merge pull request #19023 from kaushik94/bugfix/fix-enroll-button-safari
...
added fix for broken 'enroll in class' button on about course page
2019-03-20 18:15:16 -04:00
Matt Tuchfarber
510f877408
quality
2019-03-20 10:52:10 -04:00
cclauss
bb31716c97
Use ==/!= to compare str, bytes, and int literals
2019-03-19 21:40:06 +01:00
Jeremy Bowman
5e37a0c0bb
Merge pull request #19621 from cclauss/Fix-ur-strings-for-Python3
...
ur'strings' are syntax errors in Python 3
2019-03-19 15:34:55 -04:00
Calen Pennington
d567724163
Merge pull request #20008 from cpennington/fbe/get-courses-batched
...
Fbe/get courses batched
2019-03-19 11:53:19 -04:00
Calen Pennington
544c7f7eff
Batch queries to fetch all courses to prevent over-fetching during paging operations
2019-03-19 10:30:33 -04:00
adeel khan
8a8d341830
Merge pull request #20004 from edx/adeel/learner_6607_csrf_token_error
...
Fix csrf token error by adding JwtAuthentication.
2019-03-19 15:38:52 +05:00
David Ormsbee
7dcad7af55
Merge pull request #16496 from open-craft/josh/announcements-feature
...
Dashboard announcements feature
2019-03-18 16:04:38 -04:00
Calen Pennington
6059e21bff
Reapply "Improve the performance of access checking for a specific user in CourseViewList by prefetching data"
...
This reverts commit d8cd6135a6 .
2019-03-18 15:24:40 -04:00
Adeel Khan
9c221ebcf5
Fix csrf token error by adding JwtAuthentication.
...
BasketView post endpoint is raising csrf token
error because of missing JwtAuthentication class.
LEARNER-6607
2019-03-19 00:04:18 +05:00
emma-green
504342b924
Merge pull request #20013 from edx/emma-green/REVMI-138/stop-the-bleeding
...
REVMI-138 don't error if somethings wrong, just warn
2019-03-18 14:38:55 -04:00
Emma Green
8445881c91
dont error if somethings wrong, just warn
2019-03-18 13:56:18 -04:00
Farhanah Sheets
a69ab50596
Merge pull request #19988 from raccoongang/fix_errors_not_shown_at_instructor_dashboard_course_team_management
...
Fix bug: error messages are not shown in Course Team Management
2019-03-18 13:52:00 -04:00
Dave St.Germain
d1cd8e0407
Enable proctoring for professional track learners
2019-03-18 10:37:37 -04:00
cclauss
9a0c995885
ur'strings' are syntax errors in Python 3
2019-03-17 13:56:02 +01:00
David Ormsbee
089817cf55
Merge pull request #19507 from open-craft/kshitij/fix-problem-response-report
...
[BB-753] Fix issue with multiple responses for a single user returned by generate_report_data
2019-03-15 15:36:47 -04:00
Audrey Kao
6a0792f9a0
Updating text when asking for learner emails
2019-03-15 12:23:03 -04:00
Christie Rice
6a6c43cd6b
Merge pull request #20002 from edx/crice/REVEM-246_url
...
REVEM-246 Use existing method to get basket page URL
2019-03-15 09:46:29 -04:00
Nimisha Asthagiri
9c3472ab24
Merge pull request #19845 from eduNEXT/fmo/studio_sso_over_lms_flag
...
Make the studio login over the lms optional using a feature flag
2019-03-15 08:23:02 -04:00
Alex Dusenbery
f35970bb39
EDUCATOR-4189 | Account for undefined values in commerce API Course objects.
2019-03-14 16:47:46 -04:00
Felipe Montoya
923a91734d
Fixing lettuce tests
2019-03-14 15:21:03 -05:00
Christie Rice
94b680082a
REVEM-246 Use existing method to get basket page URL
2019-03-14 15:12:14 -04:00
Calen Pennington
8ecf6d68b5
Merge pull request #19998 from cpennington/revert-aggressive-prefetching
...
Revert "Improve the performance of access checking for a specific use…
2019-03-14 11:40:05 -04:00
Christie Rice
38c559f6c2
Merge pull request #19989 from edx/crice/REVEM-207_programSkus
...
REVEM-207 Add program price and purchase url to user metadata
2019-03-14 11:31:59 -04:00
Matt Tuchfarber
634866dd0c
Don't count a non-existing forums user as a failure
2019-03-14 11:15:25 -04:00
Matt Tuchfarber
5a164df3b7
quality
2019-03-14 10:44:40 -04:00
Calen Pennington
d8cd6135a6
Revert "Improve the performance of access checking for a specific user in CourseViewList by prefetching data"
...
This reverts commit a2a340bcd0 .
2019-03-14 10:31:24 -04:00
Christie Rice
b2432ac5aa
REVEM-207 Add program price and purchase url to user metadata
2019-03-14 10:15:48 -04:00
Iana Vasylieva
2962538791
Fix bug: errors are not shown when modifying course team in Instructor Dashboard > Membership
2019-03-14 13:24:35 +02:00
adeelehsan
b4f1a774c2
Removing logs
...
Removing all the logs added for
the investigation of learner-6943
2019-03-14 15:23:10 +05:00
Kshitij Sobti
a76c6dca87
Fix issue with multiple responses for a single user returned by generate_report_data
...
Before this fix if an XBlock's generate_report_data method returned multiple
responses for the same user from a single user state, the report generator would
end up overwriting each response over the previous one such that only the last
response would be preserved.
2019-03-14 12:07:20 +05:30
Matt Tuchfarber
cda681e2f1
fix python tests
2019-03-13 23:04:41 -04:00
Matt Tuchfarber
f224f38a21
testing
2019-03-13 19:12:21 -04:00
Matt Tuchfarber
bb1964f9ef
make discussion api match others
2019-03-13 19:04:46 -04:00
Matt Tuchfarber
ab74bb4c97
Make discussion API bulk friendly
2019-03-13 15:59:28 -04:00
David Ormsbee
07e93bc264
Merge pull request #19837 from open-craft/opencraft/edx-platform/devan/show-enroll-links-on-public-courses-only-if-self-enrollment-allowed
...
Show enroll links on public courses only if self enrollment allowed
2019-03-13 14:25:53 -04:00
Devan Rehunathan
c6f87d49f2
Show Enroll links on public courses only if self-enrollment is allowed
...
This commit updates the Info messages on the course page to display
more informative messages to the user. Specifically, messages for Public
and Invitation-only courses.
2019-03-12 21:24:56 +00:00
Michael Roytman
23b3229e36
Merge pull request #19979 from edx/mroytman/EDUCATOR-4085-exam-code-button-styling
...
add some styling to copy exam code button and bump version of edx-pro…
2019-03-12 16:26:54 -04:00
Michael Roytman
79c179d11d
add some styling to copy exam code button and bump version of edx-proctoring
2019-03-12 13:16:00 -04:00