Muhammad Adeel Tajamul
96f7e9cd9a
fix: handle new_comment notification edge case ( #33088 )
2023-08-31 16:33:20 +05:00
Muhammad Adeel Tajamul
4efd54a3fd
feat: added new_question_post and new_discussion_post notification ( #33043 )
2023-08-31 14:29:21 +05:00
Awais Qureshi
9db024c435
feat!: upgrading django-storages to 1.11.1
2023-08-31 14:21:24 +05:00
alex-sheehan-edx
081007f95d
feat: Upgrade Python dependency edx-enterprise
...
enterprise version bump
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`
2023-08-30 16:31:41 +00:00
Awais Qureshi
3c76d6644f
Revert "Revert "Revert "feat!: upgrading django-storages to 1.10.1 ( #32571 )" ( #33109 )" ( #33111 )" ( #33113 )
...
This reverts commit 2f8475c307 .
2023-08-30 19:40:32 +05:00
Irtaza Akram
4773f14a41
fix: object has no attribute is_ajax ( #33134 )
2023-08-30 14:18:35 +05:00
Irtaza Akram
09f84e5255
fix: func.__name__ issue ( #33133 )
2023-08-30 14:18:05 +05:00
Awais Qureshi
2f8475c307
Revert "Revert "feat!: upgrading django-storages to 1.10.1 ( #32571 )" ( #33109 )" ( #33111 )
...
This reverts commit 191b825a2c .
2023-08-28 14:46:21 +05:00
Awais Qureshi
191b825a2c
Revert "feat!: upgrading django-storages to 1.10.1 ( #32571 )" ( #33109 )
...
This reverts commit 9281ea4a9a .
2023-08-28 14:05:38 +05:00
Ejaz Ahmad
07de29f721
Merge pull request #33056 from openedx/eahmadjaved/ENT-7542
...
feat: add hook to modify courserun data for executive education courses
2023-08-28 14:04:07 +05:00
Usama Sadiq
a0076c1243
fix: fix django 41 deprecation warnings ( #33099 )
2023-08-28 13:32:39 +05:00
Awais Qureshi
9281ea4a9a
feat!: upgrading django-storages to 1.10.1 ( #32571 )
...
* feat!: upgrading django-storages to 1.10.1
2023-08-28 13:13:28 +05:00
jajjibhai008
fa70214578
feat: add hook to modify courserun data for executive education courses
2023-08-28 11:56:23 +05:00
mubbsharanwar
345ae69bad
fix: move recommendations to edx-recommendations
...
Move recommendations related code to separate plugin edx-recommendations.
VAN-1596
2023-08-28 11:38:43 +05:00
Jenkins
75f24ff513
chore(i18n): update translations
2023-08-27 17:05:27 -04:00
Syed Muhammad Dawoud Sheraz Ali
a4d77003b3
Revert "feat: add skill_tagging plugin configs ( #32932 )" ( #33102 )
...
This reverts commit fc5e7926c1 .
2023-08-25 21:42:30 +05:00
Sameen Fatima
fc5e7926c1
feat: add skill_tagging plugin configs ( #32932 )
2023-08-25 15:04:25 +02:00
Saleem Latif
4136147d58
chore: Added new settings required by edx-enterprise latest version.
2023-08-25 15:40:33 +05:00
Irtaza Akram
0c46334636
fix: ugetext and ngettext deprecation warnings ( #33097 )
2023-08-25 14:58:53 +05:00
Awais Qureshi
63a080885c
feat!: setting AWS_DEFAULT_ACL default value in lms.py. ( #32816 )
...
* feat!: setting AWS_DEFAULT_ACL default value in lms.py.
https://django-storages.readthedocs.io/en/1.10.1/backends/amazon-S3.html
2023-08-24 15:29:23 +05:00
Dmytro
fa45caa138
fix: float " " symbol in the preview_body ( #32484 )
...
Co-authored-by: Edward Zarecor <ezarecor@tcril.org >
2023-08-24 11:12:52 +05:00
Braden MacDonald
f491f5bde8
fix: refactor MakoService to allow specifying template more explicitly (Take 2) ( #33077 )
...
* fix: refactor MakoService to allow specifying namespace per template (#33061 )
* fix: instr. dashboard broken by bulk email reusing HtmlBlock studio_view
* fix: lint issue from unused import
2023-08-23 11:48:06 -07:00
Mubbshar Anwar
6eba79af41
fix: update dashboard recommendations endpoint ( #33072 )
...
- Update recommendations endpoint from learner recommendations to edx recommendations.
- Added docstring to tell contributors that the recommendations related code has been moved to edx-recommendations plugin.
VAN-1596
2023-08-23 16:53:32 +05:00
Moeez Zahid
7ae64a5eb4
refactor: Add logging to mobile_api app ( #33064 )
2023-08-23 16:20:20 +05:00
Feanil Patel
5960840f51
Merge pull request #32496 from ManpraXSoftware/edx-depr31
...
feat: BLOCK_STRUCTURES_SETTINGS['PRUNING_ACTIVE'] toggle removed depr31
2023-08-22 12:58:02 -04:00
Robert Raposa
a3cb678a16
Merge pull request #33069 from openedx/robrap/remove-basic-auth
...
feat!: remove BasicAuthentication default
2023-08-22 09:18:07 -04:00
Usama Sadiq
7710e60328
fix: fix middleware get_response parameter deprecation warning ( #33067 )
2023-08-22 15:52:30 +05:00
bszabo
68e9a03708
Revert "fix: refactor MakoService to allow specifying namespace per template ( #33061 )" ( #33070 )
...
This reverts commit d60cdc2305 .
2023-08-21 16:32:58 -04:00
Robert Raposa
71136240ad
feat!: remove BasicAuthentication default
...
Removed BasicAuthentication as a default from DRF
endpoints that have not overridden the authentication
classes. It appears this is not in use, and was just
implicitly a default because it came from DRF's
defaults.
See DEPR: https://github.com/openedx/edx-platform/issues/33028
2023-08-21 15:45:58 -04:00
Braden MacDonald
d60cdc2305
fix: refactor MakoService to allow specifying namespace per template ( #33061 )
2023-08-21 10:05:38 -07:00
Syed Sajjad Hussain Shah
a0f5eddb6c
fix: update cross product recommendations api endpoint docstring ( #33066 )
...
VAN-1593
2023-08-21 17:29:59 +05:00
Usama Sadiq
3949c73b35
fix: fix request.is_ajax() deprecation warning ( #33055 )
...
* fix: fix request.is_ajax() deprecation warning
2023-08-21 15:59:00 +05:00
Jenkins
e0ba05d657
chore(i18n): update translations
2023-08-20 17:05:35 -04:00
Usama Sadiq
2dba053022
fix: fix django.utils.translations warnings ( #33040 )
...
* fix: fix ugetext and ngettext deprecation warnings
* fix: fix deprecation warnings from html templates
2023-08-18 11:34:56 +05:00
Usama Sadiq
59782fa625
fix: fix is_safe_url and urlquote warnings ( #33041 )
...
* fix: fix is_safe_url and urlquote warnings
* fix: replace urlquote with quote
2023-08-17 16:59:23 +05:00
Usama Sadiq
852246db8c
fix: replace ugettext with gettext ( #33022 )
2023-08-16 17:07:23 +05:00
Muhammad Umar Khan
07fbf3b14b
chore: update pymemcache settings ( #33019 )
2023-08-16 15:17:53 +05:00
edX requirements bot
aca521f256
Merge pull request #32578 from openedx/usamasadiq/remove-language-session-key-usage
...
fix: remove language_session_key usage
2023-08-16 06:05:19 -04:00
Usama Sadiq
4dea331486
fix: fix django4 deprecation warnings ( #32948 )
2023-08-16 11:15:17 +05:00
Soban Javed
c45ac51475
fix: update urls and tests for cookies
2023-08-15 21:28:43 +05:00
UsamaSadiq
e332a5660e
fix: remove language_session_key usage
2023-08-15 21:28:43 +05:00
Robert Raposa
b9134c64ff
feat: add observability for default auth classes ( #33003 )
...
Added new authentication classes to be used in
DEFAULT_AUTHENTICATION_CLASSES that include
observability. This will enable us to see more
about the endpoints using the defaults, to help
us make choices about changes in the defaults.
We make the DRF default of Session and Basic
Authentication explicit by setting
DEFAULT_AUTHENTICATION_CLASSES explicitly.
2023-08-15 10:13:26 -04:00
Jenkins
6a6ac0166c
chore(i18n): update translations
2023-08-14 15:43:08 -04:00
Mohamed Akram
43b22557bb
feat: allow disabling default beta tester enrollment notifications
...
The "Notify users by email" checkbox checks the value of the
`BATCH_ENROLLMENT_NOTIFY_USERS_DEFAULT` configuration to match the user
experience with other checkboxes on the Membership page.
2023-08-14 18:25:28 +02:00
Tim McCormack
f9614533c4
Revert "feat: Pact Provider Verification for Profile Endpoint" ( #32999 )
...
Reverts openedx/edx-platform#32928 -- mistaken merge.
2023-08-14 15:04:19 +00:00
Swayam Rana
bd7f6188d2
Merge pull request #32928 from openedx/sr-pact-provider
...
feat: Pact Provider Verification for Profile Endpoint
2023-08-14 10:13:01 -04:00
Swayam Rana
036fb3ddf7
feat: pact provider profile setup
2023-08-14 13:36:13 +00:00
Yagnesh1998
6967ca6f6e
Merge branch 'master' into edx-depr31
2023-08-08 17:37:25 +05:30
Awais Qureshi
4da29d914d
chore: adding migrations related with django-history. ( #32935 )
2023-08-08 16:04:06 +05:00
Awais Qureshi
52bdb70438
chore: Adding new migrations. These are coming due to django-simple-history ( #32927 )
2023-08-08 14:42:09 +05:00