Commit Graph

  • 3da94170f5 Switch auth backends for cms as well Michael Youngstrom 2018-10-12 17:16:36 -04:00
  • a824543e23 Merge pull request #19100 from edx/douglashall/login_refresh_csrf_exempt Douglas Hall 2018-10-15 10:25:55 -04:00
  • 4817dd3f61 Mark the refresh access token view as exempt from CSRF protection. Douglas Hall 2018-10-12 16:00:34 -04:00
  • 4d37779f58 Merge pull request #19051 from edx/cstenson/unicode_normalization Dillon-Dumesnil 2018-10-15 09:41:20 -04:00
  • f349c8d3be Merge pull request #19096 from edx/robrap/ARCH-256-move-redirect-helpers Robert Raposa 2018-10-15 09:32:46 -04:00
  • 081267cc73 Load proctoring js files for authenticated users only noraiz-anwar 2018-10-11 13:27:30 +05:00
  • f844e765fb Create shared test mixin for testing OAuth Scopes and various Auth. ARCH-168 Nimisha Asthagiri 2018-10-12 19:29:26 -04:00
  • 0e76d04819 Merge pull request #17682 from mitodl/fix_overrideing_due_date_issue J Eskew 2018-10-12 17:37:32 -04:00
  • 97a659c416 Limit access for Audit users to courses after a specified period of time Calen Pennington 2018-10-02 13:58:20 -04:00
  • 4642efbf08 Create shell django app for course duration feature Calen Pennington 2018-10-03 09:21:24 -04:00
  • 96d0df0f2f Upgrade Django to 1.11.16 - bug fix. John Eskew 2018-10-12 16:06:52 -04:00
  • 9c57cd1770 Add unicode normalization to passwords. Cali Stenson 2018-10-03 09:37:49 -04:00
  • 863f86c411 Move and rename redirect helper. Robert Raposa 2018-10-12 13:33:09 -04:00
  • 969728874b Merge pull request #19065 from cpennington/access-control-messaging Calen Pennington 2018-10-12 11:21:34 -04:00
  • e5473f5396 Add the read API for course gradebook data (single and multiple users). Alex Dusenbery 2018-10-03 16:03:00 -04:00
  • 5d2919644b Merge pull request #19048 from edx/ziafazal/WL-1810 Zia Fazal 2018-10-12 12:55:27 +05:00
  • afd0e488ce Merge pull request #19085 from edx/arch/consistent-cookie-expiration Nimisha Asthagiri 2018-10-11 13:15:57 -04:00
  • d6101a25a2 Merge pull request #19090 from edx/ddumesnil/password-reset-fix Dillon-Dumesnil 2018-10-11 12:56:48 -04:00
  • b258f019b3 Fixing location of automatic password reset email Dillon Dumesnil 2018-10-11 12:09:41 -04:00
  • d97e7c737e Merge pull request #19081 from edx/youngstrom/run-all-unittests Michael Youngstrom 2018-10-11 11:32:38 -04:00
  • fa8e920fe1 Fix sharding for unittests to avoid skipped tests Michael Youngstrom 2018-10-09 16:03:39 -04:00
  • c82fa99a34 Merge pull request #18336 from mitodl/fixed_instructor_api mduboseedx 2018-10-11 10:02:12 -04:00
  • 5af7fffced Remove unnecessary mocking of CourseKey.from_string in tests Calen Pennington 2018-10-10 15:22:59 -04:00
  • 13c0dd580f Make Student Dashboard course access error messages float to the right of the unenroll gear Calen Pennington 2018-10-02 14:06:47 -04:00
  • ae41ac446e Allow AccessResponse messages to appear on the student dashboard Calen Pennington 2018-10-02 13:47:30 -04:00
  • 2ce5417e0c Allow UserPartitions to specify a text or html message when a user is denied access because of their partition membership Calen Pennington 2018-10-02 13:46:59 -04:00
  • 3a7cff01e8 Allow AccessResponse objects to carry an HTML fragment targetted at the user Calen Pennington 2018-10-02 12:02:35 -04:00
  • 1d8fc40f29 Merge pull request #19064 from cpennington/courseware-absolute-import Calen Pennington 2018-10-11 08:48:14 -04:00
  • 9bfe4c3b6c Do not send user info to sailthru when registered from white label site Zia Fazal 2018-10-02 17:10:10 +05:00
  • 9db5e83032 Fixed code duplication in task listing api on instructor dashboard Amir Qayyum Khan 2018-06-07 15:52:26 +05:00
  • 2b8a9d5148 Consistent expiration for all login-related cookies Nimisha Asthagiri 2018-10-10 21:35:55 -04:00
  • f93c9a9298 Merge pull request #19080 from edx/douglashall/upgrade_edx_drf_extensions_1_11_0 Douglas Hall 2018-10-10 17:07:05 -04:00
  • 16605fa9c2 Merge pull request #19074 from edx/arch/fix-expiration Nimisha Asthagiri 2018-10-10 16:59:16 -04:00
  • c57170dc48 Add a deprecation warning for when courseware is imported incorrectly Calen Pennington 2018-10-10 12:00:46 -04:00
  • 72f556c1a9 Import courseware module from fully-qualified module name Calen Pennington 2018-10-02 12:03:45 -04:00
  • 3c3e6a90fb Merge pull request #18941 from edx/ddumesnil/password Dillon-Dumesnil 2018-10-10 14:29:14 -04:00
  • e145b9f8cc Merge pull request #19067 from edx/jeskew/add_retirement_warning_text J Eskew 2018-10-10 12:52:14 -04:00
  • 61319bf2c0 Install the CSRF app included in edx-drf-extensions. Douglas Hall 2018-10-10 11:19:23 -04:00
  • deb758c808 Added in tests for the new password validation. Fixed old tests that relied on the old configuration values and old way of validating passwords. Also improved registration page by always showing error messages rather than hiding them on leaving the field. Dillon Dumesnil 2018-10-02 14:21:07 -04:00
  • 4fa27f98dc Implementing django password validators for edX. This involves removing the old validate password method and configuration values in favor of AUTH_PASSWORD_VALIDATORS, a list of validators to use to check a password. These include some that come straight from Django and some that were written according to Django's specifications. This work also included maintaining the current messaging as instruction text and passing along restrictions for the password field. Dillon Dumesnil 2018-09-13 15:28:21 -04:00
  • c8e640f88e fixup! Add user retirement warning text about email retirement. John Eskew 2018-10-10 10:43:57 -04:00
  • 40918f36d8 Merge pull request #19075 from edx/ri/EDUCATOR-3213-all-forum-posts-access-global-staff Rabia Iftikhar 2018-10-10 18:44:05 +05:00
  • aac430da34 EDUCATOR-3213 make Global EdX Staff able to view all forum posts rabiaiftikhar 2018-10-09 15:17:55 +05:00
  • 6be27ed08d Merge pull request #18882 from appsembler/omar/ace-for-email-change Ned Batchelder 2018-10-09 13:53:54 -04:00
  • 143a01915d Merge pull request #19066 from edx/emma.green/rev-bundling-fix-bundle-info emma-green 2018-10-09 12:34:26 -04:00
  • 5af901e016 fix-bundle-info Emma Green 2018-10-04 17:19:15 -04:00
  • 13d4091a1a Fix overriding of token expiration in DOT (ARCH-246) Nimisha Asthagiri 2018-10-08 11:29:38 -04:00
  • ceacfc8a75 edX-ACE support for email change messages Omar Al-Ithawi 2018-09-05 18:17:12 +03:00
  • f9488a8502 Merge pull request #19043 from edx/pwnage101/also-prevent-retired-email-reuse-via-account-settings-PLAT-2334 Troy Sankey 2018-10-05 13:59:20 -04:00
  • 8293c17086 Merge pull request #19069 from edx/schen/LEARNER-3500 Simon Chen 2018-10-05 13:36:14 -04:00
  • c90edab169 Bundle an SQL query for performance Michael Terry 2018-10-05 09:35:22 -04:00
  • e493781996 Add user retirement warning text about email retirement. John Eskew 2018-10-04 17:40:50 -04:00
  • 929ca61e6c Default the waffle flag to be on Simon Chen 2018-10-05 11:12:21 -04:00
  • 1f506fb09f Merge pull request #19050 from edx/diana/password-reset-email Diana Huang 2018-10-05 09:37:07 -04:00
  • 5b9bb005bd Prevent retired email reuse via account settings Troy Sankey 2018-10-02 14:09:22 -04:00
  • 02c15bf563 Refactor password reset email and send after failure. Diana Huang 2018-10-03 09:38:49 -04:00
  • 79b2992fe1 Merge pull request #19055 from edx/robrap/ARCH-233-jwt-auth-middleware Robert Raposa 2018-10-04 10:38:52 -04:00
  • b6f223ef80 Merge pull request #19057 from edx/youngstrom/fix-xdist-flaky-query-counts Michael Youngstrom 2018-10-04 10:36:22 -04:00
  • 53adc395b5 Merge pull request #19053 from edx/emma-green/bundle-discount-adding-type-and-title emma-green 2018-10-04 09:44:31 -04:00
  • 4132eb3fcd Merge pull request #19026 from edx/naa/freeze-grades Simon Chen 2018-10-04 08:55:01 -04:00
  • 2075218919 Merge pull request #19034 from edx/ri/EDUCATOR-3514-download-student-profile-info Rabia Iftikhar 2018-10-04 17:18:04 +05:00
  • ddafbb0d29 POC: Stop-gap implementation to freeze grades. Nimisha Asthagiri 2018-10-01 09:55:51 -04:00
  • 44575e2b97 Merge pull request #19059 from edx/saleem-latif/ENT-1199 Saleem Latif 2018-10-04 16:16:18 +05:00
  • 6c31a78f3d Merge pull request #19001 from edx/hasnain-naveed/WL-1645 Hasnain Naveed 2018-10-04 13:29:20 +05:00
  • f3664d4d3e edx-enterprise version upgrade to 0.73.6 Saleem Latif 2018-10-04 12:38:08 +05:00
  • 9112de2309 Deprecate ImageModal HtmlModule stv 2016-07-20 12:48:52 -07:00
  • fcc1b55496 rev-bundle-discount Emma Green 2018-10-03 13:34:53 -04:00
  • 0744c0f99c Cache waffleswitch data to avoid query count failures Michael Youngstrom 2018-10-03 17:09:30 -04:00
  • 3e3c1333f0 Add JWT Auth Middleware. Robert Raposa 2018-10-03 16:26:05 -04:00
  • eca340d2e1 Merge pull request #18989 from edx/robrap/ARCH-241-logout-redirect Robert Raposa 2018-10-03 15:06:11 -04:00
  • d447c6c9b5 Merge pull request #19045 from edx/jeskew/PLAT_2146_again_add_username_retirement_check J Eskew 2018-10-03 14:57:50 -04:00
  • 0daf16852d Merge pull request #19040 from edx/fsheets/bump-sfe Farhanah Sheets 2018-10-03 14:28:42 -04:00
  • 027c53e61e Add ability to redirect to subdomain for logout. Robert Raposa 2018-09-21 17:00:46 -04:00
  • 602d2fb221 Merge pull request #19044 from edx/douglashall/csrf-protection-decision Douglas Hall 2018-10-03 12:11:08 -04:00
  • dec77f2ad3 Add decisions record related to frontent apps and CSRF protection. Douglas Hall 2018-10-02 15:54:39 -04:00
  • db73d99da6 Merge pull request #19033 from edx/hammad/WL-1798 Hammad Ahmad Waqas 2018-10-03 19:11:44 +05:00
  • 257768c8a4 Merge pull request #19039 from edx/devops/move_tasks_to_more_appropriate_queues Cory Lee 2018-10-03 09:56:04 -04:00
  • 282bab3e90 Merge pull request #19041 from edx/coryleeio/remove_unneeded_log_config Cory Lee 2018-10-03 09:40:24 -04:00
  • e009d5e4db bump studio-frontend to 1.16.12 and update bokchoy tests Farhanah Sheets 2018-10-02 13:34:13 -04:00
  • c7a8ddedea excluding html blocks form adding in computable blocks for completion Hammad Ahmad Waqas 2018-10-02 14:08:27 +05:00
  • 667bf488d9 EDUCATOR-3514 increase the length of task_input while creating instance of InstructorTask rabiaiftikhar 2018-10-02 15:06:13 +05:00
  • 1c1088358c Merge pull request #19031 from edx/arch/login-service-migration Nimisha Asthagiri 2018-10-02 20:45:42 -04:00
  • aacdce17d4 Check for retired usernames as well as existing ones in validation. John Eskew 2018-09-24 19:44:59 -04:00
  • bd6e060ea7 Use production.py instead of aws.py Cory Lee 2018-10-02 13:38:48 -04:00
  • 4a0bda7690 Merge pull request #18988 from edx/robrap/ARCH-238-login-redirect Robert Raposa 2018-10-02 16:34:13 -04:00
  • 23b9cfd76c Add whitelist for login redirect. Robert Raposa 2018-09-21 15:45:11 -04:00
  • 93dcfa01f4 Update tasks.py Cory Lee 2018-10-02 15:08:10 -04:00
  • 8d36e8b4ab Remove unecessary bits Cory Lee 2018-10-02 15:06:36 -04:00
  • fb281ae9c8 Remove unnecessary specification Cory Lee 2018-10-02 15:05:56 -04:00
  • 0f63f4c643 Remove unnecessary import Cory Lee 2018-10-02 15:05:26 -04:00
  • 8c15a5794e Remove accidentally added line Cory Lee 2018-10-02 15:01:54 -04:00
  • 14ed6cf682 Prepare to remove low priority queue, replacing with default Cory Lee 2018-10-02 14:37:31 -04:00
  • 912ec712ea Merge pull request #19029 from edx/youngstrom/xdist-flaky-mock Michael Youngstrom 2018-10-02 14:03:16 -04:00
  • a67a47aa75 Merge pull request #19038 from edx/estute/fetch-correct-target-branch Stu Young 2018-10-02 13:39:26 -04:00
  • 84e1076a11 Move certificate task to low priority queue Cory Lee 2018-10-02 13:37:32 -04:00
  • 1533623a0d Move tasks to low priority queue from default Joseph Mulloy 2018-10-02 13:26:40 -04:00
  • eae5a8117f move instructor tasks to low priority queue Fred Smith 2018-10-02 13:26:36 -04:00
  • ed594a9983 Patch random.random from the factory's namespace Michael Youngstrom 2018-10-01 14:40:36 -04:00
  • 1eb90a230e Merge pull request #17351 from mitodl/fix_aq_git_logs_issue_2 David Ormsbee 2018-10-02 12:59:26 -04:00
  • e051cff33d Moving some tasks to low priority queue Cory Lee 2018-10-02 12:44:49 -04:00