Matt Tuchfarber
cda681e2f1
fix python tests
2019-03-13 23:04:41 -04:00
Douglas Hall
7ef33dac6c
Allow profile microfrontend redirect to be configured per site.
2019-03-13 16:27:36 -04:00
Matt Tuchfarber
26a4093cb5
Add tests to User API
2019-03-13 16:17:10 -04:00
Calen Pennington
18fc7d573b
Merge pull request #19990 from cpennington/fix-org-course-docs
...
Update the documentation and validation on org_course to make the for…
2019-03-13 15:01:27 -04:00
Calen Pennington
12e130667c
Merge pull request #19985 from cpennington/log-user-id
...
Log current userid in all log messages
2019-03-13 14:53:13 -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
Calen Pennington
5150775f1c
Update the documentation and validation on org_course to make the formatting clear
2019-03-13 14:25:16 -04:00
Nimisha Asthagiri
4d70669d4d
Merge pull request #19981 from edx/arch/jwt-expiration
...
JWT cookies: remove refresh cookie, cookies expiration
2019-03-12 18:18:27 -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
Calen Pennington
b2d213ec08
fixup! Log current userid in all log messages
2019-03-12 15:13:57 -04:00
Calen Pennington
e6dada4b52
fixup! Log current userid in all log messages
2019-03-12 14:13:13 -04:00
Calen Pennington
721dd3bc8a
Log current userid in all log messages
...
REVMI-60
2019-03-12 13:55:08 -04:00
Calen Pennington
c21e01e3ee
Add org-course (and any future KEY_FIELDS) to FBE django admin pages
2019-03-12 13:52:56 -04:00
Matthew Piatetsky
d5c50533e1
Merge pull request #19968 from edx/PROD-58
...
handle incorrectly set schedules
2019-03-12 12:16:03 -04:00
Calen Pennington
27dfbd0240
Merge pull request #19673 from cpennington/fbe-per-course-config
...
Allow overriding Content Type Gating and Course Duration Limits on a …
2019-03-12 12:05:22 -04:00
Nimisha Asthagiri
e4f935aab3
JWT Cookie updates: remove refresh cookie, cookie expires with JWT
...
ARCH-418, ARCH-548
2019-03-12 09:14:33 -04:00
Waheed Ahmed
458e8482ea
Fix change enrollment command for credit.
...
Get provider id from ecommerce upon changing enrollment to credit
instead of setting course_key org.
LEARNER-6643
2019-03-12 15:30:48 +05:00
Nimisha Asthagiri
944f47e957
Account API: per-field visibility of "name" field
...
ARCH-482
2019-03-11 17:49:56 -04:00
Matthew Piatetsky
dac0eec385
handle incorrectly set schedules
2019-03-11 16:46:29 -04:00
Calen Pennington
fa2ee761d9
Allow overriding Content Type Gating and Course Duration Limits on a per-course (rather than per-course-run) basis
...
REVMI-94
2019-03-11 15:23:19 -04:00
Matt Tuchfarber
cbe466fe61
quality
2019-03-11 14:56:39 -04:00
Alan Zarembok
e0b8679d27
LEARNER-6398: Change get_country_time_zones to not raise exception for unrecognized timezones.
2019-03-11 14:45:12 -04:00
Felipe Montoya
9195ec9f30
Addressing second feedback about redirect logic on logout behing feature flag
2019-03-11 13:09:13 -05:00
Matt Tuchfarber
906faba8fb
quality
2019-03-11 13:34:23 -04:00
Felipe Montoya
14b4223b5e
Addressing feedback
2019-03-11 12:02:38 -05:00
Matt Tuchfarber
58d6213939
quality
2019-03-11 12:54:45 -04:00
Calen Pennington
5d3c9b36df
Merge pull request #19964 from cpennington/fbe-query-perf
...
Sort in python and add an index to improve StackedConfigModel.current…
2019-03-11 12:22:59 -04:00
Matt Tuchfarber
7458cd8820
quality
2019-03-11 11:21:19 -04:00
Matthew Piatetsky
59a056c9c3
Merge pull request #19957 from edx/REVMI-21
...
[REVMI-21] Remove CONTENT_TYPE_GATING flag and FEATURE_BASED_ENROLLMENT_GLOBAL_KILL_FLAG flag
2019-03-11 10:54:48 -04:00
Matt Tuchfarber
d19536e796
qiality
2019-03-11 10:47:06 -04:00
Calen Pennington
a2a340bcd0
Improve the performance of access checking for a specific user in CourseViewList by prefetching data
2019-03-11 10:37:53 -04:00
Josh McLaughlin
4d4b040517
Add dashboard announcements feature
...
- Add announcements view using JSX to the dashboard sidebar
- Create a new maintenance interface to edit and manage announcements
- Adds an override to main.html template to include new skip links
- Add plugins required for announcements to TinyMCE
This is motivated by a desire to have system wide messages for students
that show on the dashboard. Enabled with FEATURES['ENABLE_ANNOUNCEMENTS'].
Global staff are allowed to edit from the studio maintenance view.
2019-03-10 19:25:13 -07:00
Matt Tuchfarber
1cd727762d
fix quality
2019-03-08 16:42:34 -05:00
Jason Myatt
ccfce4ac27
Merge pull request #19940 from edx/jmyatt/filter-out-stale-generated-certificates
...
Filter out certificates for nonexistent courses
2019-03-08 12:09:21 -05:00
Jason Myatt
09d51b00b5
Filter out certificates for nonexistent courses
...
LEARNER-7086. Uses a new model manager for GeneratedCertificate that excludes
certificates whose course_id does not correspond to a valid CourseOverview
2019-03-08 11:28:41 -05:00
Douglas Hall
c0cb493a41
Filter certificate list API based on user profile visibility preference.
2019-03-08 10:55:45 -05:00
Calen Pennington
c532077f3a
Sort in python and add an index to improve StackedConfigModel.current query performance
2019-03-08 09:50:08 -05:00
Matthew Piatetsky
74bcc29417
Remove FEATURE_BASED_ENROLLMENT_GLOBAL_KILL_FLAG
2019-03-07 15:46:33 -05:00
Matthew Piatetsky
49ae6b9d73
Remove CONTENT_TYPE_GATING flag
2019-03-07 15:46:33 -05:00
Matthew Piatetsky
80c9d04b83
Merge pull request #19947 from edx/REVMI-67
...
REVMI-67 update description to describe datetime as user local time
2019-03-07 09:18:38 -05:00
Calen Pennington
4c8cd60bbc
REVMI-96: Add a management command to experiment with Access Expiry reminder emails for FBE
2019-03-06 11:44:29 -05:00
Calen Pennington
300c3a34dd
Don't swallow exceptions inside emulate_http_request
2019-03-06 11:44:29 -05:00
Troy Sankey
a50a1539e1
Merge pull request #19933 from edx/pwnage101/remove-one-off-rehash-mgmt-commmands-plat-2288
...
Remove one-off management commands to rehash retired emails/usernames
2019-03-06 10:55:43 -05:00
Matthew Piatetsky
9740746e9f
update description to describe datetime as user local time
2019-03-06 10:48:15 -05:00
adeelehsan
82a34c002f
Caching full response
...
cache full response regardless
of fields given or not. Reason
for doing this to avoid cache
overridden. For some courses
get_user_course_expiration_date
was overriding certificate template
cache in render_html_view
Learner-6943
2019-03-06 18:23:55 +05:00
Troy Sankey
2b28396890
Remove one-off management commands to rehash retired emails/usernames
...
PLAT-2288
2019-03-05 16:28:51 -05:00
Matthew Piatetsky
fd00ce1d0b
stop ignoring enrollment creation date if the user is masquerading
2019-03-05 16:05:17 -05:00
Cory Lee
07d81bf297
Merge pull request #19913 from edx/coryleeio/yaml_config
...
Use single yaml config instead of two json configs.
2019-03-05 14:25:52 -05:00
Cory Lee
2108b69ff1
"Use single yaml config instead of two json configs"
...
This reverts commit 8c805999e6 .
2019-03-05 11:27:36 -05:00
Matthew Piatetsky
e264549eaf
Merge pull request #19922 from edx/REVMI-108
...
[REVMI-108] stop bucketing new users into FBE holdback
2019-03-05 11:17:49 -05:00