Farhanah Sheets
d229240363
Merge pull request #23752 from edx/julianajlk/PROD-1482/change-cta
...
Update CTA text for Contact Us Page
2020-04-21 10:53:27 -04:00
Farhanah Sheets
602ebfaf1c
Merge pull request #23757 from edx/fsheets/contact-us-hackathon-2
...
Update wording for clarity and bug fix for API expectations
2020-04-21 10:49:44 -04:00
Adeel Khan
67ec1d703c
Fixes translations for financial assistance page
...
PROD-1438
2020-04-21 17:16:48 +05:00
Alex Dusenbery
f40bb34ce7
For course grade and problem grade reports, clear course enrollment caches after each batch of users is processed.
2020-04-20 14:19:54 -04:00
George Babey
5d62456250
Merge pull request #23671 from open-craft/jill/samesite-cookies
...
SE-2320 Adds django-cookies-sameseite middleware
2020-04-20 13:15:26 -04:00
Michael Roytman
bf713570d5
Merge pull request #23720 from edx/mroytman/MST-184-enrollments-linking-course-staff
...
Realize CourseAccessRoles for a user when an LMS user is linked to th…
2020-04-18 10:42:54 -04:00
Michael Roytman
316e76f7e9
realize CourseAccessRoles for a user when an LMS user is linked to their external_user_key
2020-04-17 18:16:58 -04:00
Kyle McCormick
29932a986e
Add APIView for ID verification status ( #23760 )
...
For Hackathon XXIV IDv page overhaul.
2020-04-17 17:20:29 -04:00
Nick
03ea899f35
Merge pull request #23758 from edx/ndalfonso/prod-1481-contact-hr
...
PROD-1841 contact hr
2020-04-17 15:16:02 -04:00
Nicholas D'Alfonso
12eac14aa0
PROD-1841 contact hr
...
- add horizontal rule to contact us page
2020-04-17 14:41:17 -04:00
Farhanah Sheets
ed25895267
Update wording for clarity and bug fix for API expectations
2020-04-17 13:53:51 -04:00
julianajlk
93ec48a910
add persistent alert banner to Contact Us page
2020-04-17 13:01:58 -04:00
Farhanah Sheets
ec5a388ebc
Revert "Update wording on Contact Us page"
2020-04-17 11:35:02 -04:00
julianajlk
f5a1f07548
update submit cta
2020-04-17 09:49:30 -04:00
adeelehsan
c76482ad81
Merge pull request #23646 from edx/aehsan/prod-1395/verification_enabled_for_software_secure
...
Verification enabled for the software secure
2020-04-17 13:07:56 +05:00
adeelehsan
0e3bf36ced
Verification enabled for the software secure
...
PROD-1395
2020-04-17 12:26:12 +05:00
Farhanah Sheets
49398566e1
Update wording on Contact Us page
2020-04-16 14:10:57 -04:00
Farhanah Sheets
3eada3d224
Update success message
2020-04-15 14:24:23 -04:00
David Joy
7a400e2917
Factoring redirects out of check_course_access so it can be used with courseware_api ( #23651 )
...
TNL-7053
The courseware_api view will use check_course_access - which now returns AccessResponse objects, and all other uses of check_course_access will now use check_course_access_with_redirect, which is a drop-in replacement for the original check_course_access implementation.
We also added a few new helpers to access_utils:
- check_public_access is a replacement for allow_public_access, which now returns AccessResponse objects
- check_enrollment checks if the learner is enrolled, and uses check_public_access to account for COURSE_ENABLE_UNENROLLED_ACCESS_FLAG
- check_survey checks whether there is a required survey that the learner must complete prior to accessing the course.
There are two new kinds of AccessError subclasses:
- SurveyRequiredAccessError
- EnrollmentRequiredAccessError
2020-04-15 10:29:24 -04:00
Saad Yousaf
e031facdfe
Merge pull request #23643 from edx/saad/PROD-1404-logs-cleanup1
...
[PROD-1404] - Remove unnecessary log.
2020-04-15 17:04:41 +05:00
SaadYousaf
db95b28b85
handle DeprecationWarning for usage_key.course_key for logs cleanup.
2020-04-15 15:16:58 +05:00
SaadYousaf
297a114d6e
remove unneccesary log.
2020-04-15 15:12:46 +05:00
Simon Chen
fe1ef21bcd
MST-187 return course staff role data for ProgramCourseEnrollment get API
2020-04-14 13:47:12 -04:00
Calen Pennington
c041959a11
Merge pull request #23703 from cpennington/faster-dates-page
...
Use the course_blocks api to fetch data for date blocks
2020-04-14 11:35:13 -04:00
Robert Raposa
e56eacebd3
ARCHBOM-1105: fix migration issues ( #23708 )
...
* fix direct assignment error
* fix byte string error
ARCHBOM-1105
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com >
2020-04-14 10:53:26 -04:00
Adam Butterworth
02a7022571
Reenable Learning Sequence MFE redirect tests ( #23691 )
...
* Reenable Learning Sequence MFE redirect tests
TNL-7157 These tests may were the cause of intermittent test failures a couple weeks ago. Here they are reenabled after changing the way ExperimentWaffleFlag is overridden.
* Update is_experiment_on and add ExperimentWaffleFlag override test
* Update test_flags.py
* Add docstring about overrides
* prefer is_experiment_on over _is_enabled
2020-04-14 10:25:38 -04:00
Calen Pennington
9be7341b20
Use the course_blocks api to fetch data for date blocks
2020-04-14 10:08:19 -04:00
Adam Butterworth
d066b43851
prefer is_experiment_on over _is_enabled
2020-04-14 09:33:15 -04:00
Adam Butterworth
b767d29561
Add docstring about overrides
2020-04-13 16:53:01 -04:00
Adam Butterworth
e9e1715bd0
Update test_flags.py
2020-04-13 16:42:18 -04:00
Adam Butterworth
2459382fe3
Update is_experiment_on and add ExperimentWaffleFlag override test
2020-04-13 16:39:46 -04:00
Adam Butterworth
f5f6fc49ba
Reenable Learning Sequence MFE redirect tests
...
TNL-7157 These tests may were the cause of intermittent test failures a couple weeks ago. Here they are reenabled after changing the way ExperimentWaffleFlag is overridden.
2020-04-13 14:22:20 -04:00
Zachary Hancock
f0d7ff9025
Write course_staff role on enrollment ( #23677 )
2020-04-13 14:13:24 -04:00
Awais Jibran
a2091d06ce
Rebase and improve logging.
2020-04-13 14:14:11 +05:00
Awais Jibran
d3ada8a2ef
Handle json serializable exception.
2020-04-13 14:14:11 +05:00
Awais Jibran
804fac9358
Adds retry logic for software secure
2020-04-13 14:14:11 +05:00
Zachary Trabookis
7b3525278e
Fix SameSite cookie issue for LTI Provider. EW-449
...
There was an issue where external LMS system (e.g. Canvas, Blackboard) that used Open edX LTI Provider calls had cookies blocked. This update fixes this issue by defining third-party cookies to have attributes of `Secure=True` and `SameSite=None`.
Details here: https://discuss.openedx.org/t/lti-xblock-and-samesite/759/5
(cherry picked from commit 28479a2966b87b16a25dbc96c19b6f5817d255de)
2020-04-13 17:14:15 +09:30
Jeff LaJoie
a7ac981cd4
Adds in New Relic tracing to Dates view on course_id, user_id, and is_staff
2020-04-10 15:06:10 -04:00
Ahtisham Shahid
9b75659b9a
Merge pull request #23657 from edx/ahtisham/PROD-1424
...
changed verification email type to html
2020-04-10 18:50:07 +05:00
Dave St.Germain
b6047709b3
Merge pull request #23614 from edx/dcs/notes-toggle
...
Support learning MFE for notes toggle
2020-04-09 14:46:00 -04:00
Jansen Kantor
a9beda2c20
404 if user does not have access to topic ( #23638 )
2020-04-09 14:13:12 -04:00
Dave St.Germain
543611fbb7
Added edxnotes information to the courseware API.
...
Added notes visibility toggle support for courseware MFE.
Removed notes and calculator from chromeless view when rendered in courseware MFE.
2020-04-09 13:59:01 -04:00
Nick
4afefdf38c
Merge pull request #23666 from edx/ndalfonso/AA-97-mobile-reset-message
...
AA-97 mobile reset message
2020-04-09 13:31:14 -04:00
Jansen Kantor
933cb490f2
EDUCATOR-5001: Don't return private teamsets unless user has access to them ( #23612 )
...
* hide 'hidden' teamsets from topic listing endpoint
2020-04-09 13:30:05 -04:00
Nicholas D'Alfonso
396050703e
AA-97 mobile reset message
...
- remove code for displaying banner in mobile dates fragment
- replace button with link to web app in reset dates banner on
the mobile problem template
- adjust spacing of reset dates button in banner when button wraps
on smaller screen
2020-04-09 12:55:26 -04:00
Aarif
6ee2089077
fixed warnings for wrong-import-order
2020-04-08 23:43:06 +05:00
Jansen Kantor
e8d4f93635
eamMembershipListView POST should return 404 when user tries to join team they do not have access to ( #23654 )
2020-04-08 11:22:52 -04:00
Jansen Kantor
261a7cbbfc
TeamMembershipDetailView should return 404 when user tries to join team they do not have access to ( #23653 )
2020-04-08 11:22:21 -04:00
adeelehsan
02d24fdb63
Refund text updated.
...
PROD-1418
2020-04-08 19:12:54 +05:00
Ahtisham Shahid
34d126f9e5
changed verification email type to html
...
changed verification email type to html
changed verification email type to html
changed verification email type to html
2020-04-08 14:50:49 +05:00