-
Notifications
You must be signed in to change notification settings - Fork 535
New feature for muting email and/or in-app notifications #8530
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
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
4878379
New feature for muting email and/or in-app notifications by users for…
ErykKul 99b47e0
added tests to AuthenticatedUserTest.java
ErykKul 2341435
muting properties are now better documented and moved to more logical…
ErykKul 9b79afb
added support for muting notification types for the installation wher…
ErykKul abe1af2
implementation of in review requested changes
ErykKul 2aabda1
bugfix: user notification bean did not use settings wrapper
ErykKul 18f7b5b
nullpointer fix
ErykKul 437df33
fixed the remaining bugs after refactoring
ErykKul ef12352
added requested changes
ErykKul b2f684a
alternative UI for muting notifications
ErykKul 3bc644f
removed unused import
ErykKul 70e01d9
resolved merge conflict
ErykKul 4fd7e53
renames of the notification variables in AuthenticatedUser
ErykKul 8d2e3ce
resolved merge conflict
ErykKul 8f2afd7
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul 782c5a2
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul cf13a0b
muting options are now collapsible and the logic is inverterd: you se…
ErykKul e5e80d8
bugfix in inverted muting logic
ErykKul 1607359
when saving notification settings the settings panel collapses
ErykKul 32cb770
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul f2b26fe
when saving notification settings the settings panel collapses; added…
ErykKul a83cfff
fixed inconsistencies when switching tabs and improved accessibility
ErykKul 9c2d8ec
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul efb9951
always muted notifications are no longer shown in notification muttin…
ErykKul 6b4bd0f
bumped flyway script filename according to the current release
ErykKul fde4989
bumped flyway script filename according to the current release
ErykKul 2a9d840
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul 4818f79
added documentation for muting notifications feature
ErykKul 450a965
suggested doc changes for #7492
pdurbin 45f2761
Merge pull request #1 from pdurbin/7492-docs
ErykKul c8c74c6
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul 64f631c
updated notifications documentation for users
ErykKul 670c00c
minor tweaks to user guide.
pdurbin d098827
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul 51521ca
Merge branch 'develop' into 7492_muting_notifications #7492
pdurbin 6427be1
test a few more methods #7492
pdurbin 70d54fc
add comment to keep notification type in sync with guides #7492
pdurbin 01db132
doc tweaks #7492
pdurbin bd87464
Merge branch 'develop' into 7492_muting_notifications #7492
pdurbin 297b90c
Update src/main/java/propertyFiles/Bundle.properties
ErykKul 40d0208
changes after review
ErykKul ec7aa85
Merge branch '7492_muting_notifications' of https://github.com/ErykKu…
ErykKul 8cc29d9
notifications api extension
ErykKul ea342ab
rename SQL scripts, clarify docs #7492 #8533 #8590 #8592
pdurbin 2b8cb0d
fix formatting in docs, more links #7492
pdurbin 230c22b
add timestamp to notification JSON #7492 #8487
pdurbin 04ecb67
add more API tests for notifications #7492
pdurbin d861089
Merge branch 'develop' into 7492_muting_notifications #7492
pdurbin 76c49c2
mention notification API updates in release note #7492 #8487
pdurbin 3feb296
Merge branch 'IQSS:develop' into 7492_muting_notifications
ErykKul 9469fad
change exception
qqmyers 986518f
mention API in User Guide section on notifications #7492
pdurbin ca87b28
fix copy/paste issue (in-app vs email) #7492
pdurbin aa38724
better error handling when the notification type does not exist
ErykKul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| This release has a new feature that allows users to control which notifications they receive. How to enable this feature and which options can be set by the admins is described in the [Letting users manage receiving notifications section of the Admin Guide](https://guides.dataverse.org/en/latest/admin/user-administration.html#letting-users-manage-receiving-notifications). See also #7492. | ||
|
|
||
| In addition, the existing API endpoint for listing notifications has been enhanced to show the subject, text, and timestamp of notifications. See also #8487. | ||
|
|
||
| ## New DB Settings | ||
|
|
||
| - :ShowMuteOptions | ||
| - :AlwaysMuted | ||
| - :NeverMuted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.