Diana Huang
bf7dad15e4
Remove microsite djangoapp except migrations and configuration.
2019-08-16 09:42:57 -04:00
Alex Dusenbery
fd539e4001
Don't jam LOGIN_REDIRECT_WHITELIST into devstack_docker settings, we already define it in devstack (and we read private.py from devstack).
2019-08-09 12:04:58 -04:00
Ayub
45ab1fec53
Merge pull request #21316 from edx/BOM-70-1
...
BOM-70
2019-08-09 20:19:18 +05:00
Cory Lee
a8fd936d27
Delete enterprise reporting secret because I believe it is not used anywhere ( #21309 )
2019-08-08 13:00:57 -04:00
Ayub khan
3b074323b8
BOM-70
...
-Remove Depricated View and tests
2019-08-08 21:32:42 +05:00
Ayub
26a1445c93
Revert "BOM-70"
2019-08-08 17:39:45 +05:00
adeelehsan
3136b3ecd3
Removed google api key from github
...
Prod-349
2019-08-08 02:12:21 +05:00
Zachary Hancock
90c9103a89
command to remove social auth users ( #21280 )
...
remove social auth users command
2019-08-06 15:48:19 -04:00
Ayub khan
c965e13c73
BOM-70
...
-Removed Submit-feedback View
-Removed related tests
-Removed help_modal.html
-Removed help_modal.html test
-Removed zendesk from requirements
-Updated requirements
2019-08-05 13:38:46 +05:00
Usama Sadiq
2484c3118e
Merge pull request #21273 from edx/usama/learner-6735-help-center-language
...
Spanish Help Center Page Update
2019-08-02 15:06:29 +05:00
usama sadiq
aa8003baeb
Added check to exclude OpenEdx
...
Added check to only apply the changes for
edx.org help center pages.
2019-08-02 12:05:54 +05:00
Calen Pennington
2d1eb9923f
Convert a has_access check into a bridgekeeper rule
...
This reverts commit 5e8f90caa1 .
2019-07-30 12:02:24 -04:00
Calen Pennington
5e8f90caa1
Revert "Convert a has_access check into a bridgekeeper rule"
2019-07-29 11:38:26 -04:00
Calen Pennington
7fba761050
Convert a has_access check into a bridgekeeper rule
2019-07-26 11:41:30 -04:00
George Babey
82a010b3b2
Merge pull request #21202 from edx/hammad/WL-1951
...
WL-1951 | White Label: MITxPRO Footer Links Not Working
2019-07-25 09:45:40 -04:00
Calen Pennington
1823d9f098
Add django app for running Coverage who-tests-what in bokchoy
2019-07-24 10:13:46 -04:00
Hammad Ahmad Waqas
22b650741b
reverting changes in MKTG_URL_LINK_MAP
2019-07-24 18:14:09 +05:00
Feanil Patel
e51fae3784
letters doesn't exist in python 3.6
...
Use `ascii_letters` instead which is a reasonable alternative for our
usecases.
2019-07-19 09:48:10 -04:00
nadeemshahzad
4a93420946
defaults to common.py CMS
2019-07-17 12:04:20 +05:00
DawoudSheraz
c78779949e
update login lockout params
2019-07-12 14:01:14 +05:00
Waheed Ahmed
eead45987f
Merge pull request #21087 from edx/waheed/PROD-433-add-student-support-role
...
Add system wide student support role.
2019-07-12 12:30:08 +05:00
Troy Sankey
5b6b853ec0
Add discovery to the list of devstack logout URIs
2019-07-11 11:53:49 -04:00
Waheed Ahmed
41e8f31765
Add system wide student support role.
...
Created a data migration to add system wide student support
role, also registered SystemWideRoleAssignment into Django
admin.
PROD-433
2019-07-11 20:03:23 +05:00
Zainab Amir
92c7a43011
Add system_wide_roles app and roles classes ( #20935 )
...
* New system_wide_roles app added in openedx/core/djangoapps
* Added SystemWideRole and SystemWideRoleAssignment classes to govern
non-enterprise system wide roles
PROD-424
2019-07-10 11:33:33 +05:00
Amit
7dfb73c7a6
INCR-483: Make compatible with Python 3.x without breaking Python 2.7 support ( #20795 )
...
* reword INCR-483: Make compatible with Python 3.x without breaking Python 2.7 support
pick INCR-483: Re-run isort for lms/envs/test.py
INCR-483: change import order
INCR-483: PyLint fixes
* INCR-483: Fixes useless suppression
* INCR-483: Remove unused get_swagger_view
2019-07-02 12:54:34 -04:00
adeelehsan
2d369490dd
Flag added to load limited courses on Dashboard
...
Dashboard is set to load 250 courses instead of
all the courses. A flag is also added to change
the number the courses to load.
PROD-204
2019-06-28 22:51:41 +05:00
Michael Youngstrom
139cdb8ba2
Switch testing from ecs to ec2 ( #20846 )
2019-06-27 22:04:02 -04:00
Feanil Patel
c5b86eb5c7
Merge pull request #20384 from open-craft/symbolist/video-xblock
...
VideoModule to VideoBlock [SE-602]
2019-06-27 16:23:00 -04:00
Ned Batchelder
aa13a634a6
Merge pull request #20821 from edx/nedbat/drf-yasg
...
Upgrade djangorestframework and install drf-yasg to get better OpenAPI support
2019-06-25 13:49:13 -04:00
Nadeem Shahzad
441d2e44b9
Merge pull request #20818 from edx/nadeem/OPS-4041
...
Defaults to common.py lms (OPS-4041)
2019-06-25 18:47:12 +05:00
nadeemshahzad
993a21181a
defaults to common.py
2019-06-25 13:01:29 +00:00
Adeel Khan
298d3554fe
Fix templates for XSS code injection via translations
...
This would patch all templates (django/mako)
for a possible XSS code injection via
translation files by html escaping them..
LEARNER-4632
2019-06-25 14:22:42 +05:00
Mushtaq Ali
07addf5f22
Merge pull request #20853 from edx/mushtaq/fix-csrf-referer-not-trusted
...
Add CSRF_TRUSTED_ORIGINS settings
2019-06-24 16:18:10 +05:00
Ned Batchelder
b3a731550c
Fix problems that drf-yasg uncovered.
...
These were originally fixed individually, but had to be reverted, and
are now combined in one commit. The originals were:
7b9040f6b0 This enum was backwards
8774ff1f9b Use ref_name to disambiguate serializers that drf-yasg would otherwise assume are the same.
8a44397139 Is this field missing because it is None?
4a1154a7ca Give a safer buffer for clearing the rate limiting
64c47856dd DRF 3.7.4 changed how you delegate to another view, so don't
7359ca4fb2 Is this right? It fixes two tests
fdd66e5390 Adjust the expected error message for DRF 3.7.7
9257f68fd8 The default TIME_ZONE should be UTC
2019-06-21 18:04:15 -04:00
Ned Batchelder
2e9cae46cb
Add drf-yasg
...
* Install drf-yasg
* Add drf-yasg settings and urls
* Pin drf to make drf-yasg work
* Adjust config-models version to be compatible
* Remove django-rest-swagger (the old way)
2019-06-21 17:47:26 -04:00
Manjinder Singh
a787cd51cf
Merge pull request #20801 from edx/msingh/INCR-482
...
INCR-482: ran python modernization and isort
2019-06-21 11:10:37 -04:00
Usman Khalid
0b27c62ca6
Convert VideoModule to VideoBlock.
...
Some deprecated functionality has been removed:
- Reading data field and transforms being applied in the init() method.
- The source field.
- The source_visible attribute.
2019-06-20 22:12:39 +05:00
Mushtaq Ali
d9a67496ff
Add CSRF_TRUSTED_ORIGINS settings to successfully make POST requests from edx-learner-portal to edx-platform - ENT-2025
2019-06-19 16:04:24 +05:00
msingh
215dde1eca
Fixing error introduced by formatter
2019-06-12 10:55:32 -04:00
msingh
7e26fa3823
Fixing quility test
2019-06-12 10:42:48 -04:00
Ned Batchelder
39c7a2db7c
Revert "Use drf-yasg for Open API documentation"
2019-06-11 16:05:00 -04:00
msingh
f441a262cd
INCR-482: ran python modernization and isort
2019-06-11 15:20:37 -04:00
Ned Batchelder
756dd88691
Merge pull request #20393 from edx/nedbat/drf-yasg
...
Use drf-yasg for Open API documentation
2019-06-11 13:58:13 -04:00
edx-pipeline-bot
de5d25eccc
Merge pull request #20794 from edx/private_to_public_55dd3e1
...
Mergeback PR from private to public.
2019-06-11 19:17:13 +05:00
Ned Batchelder
9257f68fd8
The default TIME_ZONE should be UTC
...
In production, we use UTC as the time zone. DRF 3.7.7 now puts all
times in the currently set timezone where it used to use UTC. By
setting TIME_ZONE to UTC, we keep the same results we used to get.
In a few places, we had to change the expected test results to be UTC.
2019-06-10 15:27:39 -04:00
Ned Batchelder
5985480409
Add drf-yasg
...
* Install drf-yasg
* Add drf-yasg settings and urls
* Pin drf to make drf-yasg work
* Adjust config-models version to be compatible
* Remove django-rest-swagger (the old way)
2019-06-10 15:27:38 -04:00
Thomas Tracy
f0ecc938ef
Add IdentityServer3 Backend ( #20275 )
...
* Add IdentityServer3 Backend
This adds a backend for users who want to use IdentityServer3 as their
SSO provider. It can be used with the OAuth2ProviderConfig in django
admin to point to an external provider.
2019-06-07 09:38:46 -04:00
Zia Fazal
504decf345
Bumped edx-enterprise version and added cornerstone app
2019-05-29 14:21:09 +05:00
Zainab Amir
3eb13ae7ac
Merge pull request from zamir/LEARNER_7313_move_command_arguments_to_common_settings
...
Move command arguments to common settings
2019-05-29 10:39:49 +05:00
Nimisha Asthagiri
01ccd877e6
Merge pull request #20702 from edx/bom/enrollment-readme
...
Enrollments README and refactor
2019-05-28 16:58:27 -04:00