Alex Dusenbery
31498cc414
In canUserCreateTeam(), look in this.context.userInfo for staff/priveleged attributes.
2020-01-29 14:59:48 -05:00
Adam Butterworth
6fbfc328ee
fix: update courseware iframe check for learning mfe ( #22974 )
...
document.referrer may include a trailing slash or path which is now handled by the new condition
2020-01-29 14:54:35 -05:00
Nick
aac82115d0
Merge pull request #22964 from edx/ndalfonso/AA-date-desc-font-size
...
AA date description font size
2020-01-29 13:07:03 -05:00
Adam Butterworth
59bb664fb4
Report iframed courseware content dimensions to parent window ( #22972 )
...
TNL-7044
2020-01-29 12:44:24 -05:00
Waheed Ahmed
54b64e70f4
Restrict certificate endpoint to return certificates.
...
Do not return certificates if there is no active certificate
configuration.
PROD-1200
2020-01-29 22:29:55 +05:00
Nicholas D'Alfonso
f8051f970b
AA date description font size
...
- make the font size of the description in the date widget the
same as the title.
2020-01-29 11:37:44 -05:00
Dave St.Germain
4bbdf2e20b
Merge pull request #22848 from edx/dcs/course-api
...
Add API to support courseware MFE
2020-01-29 09:51:14 -05:00
syedimranhassan
3ae0549ee0
Move devstack lms.yml and studio.yml to configuration repo
2020-01-29 14:12:55 +05:00
Ahtisham Shahid
e81cc7d5ef
Merge pull request #22920 from edx/ahtisham/PROD-1184
...
PROD-1184 fixed pdf loading issue in textbook
2020-01-29 13:36:06 +05:00
Adam Butterworth
2968401e09
Links in courseware iframed in MFEs navigate parent window ( #22962 )
...
[TNL-7043] If vertical block content is in an iframe in the learning microfrontend app, add a base tag in the head (of the iframe document) to force links to navigate the parent window.
2020-01-28 15:49:54 -05:00
julianajlk
f46458fbfe
Add dynamic_upgrade_deadline date to mobile API ( #22953 )
...
REV-1092
2020-01-28 15:24:50 -05:00
Dave St.Germain
1aa8c9c53d
Add a new courseware API Django app to support the courseware micro-frontend.
2020-01-28 14:59:07 -05:00
Robert Raposa
a69fce77dc
Merge pull request #22956 from edx/robrap/BOM-897-add-trace-info
...
BOM-897: add newrelic metrics and trace details
2020-01-28 13:22:47 -05:00
Calen Pennington
8dc53cc641
Merge pull request #22914 from cpennington/rel-dates-adr
...
Add ADR for relative courseware dates
2020-01-28 13:18:52 -05:00
Robert Raposa
26d4cc6596
add newrelic metrics and trace details
...
Add newrelic metrics and trace details to determine performance issue
in CourseListView.
BOM-897
2020-01-28 12:44:11 -05:00
Waheed Ahmed
442da4a7fe
Don't show certificate on profile if no active config.
...
Stop showing certificate information on profile page if there is no
active certificate configuration.
PROD-1200
2020-01-28 22:30:16 +05:00
Calen Pennington
ce5b240e4e
Add ADR for relative courseware dates
2020-01-28 11:06:10 -05:00
Waheed Ahmed
cb92bd13ae
Fix PDF certificate link on progress page.
...
Need to pass certificate status incase `DISABLE_HONOR_CERTIFICATES`
feature flag is ON.
PROD-60
2020-01-27 22:30:48 +05:00
Kyle McCormick
28c0433352
Reinstate "Remove CourseOverview.get_from_id[s]_if_exists ( #22918 )"
...
This reverts commit cdb0619846 ,
which itself reverted 3ca006214e .
The original commit (3ca006) was reverted because it was suspected
that it was causing unexpectedly-increased memcached usage and
500s in the Gradebook API. It is not clear whether that is actually
the case. We are optimistically reinstating 3ca006 and will monitor
production to see if there is an adverse effect.
MST-105
2020-01-27 11:17:06 -05:00
Awais Qureshi
0b8893d59b
Merge pull request #22777 from edx/BOM-1144
...
Updated the django-ratelimit to add support for Django 2.2
2020-01-27 19:09:39 +05:00
Waheed Ahmed
2cf888135b
Fix course enroll button on program details.
...
If there is no dropdown for a course but there is another course in program
which have a dropdown, $('.run-select').val() returns that run's value. Fixed
by using $el.
PROD-1217
2020-01-27 15:41:27 +05:00
adeelehsan
4799f40d88
Merge pull request #22916 from edx/aehsan/prod-799/remove_order_history_from_dashboard
...
Order history removed from dashboard
2020-01-27 15:00:46 +05:00
Waheed Ahmed
2d04b7980a
Fix already earned honor PDF certificates.
...
Learner who have already earned PDF honor certificates in old courses
are unable to see the certificate links on dashboard and course progress
pages since `course.cert_html_view_enabled` is deprecated and default to
True for all courses.
PROD-60
2020-01-27 14:17:18 +05:00
Aarif
8cc86d3aab
BOM-1141
...
Updating the django-rate-limit requirement.
updated the django-ratelimit to use unreleased version that supports Django 2.2
2020-01-26 12:45:37 +05:00
Jansen Kantor
25baa93af9
EDUCATOR-4877: Implement stubbed API functions using new config values ( #22913 )
...
add stubbed api functions, tests
2020-01-24 15:54:32 -05:00
Matthew Piatetsky
978f72cfac
Merge pull request #22925 from edx/REV-1071
...
[REV-1071] add more incomes
2020-01-24 10:32:01 -05:00
adeelehsan
796b81c2d8
Merge pull request #22877 from edx/aehsan/prod-1153/add_warning_in_certificate_template_asset_admin
...
Warning added in admin
2020-01-24 17:04:21 +05:00
adeelehsan
b44f1e9c1c
Warning added in admin
...
PROD-1153
2020-01-24 16:31:42 +05:00
Ahtisham Shahid
0452997202
PROD-1184 fixed pdf loading issue in textbook
2020-01-24 16:29:11 +05:00
Kyle McCormick
cdb0619846
Revert "Remove CourseOverview.get_from_id[s]_if_exists ( #22918 )" ( #22926 )
...
This reverts commit 3ca006214e .
2020-01-23 13:52:11 -05:00
Matthew Piatetsky
5779bd1584
add more incomes
2020-01-23 12:03:42 -05:00
Jeff Witt
9fa49606f8
update instruction text per W3C request
2020-01-23 11:35:59 -05:00
Kyle McCormick
3ca006214e
Remove CourseOverview.get_from_id[s]_if_exists ( #22918 )
...
The functions `CourseOverview.get_from_id_if_exists`
and `CourseOverview.get_from_ids if exists` are bug-
prone, in that they do not go to the modulestore
when a CourseOverview is out-of-date or uncached.
The docstrings spell this out, but callers seem
not to understand the implications.
So, in this commit, we:
* Remove both functions
* Add `CourseOverview.get_from_ids` for almost-as-fast
yet safer bulk-fetching of overviews
* Update call sites to use `course_exists` or `get_from_ids`
in place of the old functions.
* Add tests for @verify_course_exists.
This PR should specifically fix an issue where
the program_enrollments API was breaking when the CourseOverview
version was bumped.
CR-1708
2020-01-23 09:41:55 -05:00
adeelehsan
7f11afafdc
Order history removed from dashboard
...
PROD-799
2020-01-23 17:10:12 +05:00
hunytalk
73aae081c3
Remove null, blank from start field in Schedules
2020-01-22 18:10:33 +05:00
Ahtisham Shahid
df25e91648
Merge pull request #22900 from edx/ahtisham/PROD-726
...
Updated border color on login page fields Ally
2020-01-22 15:46:37 +05:00
adeelehsan
f711465862
Merge pull request #22885 from edx/aehsan/fetch_lms_root_url_from_configuration
...
fetch lms root url using configuration helper
2020-01-22 15:40:04 +05:00
M Zulqarnain
4eea92640c
Merge pull request #22907 from edx/zulqarnain/BOM-1132
...
BOM-1132 : Change deprecated storage methods signatures
2020-01-22 14:04:08 +05:00
Aarif
fd8c8f09e1
Merge pull request #22891 from edx/BOM-1148
...
Added the app_name to URL inclusions to remove warnings - BOM-1148
2020-01-22 12:50:36 +05:00
Ned Batchelder
079d17b899
Remove code that is now in edx_api_doc_tools
2020-01-21 11:15:41 -05:00
iamsobanjaved
38493d5092
Removed app_name warning from django.conf.urls.include()
2020-01-21 20:38:27 +05:00
Zulqarnain
644a1fc0a6
Change deprecated methods signatures
2020-01-21 16:33:37 +05:00
Ahtisham Shahid
03e7ec97aa
Updated border color on login page fields
2020-01-20 16:40:59 +05:00
adeel khan
8f9dfaba49
Merge pull request #22892 from edx/adeel/prod_1178_add_remove_footer_logo
...
Adds instagram and removes google-plus footer links
2020-01-20 13:29:42 +05:00
adeelehsan
35fb321a89
fetch lms root url using configuration helper
...
PROD-1063:
2020-01-20 12:58:34 +05:00
Aarif
84afadb4e7
Merge pull request #22886 from edx/BOM-1155
...
Removed the deprecated app_name usage from lms/urls.py BOM-1155
2020-01-20 12:09:08 +05:00
Adeel Khan
4b6cf4801c
Adds instagram and removes google-plus footer links
...
PROD-1178
2020-01-17 23:27:28 +05:00
Jansen Kantor
2043a29477
change lms team config ( #22893 )
2020-01-17 11:40:12 -05:00
David Ormsbee
0800f5f226
Merge pull request #22837 from open-craft/youtube-metadata-new-runtime
...
Add way to get YouTube metadata that doesn't require a session cookie
2020-01-17 11:02:05 -05:00
Aarif
9cca22fd8f
removed deprecated app_name
2020-01-17 13:00:40 +05:00