Awais Jibran
6205687aea
Merge pull request #23624 from edx/aj/fix-reverse-error
...
Fixes `NoReverseMatch` exception.
2020-04-06 17:07:34 +05:00
Awais Jibran
de3410c733
Move attempt.refresh_from_database call to the tests.
2020-04-06 17:04:58 +05:00
usamasadiq
32a8c33055
Django2.2 Post request update
2020-04-06 16:10:26 +05:00
Zulqarnain
19f63a9682
Post None failure fix
2020-04-06 15:47:47 +05:00
Awais Jibran
4ead215665
Adds retry logic for ss.
...
1. Created a new celery queue with key `SOFTWARE_SECURE_VERIFICATION_ROUTING_KEY`.
2. Added a celery task with retry logic.
3. sorted imports with isort.
4. Changed deprecated `log.warn` => `log.warning`.
2020-04-06 15:16:56 +05:00
Awais Qureshi
d0f3d48881
BOM-1493
...
Fixing model-util issue
2020-04-06 14:26:08 +05:00
Awais Jibran
934e58fb54
Fixes NoReverseMatch exception.
...
`django.urls.exceptions:NoReverseMatch lms.djangoapps.discussion.tasks.send_ace_message`
PROD-1224
2020-04-06 13:41:54 +05:00
Awais Qureshi
1ad6497fec
BOM-1492
...
Before del check they key in list.
2020-04-06 13:27:56 +05:00
Awais Qureshi
7eafc24212
Merge pull request #23619 from edx/awais786/BOM-1463
...
BOM-1463
2020-04-06 13:19:05 +05:00
Ahtisham Shahid
123b2bb0db
Merge pull request #23540 from edx/ahtisham/PROD-1412
...
Removed tech email form error templates
2020-04-06 12:50:44 +05:00
zia.fazal@arbisoft.com
f56235248a
Improved enterprise target regex
...
Improved enterprise target regex to include missing
/enterprise/handle_consent_enrollment/{uuid}/course/ endpoint.
ENT-2710
2020-04-06 12:27:44 +05:00
edX Transifex Bot
662d735c64
fix(i18n): update translations
2020-04-05 17:29:23 -04:00
Awais Qureshi
887a612cc6
Merge pull request #23617 from edx/awais786/BOM-1491
...
BOM-1491
2020-04-05 21:43:38 +05:00
Awais Qureshi
ddfbbbc66b
Merge pull request #23616 from edx/awais786/BOM-1490
...
BOM-1490
2020-04-05 21:42:52 +05:00
Awais Qureshi
789c621de9
Merge pull request #23615 from edx/awais786/BOM-1489
...
BOM-1489
2020-04-05 21:41:56 +05:00
Awais Qureshi
b55e8da882
BOM-1463
...
Adding missing aap.
2020-04-05 21:09:17 +05:00
Awais Qureshi
bdba07a1e2
BOM-1491
...
Group name
Changed in Django 2.2:
The max_length increased from 80 to 150 characters.
2020-04-04 21:48:42 +05:00
Awais Qureshi
9fc3dcb5d6
BOM-1490
...
None is not a valid value for posting.
2020-04-04 21:07:55 +05:00
Awais Qureshi
e66de4e49e
BOM-1489
...
None is not a valid value for posting.
2020-04-04 19:52:18 +05:00
Adam Blackwell
ade9135c7f
Merge pull request #23613 from edx/adzuci/dos-844-revert-prod-1395
...
Revert PROD-1395
2020-04-03 19:07:52 -04:00
Adam Blackwell
bb09c07c68
Revert "Certification verification enabled"
...
This reverts commit 3f1220276d .
2020-04-03 18:57:58 -04:00
Nicholas D'Alfonso
fe8d28bccf
AA fix mobile reset dates banner
2020-04-03 15:22:50 -04:00
David Joy
1b84f815cc
Add is_staff and can_load_course to the CourseInfoSerializer.
2020-04-03 14:17:28 -04:00
Saad Yousaf
dc6b98cbd0
Merge pull request #23598 from edx/saad/PROD-1287-investigation-logs
...
[PROD-1287] - Add investigation logs.
2020-04-03 21:45:22 +05:00
Waheed Ahmed
69181864cc
Fix NoneType object has no attribute backend
...
We were passing unstripped password value to `authenticate_new_user()`
after creating a user which was resulting in password mismatch and
was raising this error.
PROD-656
2020-04-03 21:17:00 +05:00
SaadYousaf
738dbae563
add investigation logs.
2020-04-03 21:13:53 +05:00
Soban Javed
55cb859119
skip tests failing in django2.1 because app is deprecated
2020-04-03 20:36:26 +05:00
Dillon Dumesnil
cd1e5994d8
Merge pull request #23602 from edx/revert-23574-ddumesnil/lms-api-staff
...
Revert "Update the LMS courses API for staff permissions"
2020-04-03 07:46:11 -07:00
Simon Chen
6a2b3bdbee
Add some feedback from edX Support to the Program Enrollment Inspector
2020-04-03 10:44:59 -04:00
Adam Butterworth
8b7ff1ac2a
Eliminate extra has staff access checks
2020-04-03 10:21:06 -04:00
Dillon Dumesnil
9b5ab66ace
Revert "Update the LMS courses API for staff permissions"
2020-04-03 07:18:38 -07:00
Adam Butterworth
4363b1ede0
Refactor public course check to only call if needed
2020-04-03 09:55:28 -04:00
Manjinder Singh
b45ac858ab
Fixing django 2.1 probs in student management commands ( #23587 )
...
* Requiring at least one args in a mutually exclusive group to be set
bulk_change_enrollment requires one of agrs: org or course to be set
for it to function correctly.
* Creating new function to verify initial password hash
Starting with django 2.1, the function is_password_usable no longer checks whether encode
is a valid password created by a django hasher(hasher in PASSWORD_HASHERS setting)
Adding this function to create constant behavior as we upgrade django versions
2020-04-03 09:55:07 -04:00
Uzair Rasheed
9fbae19057
Merge pull request #23544 from edx/refactor_bulk_unenroll
...
Refactor bulk unenroll mgmt cmd
2020-04-03 18:53:00 +05:00
edX Transifex Bot
30ebe42df8
geoip2: update maxmind geolite country database
2020-04-03 09:48:45 -04:00
Adam Butterworth
ff33cc54dd
fix lint error
2020-04-03 09:46:47 -04:00
Michael Terry
72e270982e
Merge pull request #23599 from edx/mikix/upgrade-when
...
Upgrade edx-when to 1.2.0
2020-04-03 09:36:24 -04:00
Michael Terry
5deb18eab1
Upgrade edx-when to 1.2.0
...
This adds django admin access to its models.
AA-93
2020-04-03 09:12:00 -04:00
uzairr
4563b87236
Refactor bulk unenroll mgmt cmd
...
Bulk unenroll command is not supporting unenrolling all the learners
from multiple courses.This PR will enhance this mgmt cmd so that
it can support un-enrollment of learners from multiple courses.
PROD-1347
2020-04-03 17:50:28 +05:00
Nimisha Asthagiri
3a60ef0773
Merge pull request #23588 from edx/arch/django2-student-admin
...
Django2: student admin views permission fix
2020-04-03 08:38:34 -04:00
Ahtisham Shahid
40c83b49fb
conflicts resolved
...
removed extra dependency
2020-04-03 16:22:24 +05:00
hasnain.naveed
4fc1bbaa17
ENT-2675 | Added permission for staff user to change the student's enrollment.
2020-04-03 15:49:18 +05:00
Ahtisham Shahid
9eaeb75df9
Merge pull request #23593 from edx/ahtisham/PROD-1295
...
updated xblock-poll version
2020-04-03 14:56:34 +05:00
Hammad Ahmad Waqas
7bd3900476
Merge pull request #23592 from edx/hammad/ENT-2740
...
ENT-2740 | Flaky tests due to UNIQUE constraint failed on enterprise_enterprisecourseenrollment.id
2020-04-03 14:22:06 +05:00
Ahtisham Shahid
46f792f598
updated xblock-poll version
2020-04-03 13:53:21 +05:00
adeelehsan
6fcf9779b7
Merge pull request #23591 from edx/aehsan/prod-1395/certificate_verification_enabled_for_software_secure
...
Certification verification enabled
2020-04-03 12:56:29 +05:00
HammadAhmadWaqas
c09b382e52
fixing flakiness of tests due to redundant id created by faker.
2020-04-03 12:50:47 +05:00
adeelehsan
3f1220276d
Certification verification enabled
...
Previously software secure was using self sign certificates.
Now they are not using it that's why we are enabling ssl
certificate verfication.
PROD-1395
2020-04-03 11:11:13 +05:00
Nimisha Asthagiri
9c60bd6386
Django2: student admin views permission fix
2020-04-02 19:26:40 -04:00
David Joy
3b6a86bb68
fix: Improving access check in CoursewareInformation view
...
We weren’t using has_access to check user access, which meant we were missing out on a bunch of checks. This PR adds a local _check_access function to CoursewareInformation. Ideally we would add this into access.py, but we’re adding it here for now to avoid any unexpected regressions in editing more commonly used code. This should ultimately be folded into our access system properly.
TNL-7053
2020-04-02 16:00:47 -04:00