-
Notifications
You must be signed in to change notification settings - Fork 58
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
Sending unseen notifications as email periodically. Includes a new us… #1074
Conversation
I would limit it to 25 (same amount the web and the client pull). More is just overwelming and doesn't help you to reduce it.
I'm going to fix that. Otherwise as an employee using Nextcloud for work, I would get way to many emails although the period is set to daily or weekly.
Never should definetly be done. ASAP and hourly I really would remove. This is meant to be a fallback, not a live thing and I already see people complaining that although they picked asap, it took more than 10 mins to send the notification (which doesnt help e.g. with a missed call/chat message)
Fix it by just updating the marker is fine. When you remove the email address pending activity mails are also just killed. you can still get them via web or your desktop client. totally fine. |
|
||
<settings> | ||
<personal>OCA\Notifications\Settings\Personal</personal> | ||
<personal-section>OCA\Notifications\Settings\PersonalSection</personal-section> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should move the setting into the activities section. Should be possible to reuse the same section as it's done with other apps. Currently it would spam a warning, but a simple patch to server would fix that.
No problem, though just to be clear, you will never get email any more often than the selected period. |
After some discussions and seeing this will mostly be about chat notifications there was the request to have a 2-4 hour setting also picked as default. ASAP and hourly might be too much, but daily means you will not notice it until the day after. |
8f944dd
to
00c769b
Compare
Todo:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On apps is necessary add /js
folder to versioning? I believe is for build files.
Yes for shipped apps the compiled js/ needs to be in the repository. |
…er settings page for notifications to configure this option. Signed-off-by: Julien Barnoin <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
…ume too much time Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
…rs on updates Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
39b5e04
to
64777d9
Compare
…er settings page for notifications to configure this option.
Follow up of #1058