Commit Graph

15881 Commits

Author SHA1 Message Date
Mushtaq Ali
5a9477af30 Import video transcripts - EDUCATOR-2173 2018-04-16 12:05:44 +05:00
Simon Chen
c02c1d5177 Merge pull request #17902 from edx/rm-new-course-outline-waffle
EDUCATOR 2283 - Removes the new course outline waffle flag.
2018-04-14 15:07:00 -04:00
Bill DeRusha
f7dd174873 Merge pull request #17954 from edx/bderusha/generated-pw-complexity
Update and refactor random password generator
2018-04-13 17:13:55 -04:00
Simon Chen
2a3a828157 Remove the flaky bokchoy test
We want to unblock this PR from merging.
Created EDUCATOR-2728 to track
2018-04-13 16:06:25 -04:00
Jeremy Bowman
07c13c9167 Merge pull request #17966 from edx/jmbowman/TE-2515
TE-2515 Fix occasional help link test failures
2018-04-13 15:23:04 -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
Jeremy Bowman
9afa92b075 TE-2515 Fix occasional help link test failures 2018-04-13 14:45:41 -04:00
John Eskew
3f0665b6d6 Fix existing quality errors. 2018-04-13 14:27:42 -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
Bill DeRusha
d1ed33ac23 Update and refactor random password generator 2018-04-13 14:17: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
Michael Terry
2abbd1eb83 Move all our coffee files
This moves the original files into their JS locations so that when
the next commit modifies them, we dont lose history.
2018-04-13 14:10:40 -04:00
Michael Terry
4bd3033185 Update list of supported browsers
Update the list of supported browsers in the example about page
template.
2018-04-13 13:03:34 -04:00
sandroroux
3899b76929 Removes the new course outline waffle flag. 2018-04-13 12:28:14 -04:00
Jeremy Bowman
9ca9aa44c6 PLAT-2060 Use pip-tools to manage requirements files (take 2)
This reverts commit a7fa0c211d.
2018-04-12 17:22:48 -04:00
McKenzie Welter
f813a56d05 Merge pull request #17931 from edx/McKenzieW/learner-3923
mark support (re)issued entitlements as unrefundable
2018-04-12 14:06:21 -04:00
Diana Huang
700a4d8e19 Merge pull request #17915 from edx/diana/new-auth-endpoint
LEARNER-4882: Create new auth endpoint for checking user password.
2018-04-12 13:17:54 -04:00
Farhanah Sheets
b613494a0a Merge pull request #17907 from edx/fsheets/tinymce-align
Add alignment options to the TinyMCE platform plugin
2018-04-12 13:16:15 -04:00
Diana Huang
8056d89f9a Create new auth endpoint for checking user password. 2018-04-12 12:20:41 -04:00
McKenzie Welter
435c3c6338 mark support (re)issued entitlements as unrefundable 2018-04-12 12:16:37 -04:00
Jeff LaJoie
c3bb21c714 Merge pull request #17904 from edx/jlajoie/LEARNER-4578
LEARNER-4578: Adds in JQuery password validation on Studio
2018-04-12 12:12:56 -04:00
Uman Shahzad
6dcf3ca7b0 Merge pull request #17910 from edx/uman/show-enterprise-displayname
[ENT-924] Replace sensitive SSO usernames with generic Enterprise displayname
2018-04-12 20:20:18 +05:00
Uman Shahzad
d58bd06928 Show Enterprise display name if we should hide sensitive username. 2018-04-12 19:10:30 +05:00
edx-cache-uploader-bot
46d14c233c Updating migrations 2018-04-12 09:49:32 -04:00
Brittney Exline
3f3f8699a4 Merge pull request #17911 from edx/bexline/tpa_model_cleanup
ENT-943 Cleanup of old third_party_auth provider slug fields
2018-04-11 10:56:07 -06:00
Farhanah Sheets
d8d7e33879 Merge pull request #17905 from edx/fsheets/sfe-search-cleanup
Remove Studio Assets Search Waffle & Add test
2018-04-10 17:14:21 -04:00
Farhanah Sheets
c29682a6a5 Add alignment options to the TinyMCE platform plugin 2018-04-10 17:10:05 -04:00
Feanil Patel
a7fa0c211d Revert "PLAT-2060 Use pip-tools to manage requirements files" 2018-04-10 12:54:41 -04:00
Brittney Exline
9a86a67ae0 ENT-943 Cleanup of old third_party_auth provider slug fields 2018-04-10 09:58:31 -04:00
Jeremy Bowman
432347b881 PLAT-2060 Use pip-tools to manage requirements files 2018-04-09 17:07:02 -04:00
Jeff LaJoie
aeb85c59d3 LEARNER-4578: Adds in password validation on Studio 2018-04-09 15:26:12 -04:00
sanfordstudent
db5d118269 Merge pull request #17878 from edx/sstudent/unenroll_api
Sstudent/unenroll api
2018-04-09 15:25:11 -04:00
Farhanah Sheets
facb03ebd3 Remove search settings and add test to validate search visibility 2018-04-09 14:38:35 -04:00
Sanford Student
9526bbc9eb Create API endpoint to unenroll user from all courses; EDUCATOR-2603 2018-04-09 14:37:32 -04:00
Feanil Patel
c5b0a104d6 Merge pull request #17772 from edx/feanil/cleanup_pre
Feanil/cleanup pre
2018-04-09 13:17:26 -04:00
Michael Terry
1c1b8451ba Use unicode passwords when validating
Requiring that up front lets us properly validate length and such.
2018-04-09 09:43:30 -04:00
Michael Youngstrom
e166a9c01f Merge pull request #17854 from edx/youngstrom/increase-bokchoy-shards
Double the number of bok-choy shards
2018-04-06 16:20:43 -04:00
Gregory Martin
49a82cc397 Merge pull request #17860 from edx/yro/EDUCATOR-2333
Delete visual_progress_enabled waffle flag.
2018-04-06 15:55:32 -04:00
Michael Youngstrom
7820d2509c Increase the number of bok-choy shards 2018-04-06 15:38:14 -04:00
Brian Mesick
5782119341 Merge pull request #17867 from edx/bmedx/registration_deadlocks
WIP: Refactor registration to improve reliability
2018-04-06 15:24:13 -04:00
Gregory Martin
62775c891a Delete visual_progress_enabled waffle flag.
https://openedx.atlassian.net/browse/EDUCATOR-2333
2018-04-06 15:07:16 -04:00
McKenzie Welter
b011bdabb4 Merge pull request #17895 from edx/McKenzieW/learner-3716
add test coverage for entitlement course run retrieval
2018-04-06 12:15:50 -04:00
Brittney Exline
61820a459d Merge pull request #17835 from edx/bexline/sso_id_verification
ENT-942 Implement an abstraction layer for PhotoVerification class methods
2018-04-06 07:49:45 -06:00
Brittney Exline
42806b3754 Merge pull request #17873 from edx/bexline/refactor_tpa_models
ENT-943 Refactoring third_party_auth models
2018-04-05 15:02:56 -06:00
Brittney Exline
d31d9bd684 ENT-942 Implement an abstraction layer for SoftwareSecurePhotoVerification class methods 2018-04-05 15:48:59 -04:00
Brittney Exline
682ec886ed ENT-943 Refactoring third_party_auth models 2018-04-05 15:19:58 -04:00
bmedx
634234966a WIP: Refactor registration to improve reliability 2018-04-05 15:11:41 -04:00
McKenzie Welter
361af7ef5a add test coverage for entitlement course run retrieval 2018-04-05 14:49:33 -04:00
Michael Terry
c19d01a994 Add live validation to password reset
Adds a new React factory for that page to handle the logic. Also
cleans up the UI a little (centers it, stops using serif font, etc).
2018-04-05 11:59:26 -04:00
Eric Fischer
32f9902f2e Merge pull request #17834 from edx/thallada/incontext-waffle
Studio-frontend in-context image selection modal
2018-04-05 10:34:40 -04:00