Calen Pennington
0abe75a7c6
Re-apply the changes to convert XBlocks to Webpack
...
Reapplies edx/edx-platform#17509
This reverts commit 0f7e2373d0 .
2018-06-06 12:52:12 -04:00
bmedx
2ca632aec9
Remove SessionAuthenticationMiddleware from INSTALLED_APPS
...
It is always on now, and this is just a deprecated stub which will be
removed in Django 2.0.
2018-06-06 10:47:57 -04:00
Michael Youngstrom
26b4e30833
Remove django 1.8 shim
2018-06-06 10:34:56 -04:00
Calen Pennington
0f7e2373d0
Revert "Switch container factory to webpack"
2018-05-29 16:01:38 -04:00
Calen Pennington
d4bb203308
Log javascript errors during bok_choy tests
2018-05-29 12:21:47 -04:00
Calen Pennington
12a082cf83
Convert xblock_validation.js to webpack
2018-05-29 12:19:05 -04:00
Calen Pennington
d08e199f79
Load XBlocks with webpack rather than RequireJS
2018-05-29 12:19:05 -04:00
sanfordstudent
d4a338d4af
Merge pull request #18113 from edx/sofiya/ed-2802-2
...
EDUCATOR-2802 Different LMS api endpoint to finish GDPR retirement for the user
2018-05-21 15:26:10 -04:00
Sofiya Semenova
cd18206167
EDUCATOR-2802: P2 gdpr endpoint
2018-05-21 11:12:54 -04:00
Omar Al-Ithawi
73af914cfc
Use edx-ace for password reset email
2018-05-21 09:49:14 -04:00
Gabe Mulley
5fa6c51368
Revert "Use edx-ace for the password reset email"
2018-05-10 13:06:52 -04:00
Gabe Mulley
7a5cecf3e9
Merge pull request #16545 from appsembler/omar/fmo/multipart-email
...
Use edx-ace for the password reset email
2018-05-10 11:31:43 -04:00
Douglas Hall
c6ec5edbf7
Add API documentation with django-rest-swagger.
2018-05-08 14:38:33 -04:00
Omar Al-Ithawi
556c8b86d0
Use edx-ace for password reset email
2018-05-08 18:53:31 +03:00
Jeremy Bowman
dd0180a33d
TE-2545 Restrict AutoAuth for load tests
2018-05-07 15:00:48 -04:00
Mushtaq Ali
f4b1da1f42
Merge pull request #17718 from edx/transcripts-phase-2
...
Transcripts phase 2
2018-05-07 12:42:50 +05:00
Alex Dusenbery
2b48649a9e
EDUCATOR-2771 | Adds an LMS API endpoint to retire a user account.
2018-05-02 13:10:03 -04:00
Brian Mesick
2be587d32d
Merge pull request #18014 from edx/bmedx/retirement_state_mgmt
...
Add a management command and settings to populate RetirementState models
2018-04-30 09:28:21 -04:00
Feanil Patel
49a2a5d1b7
Merge pull request #18072 from stvstnfrd/clean/virtual-universities
...
Remove unused VIRTUAL_UNIVERSITIES setting
2018-04-27 15:22:04 -04:00
sanfordstudent
965c462418
Merge pull request #18061 from edx/sstudent/grading-policy-stuff
...
rate limit
2018-04-27 15:12:21 -04:00
stv
3cc9d78ca8
Remove unused VIRTUAL_UNIVERSITIES setting
...
It looks like this was part of the original rollout of the microsites
feature back in December 2013 [1], but was quickly removed in February
2014 [2]. These references have been orphaned ever since.
I can find no other references to it in the platform, save these.
[1] a3211a7405
[2] aa43689a93
2018-04-26 20:03:14 -07:00
Giulio Gratta
1a7110f0e0
Get MKTG_URL_LINK_MAP from ENV_TOKENS in CMS
2018-04-26 16:57:07 -07:00
Ned Batchelder
c346b6423e
Merge pull request #17748 from open-craft/jill/swift_content_length_from_fd_master
...
Set SWIFT_CONTENT_LENGTH_FROM_FD=False
2018-04-26 17:03:31 -04:00
Sanford Student
3f91238564
rate limit
2018-04-26 15:06:29 -04:00
Qubad786
597566a34f
Upload transcript to basic tab, add/fix unit and acceptance tests
2018-04-23 17:35:44 +05:00
bmedx
c68fac160b
Add default retirement states to settings
2018-04-20 14:11:47 -04:00
Michael Roytman
03a9e85272
add image accessibility best practice documentation URL and pass through to studio-frontend edit image modal
2018-04-20 13:38:15 -04:00
J Eskew
0269d4a536
Merge pull request #17868 from edx/jeskew/check_for_retired_username
...
Reject acct creation when using a retired username.
2018-04-13 15:15:10 -04:00
John Eskew
338d4551ab
Reject acct creation when using a retired username.
...
Change from specifying a retired username/email format to specifying
a retired username prefix and a retired email prefix/domain,
preventing possible config errors due to unexpected/bad formats.
2018-04-13 14:27:21 -04:00
Michael Terry
a34c8c8233
Drop remaining coffee use
...
This basically commits the transpiled CoffeeScript JS (with minor
cleanup) and removes coffee build support.
A tiny amount of support for xblocks exists, because external users
may have xblocks with coffee. But no coffee in our tree anyway.
2018-04-13 14:10:40 -04:00
J. Cliff Dyer
964c20252b
Add DISABLE_START_DATES setting to CMS
2018-04-13 14:05:45 -04:00
bmedx
b26d7913f5
Add some common functionality for retiring users
...
- Methods for getting hashed retired users and usernames
- A DRF permission for retiring users
2018-04-02 13:48:52 -04:00
Jillian Vogel
8a579d9236
Set SWIFT_CONTENT_LENGTH_FROM_FD=False
...
Works around a bug with Django SWIFT storage uploads in edx-platform, cf
https://github.com/dennisv/django-storage-swift/pull/100
Also adds SWIFT_LAZY_CONNECT to cms.envs.openstack, to balance with the lms settings.
2018-04-03 00:42:29 +09:30
Stuart Young
53fe34615e
Test fixes to prepare for firefox upgrade on jenkins
2018-03-12 15:40:25 -04:00
Troy Sankey
3f1f524953
Revert "PLAT-1957 Better memory leak diagnostic tooling"
...
This reverts commit a022461891 .
Reverts edx/edx-platform#17486
2018-03-08 13:16:34 -05:00
Jeremy Bowman
a022461891
PLAT-1957 Better memory leak diagnostic tooling
2018-03-07 16:31:26 -05:00
Jeremy Bowman
b3ac2b1b06
PLAT-1976 Add waffle switch to block auth_user write attempts
2018-02-28 13:13:06 -05:00
Bill DeRusha
071594392b
Merge pull request #17384 from edx/bderusha/zendesk-plugin
...
zendesk proxy plugin
2018-02-26 17:06:56 -05:00
Bill DeRusha
9611284df0
zendesk proxy plugin
2018-02-26 14:20:32 -05:00
Bill DeRusha
1aca252e19
Merge pull request #17383 from edx/bderusha/disc-plugin
...
Convert discussion to plugin
2018-02-26 13:18:10 -05:00
Bill DeRusha
4fba472139
Discssions as a plugin
2018-02-23 09:23:53 -05:00
Jillian Vogel
ea0c79c7e3
Adds redirect middleware to Studio
2018-02-20 16:38:42 +10:30
Tyler Hallada
73cffad5ce
Dev in sfe container & prod use /dist of sfe
2018-02-15 13:20:18 -05:00
Alex Dusenbery
7e51f02884
Get edx-platform working with external completion lib, add integration tests.
2018-02-14 15:54:27 -05:00
Nimisha Asthagiri
51dcb5a536
Merge pull request #17392 from mitodl/hack18_bookmarks_django_plugin
...
Changed 'bookmarks' django app to follow plugin pattern
2018-02-06 14:21:38 -05:00
Jeremy Bowman
11e134c552
PLAT-1916 Ignore existing usage of deprecated field_data
2018-02-02 16:12:00 -05:00
Gavin Sidebottom
7f3ffcc047
Changed 'bookmarks' django app to follow plugin pattern
2018-02-01 15:30:06 -05:00
Feanil Patel
de80ab751a
Remove the debug override.
2018-02-01 10:08:40 -05:00
Douglas Hall
2775b9c382
Add ENTERPRISE_REPORTING_SECRET to cms settings.
...
This is required due to the way we run migrations, starting with cms.
2018-01-26 14:29:11 -05:00
Qubad786
64555c60c0
Move request_cache to openedx.core.djangoapps
2018-01-26 15:09:25 +05:00