Ahtisham Shahid
c2383fa0b5
feat: Show notification types with respect to user form roles ( #33927 )
2024-01-02 15:09:50 +05:00
SaadYousaf
8a9e19ad8f
temp: add temporary logs for course wide notifications
2023-12-29 16:53:39 +05:00
SaadYousaf
2d353f5594
feat: move new forum content creation notifications to use course wide notification event
2023-12-20 14:25:00 +05:00
SaadYousaf
fed784a664
feat: add course wide notification event for notifications having wider audience
2023-12-04 15:46:12 +05:00
Ahtisham Shahid
7165bb528b
feat: updated filter logic to send notifications ( #33743 )
...
* feat: updated filter logic to send notifications
2023-11-21 13:35:36 +05:00
Muhammad Adeel Tajamul
3fc8e5a9fb
test: added tests for send_notification ( #33728 )
2023-11-21 12:22:05 +05:00
Muhammad Adeel Tajamul
1806b290b8
fix: course wide preferences are visible when patch call is sent ( #33726 )
2023-11-16 14:41:28 +05:00
Muhammad Adeel Tajamul
bee0a98613
feat: added new thread notifications behind new course wide waffle flag ( #33602 )
2023-11-07 11:47:43 +05:00
Muhammad Adeel Tajamul
44b62cafe7
fix: notification audience was not filtering users with no preference ( #33625 )
2023-11-01 09:32:35 +05:00
Muhammad Adeel Tajamul
808390ace8
fix: sender list was empty in notification generated event ( #33590 )
2023-10-26 06:49:20 +05:00
Ahtisham Shahid
5009d052e5
chore: added debug logs to notifications filters ( #33568 )
2023-10-24 14:42:38 +05:00
Muhammad Adeel Tajamul
07ae24aaab
feat: added sender_id to notification generated events ( #33544 )
2023-10-24 11:09:00 +05:00
Ahtisham Shahid
e9323737c3
fix: updated , notification config name from filter to filters ( #33557 )
2023-10-23 16:29:34 +05:00
Feanil Patel
7202c22e1d
Merge pull request #33373 from openedx/feanil/update_password_length_default
...
feat: Update the minimum password length.
2023-10-17 10:08:15 -04:00
Ahtisham Shahid
90b039273d
feat: added audit track expiry filter in notifications ( #33381 )
...
* feat: added audit track expiry filter in notifications
2023-10-13 11:23:30 +05:00
Ahtisham Shahid
4acd6c22b3
chore: updated version of notifications pref ( #33486 )
2023-10-13 10:35:41 +05:00
Feanil Patel
64e91d4080
test: Update to an even longer password.
2023-10-12 10:31:13 -04:00
Ahtisham Shahid
22e2a23b9f
feat: add new notifiction type for discussions post followers ( #33009 )
...
feat: added model for subscription
feat: added logic for notifaction to followers
2023-10-12 13:03:02 +05:00
Feanil Patel
1e2ea85372
test: Update more tests that had short passwords.
2023-10-10 16:36:26 -04:00
Muhammad Adeel Tajamul
29c83ca56b
feat: notifications and preferences will be created in batches ( #33418 )
2023-10-06 16:27:22 +05:00
Ahtisham Shahid
c7c2d916de
Revert "chore: added log to track changes in user notification pref ( #33237 )" ( #33334 )
...
This reverts commit 90ca72a34e .
2023-09-26 14:27:59 +05:00
Muhammad Adeel Tajamul
8c9232ace9
feat: updated notification admin ( #33320 )
2023-09-25 11:14:32 +05:00
Ahtisham Shahid
202e79093c
fix: Integraty error in enrollments api ( #33265 )
2023-09-15 17:41:20 +05:00
Muhammad Adeel Tajamul
5fcad886cb
fix: notification tray icon was not visible to non-verified users ( #33247 )
2023-09-15 16:14:24 +05:00
Ahtisham Shahid
6ff8e42bba
fix: removed user object from logs ( #33264 )
2023-09-15 07:44:26 +00:00
Ahtisham Shahid
90ca72a34e
chore: added log to track changes in user notification pref ( #33237 )
...
* chore: added log to track changes in user notification pref
2023-09-14 13:31:00 +05:00
SaadYousaf
ca9b008a46
fix: fix notification generated event to include only users with preferences enabled.
2023-09-11 17:19:54 +05:00
SaadYousaf
d4fbc3037c
fix: make updates to notification related events
2023-09-11 11:49:40 +05:00
Muhammad Adeel Tajamul
e524af5c7c
feat: added notification_expiry_days in notification count api ( #33187 )
2023-09-07 13:54:54 +05:00
SaadYousaf
8742edbf7a
fix: fix course_key param for generated notification event
2023-09-06 17:22:45 +05:00
SaadYousaf
afbd680a33
fix: move notification generation event within task
2023-09-05 13:48:17 +05:00
SaadYousaf
376135ca73
fix: fix notification generated event, and add notification tray opened event
2023-09-01 14:32:51 +05:00
Muhammad Adeel Tajamul
96f7e9cd9a
fix: handle new_comment notification edge case ( #33088 )
2023-08-31 16:33:20 +05:00
Muhammad Adeel Tajamul
c1b28c35f8
feat: make notification type info translateable ( #33071 )
2023-08-31 15:20:06 +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
Kira Miller
776f4bf94e
feat: adding unenrollments to event bus ( #33085 )
...
* feat: adding unenrollments to event bus
* fix: quality fixes
* fix: tweaks to pass tests
* fix: more tweaks for testing
---------
Co-authored-by: John Nagro <jnagro@edx.org >
2023-08-28 09:08:49 -06:00
Muhammad Adeel Tajamul
f90f1af117
fix: added new_comment and new_response to core notification ( #32894 )
2023-08-07 12:02:52 +05:00
Ahtisham Shahid
b37286e035
fix: Update notification sending logic for discussions ( #32879 )
2023-08-04 14:12:12 +05:00
Ahtisham Shahid
4379c089f1
fix: updated disucssions notifications templates ( #32819 )
2023-07-25 11:23:59 +05:00
Muhammad Adeel Tajamul
f39ba90c55
feat: added search and filter in django admin for notification models ( #32771 )
2023-07-24 15:46:01 +05:00
SaadYousaf
ebd9605911
feat: add tracking event for notifications app mark all as read
2023-07-20 14:38:12 +05:00
Ahtisham Shahid
3af1ce0441
allow app level enable/disable in notifications app ( #32781 )
...
* fix: allow app level enable/disable in notifications app
2023-07-19 15:26:03 +05:00
Ahtisham Shahid
13a5cfc66f
fix: use search instead of list for users in notification admin ( #32769 )
2023-07-18 12:13:03 +05:00
Awais Ansari
5d72ba3518
feat: add show_preference flag in course enrollment API response ( #32726 )
...
* feat: add show_preference flag in course enrollment API response
* refactor: fix lint issue in get_paginated_response
2023-07-14 12:26:49 +05:00
Ahtisham Shahid
eebd7d236b
fix: added correct url in notification content_url ( #32725 )
...
* fix: added correct URL in notification content_url
* fix: updated logic to compare user ids
2023-07-14 10:44:14 +05:00
SaadYousaf
51c826f41d
feat: add tracking events for notifications app
2023-07-13 16:24:33 +05:00
Ahtisham Shahid
cd6c754198
fix: resolved logical issues with notification task ( #32724 )
2023-07-12 15:21:56 +05:00
Ahtisham Shahid
4921db5995
feat: added logic to handle core notifications ( #32708 )
...
* feat: added logic to handle core notifications
2023-07-12 12:06:24 +05:00
Muhammad Adeel Tajamul
89bede4dd6
test: added tests to validate notification preference constant ( #32666 )
2023-07-12 11:02:51 +05:00
Ahtisham Shahid
cd7e48c5d7
feat: update/create notifiction pref while sending notifications ( #32665 )
...
* feat: update user pref while sending notifications
* feat: added flag and bulk create in task
2023-07-11 18:46:41 +05:00