Dave St.Germain
003d7faac2
Merge pull request #23728 from edx/dcs/dashboard
...
Refactor instructor dashboard access
2020-04-27 10:25:20 -04:00
Feanil Patel
f1da88813a
Merge pull request #23811 from edx/feanil/update_settings_docs
...
Update some really out of date docs for settings.
2020-04-27 10:19:48 -04:00
adeel khan
6a5e2807ba
Merge pull request #23817 from edx/transifex-bot-update-translations2020-04-27
...
fix(i18n): update translations
2020-04-27 18:08:02 +05:00
Waheed Ahmed
dca50aacc3
added tests for revoke program cert task
2020-04-27 16:35:36 +05:00
Waheed Ahmed
6a7dc067da
Add revoke program certificate task.
...
Upon invalidating course certificate, revoke related program certificates
as well.
PROD-1271
2020-04-27 16:35:36 +05:00
edX Transifex Bot
ee611d623c
fix(i18n): update translations
2020-04-27 11:21:00 +00:00
Feanil Patel
f5da00641b
Update some really out of date docs for settings.
2020-04-24 15:33:05 -04:00
Awais Jibran
158b99f1c9
Short Circuit Digest preferences call on Discussion Home Page
2020-04-24 16:00:46 +05:00
Robert Raposa
5de9eed420
ARCHBOM-1093: Fix unit test enable-migrations ( #23789 )
...
* fix old migrations
* fix a test
* fix enable-migrations cmd argument
* enhance verbose logging to log migrations
* update testing doc with help
2020-04-23 14:04:29 -04:00
Awais Jibran
465d864c77
Adds settings for celery task auto discovery
2020-04-23 12:52:16 +05:00
stvn
ed543de5fb
Merge PR #23779 courseware-api offer banner
...
* Commits:
Get upgrade offer banner HTML in courseware API
2020-04-22 15:37:52 -07:00
stvn
0fa6099802
Get upgrade offer banner HTML in courseware API
...
for use in the Learning MFE.
2020-04-22 14:14:55 -07:00
Feanil Patel
db4fd4525e
Don't explicitly set the email backend in production.py
...
We shouldn't be explicitly setting this here. It's already set in all of
our override files and not everyone who wants to use production.py wants
to use SES so we shouldn't hardcode it here.
Also move the other settings to above the config loading so that all
config can be overridden by the config file.
2020-04-22 11:20:46 -04:00
Dave St.Germain
7336ea91fe
This refactors instructor dashboard access to use Bridgekeeper permissions and allows the Data Researcher course/org role to access only the data downloads tab of the dashboard.
...
TNL-7176
2020-04-22 11:06:08 -04:00
edX Transifex Bot
4f1979dfd4
fix(i18n): update translations
2020-04-22 09:17:11 -04:00
Albert (AJ) St. Aubin
5e3a5d8bb8
Merge pull request #23753 from edx/aj/jwt_issuer
...
Config changes to get the JWT token working with MFEs again
2020-04-22 08:10:23 -04:00
edX Transifex Bot
960ba3fe4d
fix(i18n): update translations
2020-04-22 04:36:16 -04:00
adeel khan
d8cd19e099
Merge pull request #23770 from edx/adeel/prod_1438_fix_fa_page
...
Fixes translations for financial assistance page
2020-04-22 12:42:31 +05:00
Albert (AJ) St. Aubin
aeef139843
Config changes to get the JWT token working with MFEs again
2020-04-21 20:20:36 -04:00
Feanil Patel
5233fd3bc5
Merge pull request #23756 from edx/feanil/remove_redundant_loading
...
Remove redundant settings.
2020-04-21 14:11:53 -04:00
Farhanah Sheets
d189f0d854
Merge pull request #23755 from edx/julianajlk/PROD-1480/contactus-alert-banner
...
Add alert banner to Contact Us Page
2020-04-21 10:54:12 -04:00
Farhanah Sheets
d229240363
Merge pull request #23752 from edx/julianajlk/PROD-1482/change-cta
...
Update CTA text for Contact Us Page
2020-04-21 10:53:27 -04:00
Farhanah Sheets
602ebfaf1c
Merge pull request #23757 from edx/fsheets/contact-us-hackathon-2
...
Update wording for clarity and bug fix for API expectations
2020-04-21 10:49:44 -04:00
Adeel Khan
67ec1d703c
Fixes translations for financial assistance page
...
PROD-1438
2020-04-21 17:16:48 +05:00
AsadAzam
db7ddf10f2
Merge pull request #23768 from edx/asad/prod-1394-fix
...
Fixed error message check on 403
2020-04-21 14:18:47 +05:00
Alex Dusenbery
f40bb34ce7
For course grade and problem grade reports, clear course enrollment caches after each batch of users is processed.
2020-04-20 14:19:54 -04:00
George Babey
5d62456250
Merge pull request #23671 from open-craft/jill/samesite-cookies
...
SE-2320 Adds django-cookies-sameseite middleware
2020-04-20 13:15:26 -04:00
asadazam93
b0cb5bb1e7
Fixed error message check on 403
2020-04-20 16:17:25 +05:00
edX Transifex Bot
e876286364
fix(i18n): update translations
2020-04-19 17:19:13 -04:00
Michael Roytman
bf713570d5
Merge pull request #23720 from edx/mroytman/MST-184-enrollments-linking-course-staff
...
Realize CourseAccessRoles for a user when an LMS user is linked to th…
2020-04-18 10:42:54 -04:00
Michael Roytman
316e76f7e9
realize CourseAccessRoles for a user when an LMS user is linked to their external_user_key
2020-04-17 18:16:58 -04:00
Kyle McCormick
29932a986e
Add APIView for ID verification status ( #23760 )
...
For Hackathon XXIV IDv page overhaul.
2020-04-17 17:20:29 -04:00
Feanil Patel
791666fb7e
Remove redundant settings.
...
Now that we autoload most keys directly from the yaml file into the
settings context. We don't need boilerplate of the form:
KEY = ENV_TOKENS.get('KEY', KEY)
KEY = AUTH_TOKENS.get('KEY', KEY)
which tries to get the value of KEY from the config file but if it's not
there it pulls it from the defaults found in common.py
2020-04-17 15:55:12 -04:00
Nick
03ea899f35
Merge pull request #23758 from edx/ndalfonso/prod-1481-contact-hr
...
PROD-1841 contact hr
2020-04-17 15:16:02 -04:00
Nicholas D'Alfonso
12eac14aa0
PROD-1841 contact hr
...
- add horizontal rule to contact us page
2020-04-17 14:41:17 -04:00
Farhanah Sheets
ed25895267
Update wording for clarity and bug fix for API expectations
2020-04-17 13:53:51 -04:00
julianajlk
93ec48a910
add persistent alert banner to Contact Us page
2020-04-17 13:01:58 -04:00
Farhanah Sheets
ec5a388ebc
Revert "Update wording on Contact Us page"
2020-04-17 11:35:02 -04:00
julianajlk
f5a1f07548
update submit cta
2020-04-17 09:49:30 -04:00
Ahtisham Shahid
3ce73a4166
Merge pull request #23700 from edx/ahtisham/PROD-1295
...
Fixed reference error in poll task
2020-04-17 18:09:40 +05:00
adeelehsan
c76482ad81
Merge pull request #23646 from edx/aehsan/prod-1395/verification_enabled_for_software_secure
...
Verification enabled for the software secure
2020-04-17 13:07:56 +05:00
adeelehsan
0e3bf36ced
Verification enabled for the software secure
...
PROD-1395
2020-04-17 12:26:12 +05:00
Farhanah Sheets
d0decc3da2
Merge pull request #23744 from edx/fsheets/contact-us-hackathon
...
Update wording on Contact Us page
2020-04-16 15:58:23 -04:00
Farhanah Sheets
49398566e1
Update wording on Contact Us page
2020-04-16 14:10:57 -04:00
Jeremy Bowman
00adba695c
Stop logging deprecation warnings outside devstack ( #23742 )
...
The upgrade to Django 2.2 has caused a spike in production logging due to RemovedInDjango30Warning deprecation warnings. For now, turn off logging of DeprecationWarning, ImportWarning, and PendingDeprecationWarning whenever we're using WSGI (they'll continue to be logged in devstack). We may eventually want this behind an easily flipped toggle, but for now just remove it to get this resolved quickly.
2020-04-16 13:54:07 -04:00
Jillian Vogel
865656a7d7
Makes the DCS_SESSION_COOKIE_SAMESITE_* settings configurable from the environment.
2020-04-16 13:45:12 +09:30
Farhanah Sheets
88f47bd320
Merge pull request #23726 from edx/fsheets/contact-us-time
...
Update success message for contact us page
2020-04-15 15:00:32 -04:00
Farhanah Sheets
3eada3d224
Update success message
2020-04-15 14:24:23 -04:00
stvn
aa1d0a54c7
Merge PR #23709 stv/mfe/learning/audit-access-expiration
...
* Commits:
Add audit access expiration message to courseware_api
2020-04-15 11:05:45 -07:00
Kyle McCormick
18b4f50492
Rename settting PROGRAM_{MANAGER->CONSOLE}_MICROFRONTEND_URL ( #23723 )
...
Th micro-frontend was renamed.
MST-173
2020-04-15 12:06:07 -04:00