Eric Fischer
2a008fac05
Merge pull request #18121 from edx/efischer/one_more_time
...
Cache results of thread authorship check
2018-05-03 14:59:09 -04:00
J Eskew
225dc1021c
Merge pull request #18104 from edx/jeskew/PLAT_2093_remove_activation_keys
...
Remove activation keys upon logout of retired user.
2018-05-03 14:41:55 -04:00
Michael Roytman
085817f487
Merge pull request #18085 from edx/mroytman/pass-course-details-to-image-modal
...
pass courseDetails to editImageModal
2018-05-03 14:15:59 -04:00
Ned Batchelder
7a71186131
Merge pull request #17810 from open-craft/afzaledx/move_site_verification_id_to_settings
...
Moved the ID used in the google-site-verification meta tag to settings
2018-05-03 13:25:05 -04:00
Eric Fischer
efd9fc04ce
cache results of thread authorship check
2018-05-03 13:16:24 -04:00
Farhanah Sheets
b425826de6
Merge pull request #18122 from edx/fsheets/test-doc-vnc
...
Add VNC info to platform testing docs
2018-05-03 13:06:44 -04:00
Alessandro Roux
26ab595983
Merge pull request #18114 from edx/roux/creditrequest_model_retirement
...
EDUCATOR-2658: Adds retire_user to CreditRequest.
2018-05-03 12:13:27 -04:00
Stu Young
7b76ab8a4d
Merge pull request #18023 from edx/estute/TE-2427-reshard-lms4
...
Reshard python unittests
2018-05-03 11:53:32 -04:00
John Eskew
b74d720442
Remove activation keys upon logout of retired user.
2018-05-03 11:41:20 -04:00
Alex Dusenbery
95d5b13714
EDUCATOR-2753 | Add calls to retire secondary user data to the /accounts/retire endpoint.
2018-05-03 11:35:50 -04:00
afzaledx
cc6c95b388
OC-3995
...
Moved the ID string used in the google-site-verification meta tag to settings so that it can be overridden from site_configuration.
2018-05-03 20:34:39 +05:00
Stuart Young
1fd2167144
rebalance python unittests onto new shards
2018-05-03 11:16:05 -04:00
McKenzie Welter
137b9da22b
Merge pull request #18120 from edx/McKenzieW/learner-3830
...
emit ga events for user entitlement session actions
2018-05-03 10:28:38 -04:00
Farhanah Sheets
43fe98eda8
Add VNC info to testing docs
2018-05-03 10:27:21 -04:00
Farhanah Sheets
d19ba1b22a
Merge pull request #18102 from edx/fsheets/sfe-bump
...
Bump studio-frontend to v1.9.4 and fix bokchoy
2018-05-03 10:12:40 -04:00
McKenzie Welter
229e1c96d4
emit ga events for user entitlement session actions
2018-05-03 09:49:01 -04:00
sandroroux
4772dcf631
Adds "retire_user" to CreditRequest.
2018-05-03 09:24:48 -04:00
Alessandro Roux
197f1fb17a
Merge pull request #18012 from edx/roux/oauth2-retire
...
EDUCATOR-2703: adds user retirement to OAuth2 tables
2018-05-03 09:18:56 -04:00
Ari Rizzitano
2809649082
Merge pull request #18115 from edx/ari/cms-textbook-nav
...
add base factory into textbooks factory
2018-05-03 08:24:18 -04:00
Farhanah Sheets
121c47aa4c
Bump studio-frontend to v1.9.4 and fix bokchoy
2018-05-02 21:54:15 -04:00
sanfordstudent
2a367b5075
Merge pull request #18111 from edx/sstudent/EDUCATOR-2689
...
EDUCATOR-2689: retire ManualEnrollmentAudit
2018-05-02 16:30:50 -04:00
Sanford Student
264cec0cea
EDUCATOR-2689: retire ManualEnrollmentAudit
2018-05-02 15:56:00 -04:00
sandroroux
0094443b19
Creates oauth2_retirement_utils file, used it to retire oauth2 data.
2018-05-02 15:55:51 -04:00
Michael Terry
f8b009fecc
Fix extracting i18n from jsx code
...
React code (in jsx files) was not being extracted at all. Fixed this
by updating to edx-i18n-tools 0.4.5.
Also, template literals (feature of es2015) don't work well with
gettext at all. So convert those instances to HtmlUtils or
StringUtils interpolation calls.
FEDX-505
2018-05-02 15:21:45 -04:00
Ari Rizzitano
7489753638
add base factory into textbooks factory
2018-05-02 15:15:16 -04:00
Eric Fischer
2556864bfb
Merge pull request #18106 from edx/efischer/is_it_this_easy
...
Silence deprecation warnings
2018-05-02 14:17:05 -04:00
Alex Dusenbery
2b48649a9e
EDUCATOR-2771 | Adds an LMS API endpoint to retire a user account.
2018-05-02 13:10:03 -04:00
J Eskew
0ffb021c65
Merge pull request #18107 from edx/jeskew/django_upgrade_1_11_13
...
Upgrade Django to 1.11.13
2018-05-02 12:03:32 -04:00
Eric Fischer
4147b72f18
fix is_authenticated mocks
2018-05-02 11:26:27 -04:00
sanfordstudent
a615f2e227
Merge pull request #18103 from edx/sstudent/EDUCATOR-2690
...
EDUCATOR-2690 bugfix
2018-05-02 11:14:01 -04:00
John Eskew
53502a6395
Upgrade Django to 1.11.13
2018-05-02 10:36:33 -04:00
Sanford Student
ea67a49041
EDUCATOR-2690 bugfix
2018-05-02 10:21:57 -04:00
Eric Fischer
e18448e27d
Silence deprecation warnings
...
https://docs.djangoproject.com/en/1.11/releases/1.10/#using-user-is-authenticated-and-user-is-anonymous-as-methods
2018-05-02 10:03:50 -04:00
Jae Bradley
a1869d67f2
Merge pull request #18101 from edx/LEARNER-4717-hook-delete-button-to-logout-api
...
LEARNER 4717: Call Retirement API from Delete Button
2018-05-02 09:34:47 -04:00
jaebradley
22cd505d42
LEARNER-4717 Have delete account modal button make request to deactivation endpoint
2018-05-02 07:50:38 -04:00
Robert Raposa
c516955a79
Merge pull request #18096 from edx/clee/ratelimit
...
Reduce rate limit for enrollment api
2018-05-01 17:22:59 -04:00
David Ormsbee
272a23fbe0
Merge pull request #18020 from edx/ormsbee/mock_publish_mgt_cmd
...
Add simulate_publish management command.
2018-05-01 16:43:08 -04:00
christopher lee
ce47e1f547
Update rate limit for enrollment api
...
LEARNER-5101: The current rate limit was adjusted to be
very high for staff users to account for excessive calls
from the ecommerce service. The ecommerce service has
been updated to not make these calls. This commit intends
to adjust the rate limit to it's original state before the
excessive calls.
2018-05-01 16:01:02 -04:00
Eric Fischer
8bd49da4c1
Merge pull request #18099 from edx/efischer/everything_is_dumb_always
...
Stop doing pointless things
2018-05-01 15:24:49 -04:00
sanfordstudent
41b1f03c78
Merge pull request #18097 from edx/sstudent/EDUCATOR-2690
...
make password history retirable
2018-05-01 15:20:02 -04:00
Simon Chen
0cd4f578ad
Merge pull request #18100 from edx/schen/EDUCATOR-2695
...
Create deletion method for the PendingNameChange model to comply with GDPR
2018-05-01 15:01:46 -04:00
Simon chen
803a396e11
Create deletion method for the PendingNameChange model to comply with GDPR
2018-05-01 14:21:41 -04:00
David Ormsbee
71ef28d3d6
Add simulate_publish management command
...
Prior to this commit, any apps that update their data when courses are
published had to create their own management commands for bootstrapping
or error recovery (e.g. generate_course_overviews,
generate_course_blocks). This is a management command to allow us to
generically simulate a course_publish signal so that any async tasks
that trigger actions off of that can do so without having to each write
their own management commands.
It has a few options to make it more ops friendly:
* Can specify a set of courses, but defaults to all courses in the
modulestore.
* Can specify a set of listeners, so we can bootstrap a new app without
rebuilding everything.
* Can specify a delay between emitting signals so that we don't flood
the queues and block author-initiated publishes from going through in
a timely manner.
* Dry-run mode for a simple preview of what the script will attempt.
2018-05-01 13:53:54 -04:00
Eric Fischer
b7dda32a36
remove tests also
2018-05-01 13:44:55 -04:00
Sanford Student
b752752f4c
make password history retirable
2018-05-01 13:14:46 -04:00
Eric Fischer
23c52d03d7
This isn't used when rendering inline
2018-05-01 12:38:11 -04:00
Stu Young
04d3e9b9af
Merge pull request #18094 from edx/testeng/bokchoy_auto_cache_update_f18a9d4e742f5e646d6176a845c96988e0240754
...
Bokchoy db cache update
2018-04-30 17:01:10 -04:00
edx-cache-uploader-bot
82ac53a4de
Updating db cache
2018-04-30 16:25:16 -04:00
Brittney Exline
5b19309691
Merge pull request #18070 from edx/bexline/sso_id_verification2
...
ENT-945 Using SSOVerifications in ID Verification flow
2018-04-30 14:14:03 -06:00
Rabia Iftikhar
c69faad9a8
Merge pull request #18074 from edx/ri/EDUCATOR-2774-certificate-eligible-column
...
EDUCATOR-2774 add new condition for cert eligible column in grade report
2018-05-01 00:35:44 +05:00