Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove JWT_AUTH_REFRESH_COOKIE Setting depr190 #32647

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
eccb20c
chore: bumping enterprise package version to 3.67.7
alex-sheehan-edx Jun 29, 2023
00defba
fix: missing and broken waffle flag links (#32587)
KristinAoki Jun 29, 2023
78b0c47
feat: ignore v2 xblocks in independence contract (#32602)
connorhaugh Jun 29, 2023
ccf8206
feat: Switch Dockerfile from `npm install` to `npm ci`; some cleanup …
timmc-edx Jun 29, 2023
a7c8942
feat: remove field data binding from the runtime
Agrendalath Jun 2, 2023
a99e8d3
feat: remove `field-data` service from runtime initialization
Agrendalath Jun 20, 2023
b102546
refactor: reuse services and wrappers between XBlocks
Agrendalath Jun 22, 2023
3bac0ee
refactor: remove redundant masquerade handling from runtime initializ…
Agrendalath Jun 27, 2023
74b7e94
fix: improve username generation (#32613)
johnnagro Jun 30, 2023
e131db1
feat: configure acceptable language codes for youtube transcripts
navinkarkera Jun 24, 2023
afc9cde
refactor: Split base.in into kernel.in (required) and bundled.in (opt…
bradenmacdonald Jun 30, 2023
c51aec8
chore(i18n): update translations
Jul 2, 2023
8c1ce41
feat: add pagination in course enrollment list API (#32546)
awais-ansari Jul 3, 2023
7ab619e
docs: Generate rst from the existing swagger docs.
feanil Jun 29, 2023
071cad1
docs: Remove the `api` docs sphinx project.
feanil Jun 29, 2023
9663fbf
docs: Rename swagger.yaml to lms-openapi.yaml
feanil Jun 29, 2023
cb60fbd
test: remove unused helper functions from test_views.py
Jun 23, 2023
0ba9a15
fix: Don't assume there is a context.
feanil Jun 29, 2023
3ff4e5b
feat: added management command to delete expired notifications (#32556)
muhammadadeeltajamul Jul 4, 2023
e8d4098
feat: Upgrade Python dependency django (#32643)
github-actions[bot] Jul 4, 2023
4d82876
feat: added support for translation in notifications (#32626)
muhammadadeeltajamul Jul 4, 2023
262bde0
feat: added endpoint for context needed for recommendations experimen…
JodyBaileyy Jul 4, 2023
f0737de
feat: Remove JWT_AUTH_REFRESH_COOKIE Setting https://github.com/opene…
Jul 5, 2023
c99d46b
chore: bumping enterprise package version to 3.68.1
jajjibhai008 Jul 5, 2023
203c2ee
feat: Upgrade Python dependency edx-enterprise
jajjibhai008 Jul 5, 2023
eda9fee
fix: mathjax resize on sindow resize (#32606)
muselesscreator Jul 5, 2023
04e031d
Refactor rename contentstore xblock services (#32581)
jesperhodge Jul 5, 2023
a478704
feat: add page redirect when mfe flag enabled (#32637)
KristinAoki Jul 5, 2023
de2aaa8
feat: Unpin SAML for upgrade. (#32443)
dianakhuang Jul 5, 2023
4b43068
chore: geoip2: update maxmind geolite country database
Jul 5, 2023
7130e0b
Merge branch 'master' into edx-depr190
Yagnesh1998 Jul 6, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cms/envs/devstack-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ JWT_AUTH:
JWT_AUDIENCE: lms-key
JWT_AUTH_COOKIE_HEADER_PAYLOAD: edx-jwt-cookie-header-payload
JWT_AUTH_COOKIE_SIGNATURE: edx-jwt-cookie-signature
JWT_AUTH_REFRESH_COOKIE: edx-jwt-refresh-cookie
JWT_ISSUER: http://edx.devstack.lms:18000/oauth2
JWT_ISSUERS:
- AUDIENCE: lms-key
Expand Down
1 change: 0 additions & 1 deletion lms/envs/devstack-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ JWT_AUTH:
JWT_AUDIENCE: lms-key
JWT_AUTH_COOKIE_HEADER_PAYLOAD: edx-jwt-cookie-header-payload
JWT_AUTH_COOKIE_SIGNATURE: edx-jwt-cookie-signature
JWT_AUTH_REFRESH_COOKIE: edx-jwt-refresh-cookie
JWT_ISSUER: http://edx.devstack.lms:18000/oauth2
JWT_ISSUERS:
- AUDIENCE: lms-key
Expand Down