Jansen Kantor
0ec8939eac
fix: owner -> owners ( #32016 )
2023-03-31 14:49:18 +00:00
Rebecca Graber
d8769e8347
feat: switch order of removal of revoked and expired tokens in dot cleanup ( #32010 )
2023-03-30 12:34:00 -04:00
Jansen Kantor
2f64020259
feat: get info from catalog service ( #32009 )
2023-03-30 12:01:51 -04:00
Attiya Ishaque
bb9d0b27c0
fix: fix subject email and body html code ( #31995 )
2023-03-30 16:00:11 +05:00
Ahtisham Shahid
906744e86b
fix: added delay in topic creation task ( #32008 )
2023-03-30 14:57:31 +05:00
Syed Sajjad Hussain Shah
6469077a47
feat: send skipRegistrationForm with providers ( #32001 )
...
VAN-1318
Co-authored-by: Syed Sajjad Hussain Shah <syed.sajjad@H7FKF7K6XD.local >
2023-03-30 13:58:06 +05:00
Jenkins
3bacb42d29
chore: geoip2: update maxmind geolite country database
2023-03-29 16:58:41 -04:00
Alexander J Sheehan
f6cb7205f0
Merge pull request #32005 from openedx/asheehan-edx/bumping-enterprise-version-3.61.8
...
chore: bumping enterprise version 3.61.8
2023-03-29 15:56:49 -04:00
Alex Sheehan
73b2c3275f
chore: bumping enterprise version 3.61.8
2023-03-29 18:24:14 +00:00
Jesper Hodge
44334105cd
docs: add adr for hybrid approach ( #31979 )
2023-03-29 13:02:20 -04:00
Saad Ali
14e122f37c
fix: retire_user mgmt cmd to handle string and bytes inputs
2023-03-29 15:24:13 +05:00
Ahtisham Shahid
87eedbc6c6
fix: resolved issue with topic creation in rerun ( #31993 )
2023-03-29 14:16:53 +05:00
Jansen Kantor
da1982f432
fix: get marketing url from overview, with override ( #31998 )
...
* fix: get marketing url from overview, with override
* style: quality
2023-03-28 16:02:36 -04:00
Saad Ali
96ff100e9b
chore: Update retire_user management command ( #31966 )
...
This update brings a django admin interface to upload a CSV file using the file access api. The management command is updated to access the uploaded files to retire users.
2023-03-27 15:20:35 -04:00
Leangseu Kim
4e1ec05d9a
chore: remove resume last course
2023-03-27 11:49:38 -04:00
Jenkins
be3f83cb25
chore(i18n): update translations
2023-03-26 17:03:56 -04:00
Felipe Montoya
f4bb83b22b
fix: typo in the documentation for hooks that prevented the rst rendering ( #31984 )
2023-03-24 15:08:00 -04:00
Jansen Kantor
7f5320183d
fix: change video embed url ( #31988 )
...
* fix: change video embed url
* fix: trailing slash
2023-03-24 13:47:46 -04:00
Rebecca Graber
cc75c37f21
feat: add additional logging to edx-clear-expired-tokens ( #31986 )
2023-03-24 11:57:44 -04:00
k8
5f244938b5
Merge pull request #31959 from openedx/katebygrace/PSRE-2274-bump-requirements
...
fix: add logging of both emails
2023-03-24 11:16:21 -04:00
Jansen Kantor
d277cc0eb1
fix: video share page visual issues ( #31974 )
...
* fix: video share page visual issues
* fix: better video sizing
* fixup! fix: better video sizing
* docs: comment explaining width funkiness
2023-03-24 10:59:38 -04:00
Mubbshar Anwar
773f97d324
refactor: Reduce redundant code ( #31975 )
...
Move recommendations related code to learner_recommendations app.
VAN-1310
2023-03-24 16:18:57 +05:00
Ahtisham Shahid
2bb71390e5
fix: resolved discussions data issue in course re-run ( #31953 )
...
* fix: resolved disucssions data issue in corse re-run
* fix: resolved linter issues
* refactor: added comment in task
2023-03-24 11:49:43 +05:00
Muhammad Adeel Tajamul
198103635c
fix: remove discussion xblocks from unit children ( #31964 )
2023-03-24 08:05:45 +05:00
Jansen Kantor
035bd6ae2d
fix: allow iframe embed v2 ( #31983 )
2023-03-23 14:42:52 -04:00
Jansen Kantor
150c4cb836
fix: droppable must be less than total ( #31972 )
2023-03-23 11:17:55 -04:00
Jansen Kantor
c319b55f9c
fix: xframe options ( #31981 )
2023-03-23 10:22:41 -04:00
Rebecca Graber
1ae9ed0144
feat: remove revoked tokens before expired ones in edx_clear_expired_tokens ( #31973 )
2023-03-23 08:03:03 -04:00
connorhaugh
2d4a1b3623
feat: add drag-and-drop v2 as bug green button ( #31980 )
...
Adds a big green button for the drag-and-drop-V2 xblock, as it is no longer hidden in the "problem" section.
2023-03-22 16:51:56 -04:00
alangsto
6ca5ea0c81
fix: update exams service url ( #31977 )
2023-03-22 10:51:33 -04:00
Jeremy Ristau
ef0a7bc50f
Merge pull request #31671 from raccoongang/lunyachek/fix/cosmetic-fix-units-hover-tooltips-studio
...
fix: Fix units hover tooltips in studio which are overlapping by other page content
2023-03-21 14:42:13 -04:00
Collin Preston
831a8bcc36
feat: add course mode expiration explicit to admin ( #31289 )
...
* feat: add course mode expiration explicit to admin
Adds a checkbox for defining the expiration_datetime_is_explicit to the course_mode Django admin screen.
* fix: Change labels to use "lock"
* fix: increment migration name number
* fix: delete migration
delete the migration and recreate in the next commit
* fix: add back migration
Add back the migration to hopefully fix strange failing test.
* fix: fix failing test
2023-03-21 10:46:52 -04:00
Diana Huang
373d3d58b6
feat: Add wrapper to saml auth_complete. ( #31933 )
...
We would like to catch an error in SAML auth so that
we can handle it better in our observability. This
catches the original generic error and raises it as a more
specific one.
https://github.com/edx/edx-arch-experiments/issues/154
2023-03-20 12:04:16 -04:00
Moeez Zahid
a0eeb35151
refactor: Resume-able Apple migration mgmt cmds ( #31954 )
2023-03-20 13:02:59 +05:00
Jenkins
a76df6ec57
chore(i18n): update translations
2023-03-19 17:03:54 -04:00
katebygrace
bf9ea70c4b
fix: add logging of both emails
...
PSRE-2274
2023-03-17 17:26:40 -04:00
Zachary Hancock
c352d97a05
feat: edx-proctoring version update ( #31958 )
2023-03-17 13:52:20 -04:00
Ghassan Maslamani
8b81e51ad7
chore: remove unused pkg (extract-text-webpack-plugin) ( #31889 )
...
This pkg isn't used since 5 years ago
This PR openedx/edx-platform/pull/17417 revert it's usage
2023-03-17 11:23:22 -04:00
Awais Qureshi
a899d28b6d
chore: upgraing boto3 and botocore versions. ( #31925 )
2023-03-17 18:01:25 +05:00
Syed Sajjad Hussain Shah
278dbba646
fix: fix CS50 enrollment and filtering issue for recommendations ( #31916 )
...
VAN-1314
Co-authored-by: Syed Sajjad Hussain Shah <syed.sajjad@H7FKF7K6XD.local >
2023-03-17 10:04:09 +05:00
Kyle McCormick
463b64d349
docs: tweak webpack config design in assets ADR ( #31949 )
...
Follow-up from:
https://github.com/openedx/edx-platform/pull/31790#discussion_r1110202654
Part of DEPR:
https://github.com/openedx/edx-platform/issues/31895
2023-03-16 16:25:23 -04:00
Nathan Sprenkle
4d999ed3f7
feat: add organization logo to public video page ( #31922 )
...
* feat: add org logo to public video page
Refactors CTA banner slightly to allow for left org logo float.
* fix: hide org logo if not provided
* test: add tests for org logo
2023-03-16 10:35:02 -04:00
Jansen Kantor
b6ba32830a
feat: add endpoint to tell if video sharing feature is enabled for a course ( #31931 )
...
* feat: add endpoint to tell if video sharing feature is enabled for a course
* feat: create video setting endpoint
* feat: move toggle out of lms
* docs: update toggle location in comment
* docs: fix toggle annotation
2023-03-16 09:51:05 -04:00
Leangseu Kim
5c47374483
test: behavior test for public video xblock
2023-03-15 16:02:35 -04:00
Matt Hughes
8fcca00489
feat: add options for each oauth table being cleared
...
currently our attempts to clear these tables is cronically failing due
to an unnecessarily huge join for the very first query
I have a suspicion that the performance of this join would improve if
we deleted records from any tables beyond just the first listed here
2023-03-15 14:32:28 -04:00
Troy Sankey
4d133c4348
Merge pull request #31929 from openedx/pwnage101/ENT-6913
...
chore: prevent enterprise-{access,subsidy} from being excessively throttled
2023-03-15 08:44:04 -07:00
Zia Fazal
e9ffe99a10
feat: added caliper and xapi externalId types ( #31919 )
2023-03-15 15:01:53 +05:00
Troy Sankey
f085bfd94f
chore: prevent enterprise-{access,subsidy} from being excessively throttled
...
The enterprise-access and enterprise-subsidy IDAs should be given a
greater latitude for repeatedly calling enterprise API endpoints.
ENT-6913
2023-03-14 20:18:43 -04:00
Alexander J Sheehan
33de5aad1a
Merge pull request #31923 from openedx/asheehan-edx/bump-enterprise-3.61.7
...
chore: bumping enterprise version 3.61.7
2023-03-14 09:00:45 -04:00
Alex Sheehan
ddadb3ddff
chore: bumping enterprise version 3.61.7
2023-03-13 21:57:03 +00:00