Brian Mesick
4278fc7de2
Merge pull request #19320 from edx/bmedx/remove_3rd_part_mailings_retirement
...
DEPR-8 - Remove retire_mailings endpoint and supporting code
2018-11-28 14:16:54 -05:00
Braden MacDonald
1e4dc51ac7
Allow calling xblock_view API with OAuth creds
2018-11-28 09:25:30 -08:00
Nimisha Asthagiri
b4f0796ce6
Merge pull request #19327 from edx/arch/adr-jwt-cookie-opt-in
...
Update jwt-in-session-cookie decision with HTTP_USE_JWT_COOKIE header
2018-11-28 11:56:40 -05:00
Nimisha Asthagiri
bcbcbc4f80
Merge pull request #19325 from edx/arch/email-verified-field
...
Add email_verified field in JWT token
2018-11-28 07:35:33 -05:00
noraiz-anwar
e0d19d6871
escape json for use in js
2018-11-28 17:31:27 +05:00
Nimisha Asthagiri
9a0812fcde
Add email_verified field in JWT token
2018-11-28 06:36:48 -05:00
nadeemshahzad
9d95c2e632
upgrade gunicorn 19.0
2018-11-28 08:08:21 +00:00
Nimisha Asthagiri
f19809c526
Update jwt-in-session-cookie decision to include HTTP_USE_JWT_COOKIE header
2018-11-27 23:59:34 -05:00
Alex Dusenbery
44101d656d
Pick a better ordering field for CourseEnrollmentPagination in grades API.
2018-11-27 12:39:12 -05:00
bmedx
9b3abd5598
DEPR-8 - Remove retire_mailings endpoint and supporting code
2018-11-27 11:51:03 -05:00
Diana Huang
30eb003b2e
Merge pull request #19243 from edx/diana/default-login-registration
...
Force new page if not set in site configs.
2018-11-26 10:06:19 -05:00
Gabe Mulley
1441cba962
Merge pull request #19272 from edx/reve-37/prevent-studio-edits
...
REVE-37: prevent studio edits to feature based enrollments
2018-11-26 09:57:23 -05:00
Gabe Mulley
f42094aefe
fix a python unit test that fails at night
2018-11-25 21:42:02 -05:00
Gabe Mulley
5177e994c8
REVE-37: Prevent modifications to feature based enrollment user partitions
2018-11-25 21:42:02 -05:00
Calen Pennington
f84c121f43
Clean up several xss linter issues
2018-11-21 12:18:10 -05:00
Calen Pennington
0cb48dfe1c
Add StackedConfigurationModels for managing content_type_gating and course_duration_limits
2018-11-21 12:18:10 -05:00
brianhw
22b12b037a
Merge pull request #19206 from edx/brian/segment-addpage
...
Provide more context to calls to Segment.
2018-11-19 15:29:52 -05:00
Bill Filler
cc8dd817a3
Merge pull request #19273 from edx/bfiller/REVE-71
...
modify completion percentage calculation
2018-11-19 08:49:41 -05:00
Gabe Mulley
5311509b19
Provide more context to calls to Segment.
...
Implementation for DE-1089.
Centralize the definition of context into a single method. This is in
common/djangoapps/track because the context is originally set there by
middleware.
2018-11-15 20:56:10 -05:00
Bill Filler
1b60dea806
modify completion percentage calculation to account for single component that is excluded/ignored
2018-11-15 16:21:52 -05:00
Waheed Ahmed
930d442592
Merge pull request #19264 from edx/waheed/LEARNER-6219-update-session-cookie-expiry
...
Update session cookie expiry.
2018-11-15 14:09:53 +05:00
Waheed Ahmed
bf5ad9b871
Update session cookie expiry.
...
Update session cookie expiry to 4 weeks regardless of remember me
checkbox is checked or not.
LEARNER-6219
2018-11-14 17:36:51 +05:00
bmedx
1716b97cfc
PLAT-2371 - speed up the LMS_MISC retirement step
2018-11-09 13:00:36 -05:00
Bill Filler
a1f2c2cdde
Fix edx-drf-extension imports
2018-11-09 09:56:23 -05:00
Dave St.Germain
efa583283d
Merge pull request #18975 from open-craft/MCKIN-8395/cohorts-api
...
Cohorting API
2018-11-09 07:25:38 -05:00
Paulo Viadanna
17c0d6d59f
Add an alternative cohort management API
...
This is primarily intended to be used for server to server
communication. The endpoints support OAuth2 authentication.
2018-11-09 15:13:55 +05:30
Diana Huang
7c0aa06d5d
Force new page if not set in site configs.
2018-11-07 15:10:58 -05:00
Albert St. Aubin
caf89550f2
Updated logging to include stack trace
2018-11-07 08:19:53 -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
Calen Pennington
6c5ee7209c
Merge pull request #19108 from cpennington/stacked-configuration-models
...
Stacked configuration models
2018-11-05 13:43:25 -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
59d78031d8
Fix trailing-comma-tuple warnings
2018-11-02 11:06:59 -04:00
Ned Batchelder
2d438d8bb5
Fix 'W605 invalid escape sequence' errors from pycodestyle
2018-11-02 06:06:43 -04:00
Brian Beggs
49015e6d1a
Reset learners password when user is unGDPRed/unretired via django admin.
2018-11-01 15:09:36 -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
Douglas Hall
d8d18829e6
Use JWT cookies for authentication when explicitly requested by client.
2018-10-30 15:56:26 -04:00
Dillon-Dumesnil
1754dc5119
Merge pull request #19105 from edx/ddumesnil/unicode_cleanup
...
Cleaning up unicode waffle flag
2018-10-30 13:20:41 -04:00
Brian Mesick
6092dfbb94
Merge pull request #19168 from edx/bmedx/fixup_populate_retirement_states
...
Add dry run option to populate_retirement_states command
2018-10-29 11:48:47 -04:00
Brian Mesick
01309bd1a8
Merge pull request #19164 from edx/bmedx/bulk_cleanup_to_post
...
Change bulk delete retirements to a POST
2018-10-29 09:52:34 -04:00
bmedx
e5613a59ce
Add dry run option to populate_retirement_states command
2018-10-26 16:07:59 -04:00
bmedx
bff1cf3b74
Change bulk delete retirements to a POST
2018-10-26 14:49:15 -04:00
Douglas Hall
653d8592b8
Merge pull request #19160 from edx/douglashall/oauth2_logout_redirect
...
Enable OAuth2 clients to logout with a redirect back to the client site.
2018-10-25 15:53:06 -04:00
Douglas Hall
72300c620a
Enable OAuth2 clients to logout with a redirect back to the client site.
2018-10-25 14:54:43 -04:00
Alex Dusenbery
c11a2c0a6e
EDUCATOR-3471 | Add a grade override bulk update view.
2018-10-25 14:52:12 -04:00
Dillon-Dumesnil
fbb5e6c99c
Merge pull request #19139 from edx/ddumesnil/entitlements-email-opt-in
...
Adding email opt in to create entitlement
2018-10-24 09:50:12 -04:00
emma-green
1cda241197
Merge pull request #19121 from edx/emma-green/EDUCATOR-3569/fix-programs-with-old-course_runs
...
catch-programs-with-old-course-runs
2018-10-24 09:42:44 -04:00
Dillon Dumesnil
ac43d5faac
Adding email opt in to create entitlement
2018-10-23 17:33:30 -04:00