Sending unseen notifications as email periodically. Includes a new us…#1074
Sending unseen notifications as email periodically. Includes a new us…#1074nickvergessen merged 15 commits intomasterfrom
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.
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:
|
vitormattos
left a comment
There was a problem hiding this comment.
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 <julien@berryandcloud.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
…ume too much time Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
…rs on updates Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
39b5e04 to
64777d9
Compare
…er settings page for notifications to configure this option.
Follow up of #1058