Awais Jibran
4b81ab6312
Merge pull request #18367 from edx/aj/EDUCATOR-3035/screenreader-issue
...
Screen reader issue with structure of LMS course outline
2018-07-02 15:33:54 +05:00
Jeremy Bowman
809f3d51e7
TE-2629 Use better field type for applicationaccess.application
2018-06-29 14:23:09 -04:00
Nimisha Asthagiri
ce4cb53672
Update Permissions to use latest edx-drf-extensions and rest_condition
2018-06-28 18:37:53 -04:00
Calen Pennington
b85d6f031c
Merge pull request #18417 from cpennington/cale/fix-ora-webpack
...
Cale/fix ora webpack
2018-06-28 12:47:53 -04:00
Douglas Hall
db22939193
Add OAuth2 Scopes and Filters to JWTs.
2018-06-28 10:30:09 -04:00
Awais Jibran
19b5fc6b22
Screen reader issue with structure of LMS course outline
...
Potential solutions:
1. Removal of the "role" attributes on the "li" elements and on the "ol"
2. Wrapping of the section/subsection titles in heading tags (<h4>-<h5>) that map to the correct nesting level of the content in the course (this is done correctly for the top-level elements)
EDUCATOR-3035
2018-06-28 13:13:42 +05:00
Calen Pennington
07a15c681f
Reapply the XBlock RequireJS -> Webpack changes
...
This reverts commit 105db2cf59 , reversing
changes made to 447457594f .
2018-06-27 22:27:07 -04:00
Michael Terry
a9c7e55bb8
Add notify_credentials mgmt command
...
This command will trigger old data about certificates or grades to
be sent to the Credentials service, for initial population or if
something goes wrong and we need to cover a downtime gap.
LEARNER-5378
2018-06-27 14:45:26 -04:00
bmedx
f3a9e508a0
Refactor retirement endpoints to isolate Sailthru and respect boundaries
...
- Change retire mailings endpoint to use new USER_RETIRE_THIRD_PARTY_MAILINGS signal, currently only used by Sailthru retirement
- Move USER_RETIRE_MAILINGS signal firing to the LMS misc endpoint
- Remove duplicate clearing of UserOrgTags
- Remove LMS imports in openedx/core and update usage to use new USER_RETIRE_LMS_CRITICAL and USER_RETIRE_LMS_MISC signals
- Add testing for new signal handlers and app registration for the LMS survey app
2018-06-27 10:23:49 -04:00
Jeremy Bowman
9375bda9ec
Merge pull request #18461 from eduNEXT/dqe/Try-out-python-modernize
...
Add python-modernize INCR-3
2018-06-26 10:57:46 -04:00
Feanil Patel
4e76a5d025
Merge pull request #18462 from edx/feanil/remove_beacon
...
Get rid of all code related to the CDN Experiments.
2018-06-26 10:47:38 -04:00
Squirrel18
4f12be0894
Files changed by modernize and new gitignore type file.
2018-06-25 17:27:51 -05:00
Feanil Patel
cd47b28339
Get rid of all code related to the CDN Experiments.
...
These were very early experiments by the old performance team
on using CDNs for videos and logging performance data. No one
is looking at this data and it's just extra cruft on every page.
2018-06-25 18:03:33 -04:00
Qubad786
c7c2f808e7
Add a field to transcript migration data model to track number of runs
...
include command run tracking information in logging
2018-06-25 20:42:23 +05:00
Michael Terry
fd33130d73
Add initial grade signaling
...
Tells the Credential service about user grades when a cert is awarded
or a grade for a course with an awarded cert changes.
LEARNER-5051
2018-06-25 11:42:08 -04:00
Hamza Munir
46ea7834d5
Adjust default of Course Landing Experience to use expected platform defaults
...
Setting defaults for waffle flags to true.
default=true for use_bootstrap in discussions app
default=true for show_achievements in learner profile app
LEARNER-5509
2018-06-25 15:13:39 +05:00
irfanuddinahmad
a46a28e983
incorporated manual verification
2018-06-25 12:08:54 +05:00
Michael Youngstrom
0910a66a86
Add url_converter method to storage.py
2018-06-22 15:57:16 -04:00
Usman Khalid
8b1aad080a
Add complete on view support to render_xblock view.
2018-06-22 14:46:03 -04:00
Brian Mesick
9ef11139d6
Merge pull request #18398 from edx/bmedx/reporting_queue_stage
...
Add retirement stage API that adds a user to the partner reporting queue
2018-06-22 14:34:37 -04:00
mduboseedx
6cc8ac2c2e
Merge pull request #18388 from mick-t/master
...
Update documentation links that return 404 errors.
2018-06-22 14:32:19 -04:00
Matthew Piatetsky
5b167e6b1f
Merge pull request #18439 from edx/add_forum_roles_to_metadata
...
add forum roles to metadata
2018-06-22 13:17:30 -04:00
Matthew Piatetsky
95ccc30594
add forum roles to metadata
2018-06-22 12:49:10 -04:00
Mick Timony
48ce7669aa
Update documentation links that return 404 errors.
2018-06-22 09:28:21 -04:00
J Eskew
64ce2a0d8a
Merge pull request #18405 from edx/jeskew/PLAT_2185_idempotent_endpoints
...
Make retirement endpoints idempotent.
2018-06-21 16:11:06 -04:00
John Eskew
a09a81b138
Make retirement endpoints idempotent.
2018-06-21 15:35:30 -04:00
bmedx
706d3dd395
Add retirement stage API that adds a user to the partner reporting queue
2018-06-21 15:24:59 -04:00
J Eskew
df16836a8f
Merge pull request #18427 from edx/jeskew/fix_some_deprecation_warnings
...
Fix some deprecation warnings.
2018-06-21 12:24:19 -04:00
John Eskew
b94ea6b4b1
Import XBlockMixin from the correct location.
2018-06-21 11:41:06 -04:00
Jeff LaJoie
b722fab98e
Merge pull request #18424 from edx/jlajoie/LEARNER-5050
...
LEARNER-5050: Adds in str serialization for celery tasks
2018-06-21 11:26:51 -04:00
Douglas Hall
bab6e3669c
Add new custom DOT Application model to support OAuth2 per-application scopes.
...
This also introduces a model for persisting organization-based filters on
a per-application basis. See openedx/core/djangoapps/oauth_dispatch/docs/decisions/0007-include-organizations-in-tokens.rst
for additional details.
2018-06-20 16:31:19 -04:00
Jeff LaJoie
056c1b8e99
LEARNER-5050: Adds in str serialization for celery tasks
2018-06-20 16:17:38 -04:00
Christopher Lee
52d2b2de74
Add namespaced_name to WaffleSwitch
2018-06-19 13:51:19 -04:00
Brian Mesick
3434c0f59b
Merge pull request #18372 from edx/bmedx/retirement_reporting_queue
...
Add retirement partner reporting queue and APIs
2018-06-18 17:24:13 -04:00
bmedx
8fbe12e4cc
Add retirement partner reporting queue and APIs
2018-06-18 16:22:02 -04:00
Christopher Lee
b8028163d3
Merge pull request #18384 from edx/clee/anonbasketcalc
...
Add switch to always calculate program price as anon user
2018-06-18 13:43:13 -04:00
christopher lee
56f83b5704
Add switch to always calculate program price as anon user
...
LEARNER-5555
2018-06-18 12:33:40 -04:00
Jeff LaJoie
b07374ed39
LEARNER-5050: Adds award course cert job to post to Credentials
2018-06-18 08:54:58 -04:00
Eric Fischer
e72549cdbe
Revert "Merge pull request #18340 from cpennington/fix-studio-xblock-rendering"
...
This reverts commit 9a70ca78a5 , reversing
changes made to efd5b9abbd .
Hopefully fixes EDUCATOR-3053
2018-06-15 13:18:27 -04:00
Nimisha Asthagiri
62266fd936
Merge pull request #18325 from edx/hack/course-validation-api
...
Course Validation and Course Quality APIs
2018-06-13 21:33:22 -04:00
Nimisha Asthagiri
8db2dd47dd
Course Validation and Course Quality APIs
2018-06-13 20:33:45 -04:00
Calen Pennington
9a70ca78a5
Merge pull request #18340 from cpennington/fix-studio-xblock-rendering
...
Fix studio xblock failing renders (due to asset hashing loop)
2018-06-13 15:58:34 -04:00
bmedx
50c46fd9d9
Remove now-unused django_db_models_options.py
...
Code that actually used it was removed in this commit:
26b4e30833 (diff-8d36006736e42cad141490ae17f58a89)
2018-06-11 13:43:09 -04:00
Adeel Khan
7768dd1de3
Ratelimiting registration form validation end point.
...
This patch would ratelimit registration form validation
endpoint for anonymous user based on his/her ip.
LEARNER-3810
2018-06-08 14:45:15 +05:00
Calen Pennington
be3c7e05c5
Reapply "Switch container factory to webpack"
...
This reverts commit 18d93b00ba .
2018-06-07 15:52:05 -04:00
Calen Pennington
18d93b00ba
Revert "Switch container factory to webpack"
2018-06-07 13:46:47 -04:00
Michael Youngstrom
d6616c9036
Add require_https to all is_safe_url calls
2018-06-07 10:10:28 -04:00
Brian Mesick
ca0ec641db
Merge pull request #18329 from edx/bmedx/is_safe_url_allowed_hosts
...
Change usages of is_safe_url to use new allowed_hosts instead of host
2018-06-07 10:06:40 -04:00
Tyler Hallada
01191e34a5
Merge pull request #18324 from edx/thallada/PLAT-1746-format-lazy
...
PLAT-1746: Use Django 1.11 format_lazy instead of allow_lazy
2018-06-06 15:09:43 -04:00
Calen Pennington
f7038db3a3
Merge pull request #18290 from cpennington/switch-container-factory-to-webpack
...
Switch container factory to webpack
2018-06-06 14:42:57 -04:00