Muhammad Adeel Tajamul
fe13884ed6
feat: added management command to delete notifications ( #34447 )
...
* feat: added management command to delete notifications
2024-04-04 16:57:26 +05:00
Ahtisham Shahid
c344fdc698
feat: added channels column to send notification on specific channels ( #34289 )
...
* feat: added channels column to send notifications on specific channels
2024-03-20 13:17:45 +05:00
Muhammad Adeel Tajamul
692965af4d
feat: added edx-ace template and message type for email notifications ( #34315 )
2024-03-19 13:55:28 +05:00
Saad Yousaf
a110fc79d5
feat: add notification for course updates
2024-02-27 13:58:50 +05:00
Ahtisham Shahid
008467c6e5
fix: updated failing notification pref unit test ( #34243 )
2024-02-15 23:13:44 +05:00
Ahtisham Shahid
63d1848060
fix: added preference visibility to reported notification ( #34188 )
2024-02-15 15:59:25 +05:00
ayesha waris
48f74fd8f3
feat: make notification channel headings clickable ( #34194 )
...
* feat: make notification channel headings clickable in notification preferences
* refactor: serializer code updated for better readability
* test: added a test for UserNotificationChannelPreferenceView API
* fix: updated the api test that was failing due to conflicts
---------
Co-authored-by: eemaanamir <eemaan.amir@gmail.com >
2024-02-07 14:40:55 +05:00
Muhammad Adeel Tajamul
d9d5531db6
feat: skip notification creation if context is not valid ( #34133 )
2024-02-06 12:17:12 +05:00
ayesha waris
9f136a4149
feat: added notifications when response is endorsed or answered ( #34082 )
...
* feat: added notification when response is endorsed or answered
* test: added and fixed test cases
* fix: fixed lint errors
* refactor: changed method name for readibility
* feat: added notification when my response is endorsed
* test: fixed failed test cases
2024-02-01 13:33:16 +05:00
Ahtisham Shahid
039583f88f
feat: added reported notification type ( #34067 )
2024-01-30 12:07:49 +05:00
Saad Yousaf
928e810b33
Revert "temp: add temporary logs for course wide notifications"
2024-01-29 12:42:39 +05:00
Ahtisham Shahid
2eabfe10c0
fix: remove sender id from audiance ( #34005 )
...
fix: resolved linter errors
2024-01-10 14:52:16 +05:00
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