Qubad786
597566a34f
Upload transcript to basic tab, add/fix unit and acceptance tests
2018-04-23 17:35:44 +05: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
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
John Eskew
d21a098280
Merge pull request #17146 from open-craft/clemente/move-heartbeat-settings-to-env
...
Allow customizing heartbeat checks
2018-01-24 20:21:51 -05:00
sanfordstudent
fda773721c
Merge pull request #17285 from edx/sstudent/hide_cert_setting
...
deprecate html setting for web certs and set to true by default
2018-01-24 16:27:40 -05:00
Sanford Student
e2becea8cb
deprecate html setting for web certs and set to true by default
2018-01-24 15:02:44 -05:00
Brian Mesick
bffd906909
Merge pull request #17115 from edx/bmedx/django111_cms_test_failures
...
Fixes to CMS failures in Django 1.11 tests
2018-01-24 14:46:52 -05:00
bmedx
1d45c85135
Refactor student login for readability and fix Django 1.11 issues
2018-01-24 11:26:43 -05:00
Calen Pennington
69348d06d7
Merge pull request #17009 from cpennington/cms-login-factory-page
...
Convert cms login.html to the require_page pattern in preparation for…
2018-01-24 10:19:27 -05:00
Michael Frey
90bb8af3c6
Merge pull request #15618 from open-craft/bdero/failed-password-reset-email
...
Add optional password reset failure emails
2018-01-24 10:06:16 -05:00
bmedx
46cb89e55d
Fixes to CMS failures in Django 1.11 tests
2018-01-23 14:11:06 -05:00
Eric Fischer
097e000a24
Merge pull request #16191 from proversity-org/proversity/course-visibility-in-catalog
...
add DEFAULT_COURSE_VISIBILITY_IN_CATALOG flag
2018-01-23 08:10:25 -05:00
Tyler Hallada
ad773dac5c
Add text_search param for searching by displayname
2018-01-22 19:05:43 -05:00
Jose Antonio Gonzalez
cd2a31aacc
set default course visibility in catalog
2018-01-22 08:35:57 +02:00
Nimisha Asthagiri
2e9efe6472
Fix Certificates import and signals code
2018-01-19 15:12:28 -05:00
Calen Pennington
2d89f1b2ab
Put Require.js in debug mode in acceptance tests, because they don't run with optimized assets
2018-01-18 13:49:44 -05:00
Nimisha Asthagiri
a5c5325a27
Merge pull request #17196 from edx/arch/plugin-signals-support
...
Django App Plugins: support for Signal Receivers
2018-01-18 13:23:18 -05:00
Calen Pennington
bacd4334ed
Add a form of static:require_module that assumes that the factory is self-initializing
2018-01-18 10:10:30 -05:00
Nimisha Asthagiri
7286c64e18
Refactor Django App Plugins to allow for additional features
2018-01-15 12:16:53 -05:00
Daniel Clemente Laboreo
4a2e6e31a6
Allow customizing heartbeat checks
2018-01-15 16:50:42 +01:00
Jeremy Bowman
7d436a18ee
PLAT-1858 Better capture of deprecation warnings
2018-01-12 18:04:32 -05:00
Nimisha Asthagiri
24d6c314ef
Enable Django App Plugins in CMS
2018-01-11 14:35:06 -05:00
Nimisha Asthagiri
57f09e987f
Delete unneeded Django Settings files
2018-01-05 15:04:10 -05:00
Nimisha Asthagiri
faecaf3316
Merge pull request #17088 from edx/arch/delete-dev-files
...
Delete old development config files
2018-01-04 09:23:57 -05:00
Nimisha Asthagiri
ddfeb61b08
Delete old development config files
2018-01-03 17:26:09 -05:00
Daniel Clemente
ecf01d1b52
Adds a course option to auto-advance videos.
...
If enabled for a course, as soon as the video ends, the next unit or subsection
will be loaded, and if it contains a single video, that video will be played.
Course authors can enable the setting for a course, but learners can toggle the
setting on or off once it's enabled on the course.
2017-12-21 21:06:05 +10:30
J. Cliff Dyer
1fc43bf60d
Define custom completion for VideoModule
...
Update the VideoModule to publish a completion event when the player
reaches 95% complete, and submit a BlockCompletion when that event
occurs.
OC-3091
MCKIN-5897
2017-12-19 14:12:28 -05:00
Jeremy Bowman
1dbdee9c54
Revert "PLAT-1858 Better capture of deprecation warnings"
2017-12-18 21:18:02 -05:00
Jeremy Bowman
b26fe5fd24
PLAT-1858 Better capture of deprecation warnings
2017-12-18 14:59:05 -05:00