David Ormsbee
f9ae594dfe
Merge pull request #18720 from open-craft/paulo/anonymous-views
...
Support for anonymous_view
2018-11-07 08:45:15 -05:00
Paulo Viadanna
e6e0a02e0a
Adds CouseModule.course_visibility and XBlock.public_view() for unenrolled users access to courses.
...
The course_visiblity field can have one of three values:
1. private (default): This keeps the standard access rules.
2. public_outline: Allows unenrolled and anonymous users access to the outline.
3. public: Allows unenrolled and anonymous users access to both outline and
course content.
When an unenrolled user accesses course content, instead of student_view(),
public_view() is used. A default implementation is provided for XBlocks
which do not implement this view. The public_view() must not have any
functionality which assumes the presence of a valid User and should show
a readonly only interface for the XBlock content.
2018-11-07 16:18:39 +05:00
Douglas Hall
b0eb347c32
Set CORS_ALLOW_HEADERS in devstack settings.
2018-11-06 14:56:31 -05:00
Ned Batchelder
63d84d65e5
Merge pull request #19215 from edx/nedbat/remove-unused-imports
...
Remove unused imports
2018-11-06 13:57:46 -05:00
edx-pipeline-bot
112a3d1bba
Merge pull request #19228 from edx/release-mergeback-to-master
...
Merge release back to master
2018-11-06 09:40:47 -05:00
Douglas Hall
726b28d4fa
Add LOGIN_REDIRECT_WHITELIST setting to production settings.
2018-11-05 14:31:56 -05:00
Farhanah Sheets
44f10be03c
Unicode developer_message to handle Spanish failures
2018-11-05 14:00:07 -05:00
Calen Pennington
6c5ee7209c
Merge pull request #19108 from cpennington/stacked-configuration-models
...
Stacked configuration models
2018-11-05 13:43:25 -05:00
Douglas Hall
82133433c5
Merge pull request #19211 from edx/douglashall/corsheaders_allow_methods
...
Allow custom USE-JWT-COOKIE header on cross origin requests.
2018-11-05 11:33:41 -05:00
Douglas Hall
0f125c7a62
Allow custom USE-JWT-COOKIE header on cross origin requests.
2018-11-05 10:56:22 -05:00
Ahsan Ulhaq
0c00416deb
About Me textarea character counter accessibility issue
...
LEARNER-6612
2018-11-05 19:11:18 +05:00
Shadi Naif
4df2073376
Fix exceptions raised when a lazy text is used in json dump
2018-11-05 12:24:45 +02:00
Ned Batchelder
3353e7425e
Remove unused imports
2018-11-03 16:07:05 -04:00
Calen Pennington
8901bf4482
Add a facility for building stacked configuration models that control the same configuration on a Global, Site, Org and Course level
2018-11-02 15:36:01 -04:00
Ned Batchelder
8acea435cf
setUpClassAndTestData is tricker than pylint understands
2018-11-02 11:06:59 -04:00
Ned Batchelder
59d78031d8
Fix trailing-comma-tuple warnings
2018-11-02 11:06:59 -04:00
Simon Chen
428c061b07
Merge pull request #19200 from edx/schen/gradebook-no-auto-grade
...
Remove auto grade column from override modal
2018-11-01 16:14:58 -04:00
Simon Chen
34fd4a65f0
Remove auto grade column from override modal
2018-11-01 15:37:06 -04:00
Alex Dusenbery
53b60607d6
Gradebook data: generate a label attribute if none exists (like for ungraded content).
2018-11-01 15:31:48 -04:00
Feanil Patel
f323ab00ed
Merge pull request #19194 from edx/feanil/revert_gunicorn_upgrade
...
Revert "upgrade gunicorn 19.0 and make upgrade"
2018-10-31 16:37:59 -04:00
Alex Dusenbery
99705e54a6
Remove GenericAPIView subclass from grades API views; add a test that /api-docs/ works.
2018-10-31 16:10:31 -04:00
Feanil Patel
4e13a1c2dd
Revert "upgrade gunicorn 19.0 and make upgrade"
...
This reverts commit f6c215ae5b .
2018-10-31 15:01:00 -04:00
Calen Pennington
83d676cbfa
Add Content Type Gating Behind Waffle Flag
...
Content Type Gating: Xblocks that have a graded component cannot be
accessed by audit track users.
- Caveats:
- In studio, instructors can set certain xblocks to be available to
all users, but graded components will default to not being
available for audit users
- If a course does not have a verified mode option, all users will
have access to graded content.
The Waffle Flag: The waffle flag is of for now.
It's name is: ```content_type_gating.debug```
This Commit Does NOT Include: Displaying for a user WHY they do not have
access to a specific piece of content. That change will be part of
another PR.
2018-10-31 12:34:48 -04:00
Alex Dusenbery
2ff3a38d91
EDUCATOR-3625 | Add filters for cohort_id and enrollment mode to gradebook API.
2018-10-31 12:29:16 -04:00
Robert Raposa
53239bdf37
Remove JWT_COOKIES_FLAG.
...
The JWT_COOKIES_FLAG was a temporary flag used for rollout of the new
JWT cookies. These are live in Production, so we are removing the flag.
Without this flag, we set JWT cookies during login. However, this
requires an oAuth Client that isn't always available during unit tests.
We introduced a feature flag that is only used for unit tests to
disable setting the JWT cookies. The code explains a bit more why this
solution was selected over adding the oauth client to the database.
ARCH-247
2018-10-31 10:29:05 -04:00
Douglas Hall
ebede18831
Merge pull request #19183 from edx/douglashall/explicit_jwt_cookie
...
Use JWT cookies for authentication when explicitly requested by client.
2018-10-30 20:04:00 -04:00
Alex Dusenbery
0aa0b4d28d
EDUCATOR-3630 | Check if grades are frozen before processing gradebook POST request.
2018-10-30 16:22:07 -04:00
Simon Chen
eeb4c34b0f
Merge pull request #19187 from edx/schen/fixgradebookprod
...
Update the lms cookie name reference for production
2018-10-30 16:13:20 -04:00
Douglas Hall
d8d18829e6
Use JWT cookies for authentication when explicitly requested by client.
2018-10-30 15:56:26 -04:00
Matt Tuchfarber
9c0e8567f1
Merge pull request #19178 from edx/tuchfarber/REV-508
...
Update course mode selection text for content gating
2018-10-30 15:42:03 -04:00
Simon Chen
964aac9aac
Update the lms cookie name reference for production
2018-10-30 15:41:16 -04:00
Matt Tuchfarber
2f283c411b
Update course mode selection text for content gating
2018-10-30 15:04:44 -04:00
Diana Huang
14731f0295
Merge pull request #19179 from edx/diana/login-registration-default
...
Turn on logistration by default on devstack.
2018-10-30 12:56:43 -04:00
Nadeem Shahzad
eea6a0488c
Merge pull request #19173 from edx/nadeem/OPS-3445
...
Upgrade gunicorn to 19.0 and make upgrade (OPS-3445)
2018-10-30 18:56:24 +05:00
nadeemshahzad
f6c215ae5b
upgrade gunicorn 19.0 and make upgrade
2018-10-30 10:42:58 +00:00
Diana Huang
2c9399aa7c
Turn on logistration by default on devstack.
2018-10-29 16:33:10 -04:00
Simon Chen
4edbbbb66f
Update the gradebook functionality to allow grades update.
...
The override modal is now able to update grades for all users for each gradable unit in the course
2018-10-29 15:00:35 -04:00
Alex Dusenbery
b528b8e5d7
EDUCATOR-3622 | Add a username_contains query param to gradebook endpoint
2018-10-29 14:08:23 -04:00
Calen Pennington
c02b195ff7
Merge pull request #19155 from edx/rev/allow-studio-content-gating-override
...
Add Studio UI for tagging Full/Limited access contont
2018-10-29 13:19:45 -04:00
Calen Pennington
f9dd7fe223
Allow Studio override of Feature Based Enrollment status for individual xblocks
2018-10-29 12:37:30 -04:00
Calen Pennington
99f8918b74
Add an automatic UserPartition and Scheme for Content Type Gating.
...
For now, this UserPartition groups all users as Full-access users.
2018-10-29 12:37:30 -04:00
Calen Pennington
0adb654724
Add a shell app for content_type_gating
2018-10-29 11:44:44 -04:00
Douglas Hall
f8008dacf5
Disable JWT auth cookie.
2018-10-26 21:23:19 -04:00
Simon Chen
eb083a8475
Merge pull request #19163 from edx/schen/EDUCATOR-3582-comments
...
Take away the comments column on grade override modal dialog
2018-10-26 10:40:52 -04:00
Simon Chen
a9f4151d26
Merge pull request #19162 from edx/schen/EDUCATOR-3582-current_grade
...
Remove the current_grades column that is not supported by backend
2018-10-25 22:20:04 -04:00
Simon Chen
bde9bd2041
Update the new writable gradebook UI to make it look better
2018-10-25 15:28:28 -04:00
Simon Chen
39fddf472e
Take away the comments column on grade override
2018-10-25 15:16:54 -04:00
Simon Chen
95ea9d065e
Remove the current_grades column that is not supported by backend
2018-10-25 14:53:26 -04:00
Alex Dusenbery
c11a2c0a6e
EDUCATOR-3471 | Add a grade override bulk update view.
2018-10-25 14:52:12 -04:00
Matt Tuchfarber
c4cea14ead
Merge pull request #19143 from edx/tuchfarber/REV-351
...
Determine expiration dates for self paced courses REV-531
2018-10-25 13:53:13 -04:00