Commit Graph

383 Commits

Author SHA1 Message Date
Hadi Nategh
16e3e053d4 Make sure rawData is an array before using it 2021-03-09 15:20:48 +01:00
Hadi Nategh
1fdec427d9 Fix error adding notifications into list after the list s been cleared 2021-03-08 15:54:33 +01:00
Hadi Nategh
e7ee06f66b Fix broken pushed notifications entries 2021-03-08 15:15:34 +01:00
Hadi Nategh
c6e964036e Set indicators for displaying total number of notifications 2021-03-08 12:12:54 +01:00
Hadi Nategh
6b3cc6f7b5 * Notifications: fix notification sub messages (grouped entries) would still show up even though their parent message once been deleted 2021-03-05 15:22:14 +01:00
Ralf Becker
b0d55160a3 fix wrong timezone in creation time, if configured server-timezone does not match the one from the DB 2020-10-19 13:45:46 +02:00
Hadi Nategh
c01beef108 We can't use let in js files as we still supporting old devices with es5 only 2020-09-17 15:36:02 +02:00
Hadi Nategh
10f40c9dbb * Notifications: Fix notifications displayed time was not base on user timezone 2020-08-28 11:59:37 +02:00
Hadi Nategh
f87a5e0b5d Make sure the status app is there before calling its functions 2020-08-21 14:57:52 +02:00
Hadi Nategh
ddd8ce2202 * Notifications: Some performance optimizations 2020-08-19 15:09:05 +02:00
Hadi Nategh
70e8a1b3ae Fix errors happening in mobile framework 2020-08-03 15:21:11 +02:00
Ralf Becker
3972abdf52 * Notifications: taking push server into account for checking user is online for popup or email notifications 2020-07-31 17:50:01 +02:00
Hadi Nategh
631587eab1 Fix notifications stalling login 2020-07-29 12:55:15 +02:00
Hadi Nategh
231312b0aa Implement popup notifications filter based on tab notification's indicator 2020-07-27 14:44:44 +02:00
Ralf Becker
b60a9ffff4 add check if only fallback push and skip full refresh (Framework::refresh_opener) for push and supporting apps 2020-07-24 09:07:13 +02:00
Hadi Nategh
0cea328928 Only set notification tab for none active tabs 2020-07-23 17:39:39 +02:00
Hadi Nategh
1815b1e985 Implement framework tab's notification 2020-07-23 15:50:15 +02:00
Hadi Nategh
d9ff68a422 Check if push server is available otherwise fallback into polling 2020-07-22 13:17:54 +02:00
Hadi Nategh
382a9576c7 Implement push mechanism for popup notifications 2020-07-21 15:46:38 +02:00
Ralf Becker
361d5cb351 bump version to 20.1 2020-06-28 10:04:21 +02:00
Ralf Becker
d83c567703 pending translations from our translation server 2020-06-12 12:29:47 +02:00
Ralf Becker
9817d25a47 move who is available via push to push class and backends 2020-04-20 13:07:58 +02:00
Hadi Nategh
4c730456bf Add onSeenAction for notifications 2020-04-17 13:38:27 +02:00
Hadi Nategh
23bd20b2cc Fix wrong user set as owner of event in video conference alarm dialog 2020-04-08 15:14:39 +02:00
Hadi Nategh
bdd0eef739 Some fixes for videoconference alarm notification:
- Send necessary info to the client via calendar notification
- Show dialog always on the top
2020-04-08 11:28:09 +02:00
Hadi Nategh
6283b9013b Do not pop the alarm notification message for video call 2020-04-07 19:03:32 +02:00
Hadi Nategh
c7822bc679 Accept alarm notifications which are less than 5min 2020-04-07 18:25:27 +02:00
Hadi Nategh
b74495de20 Require user interaction for browser notifications 2020-04-07 18:13:38 +02:00
Hadi Nategh
2f7e082d66 Fix alarm-offset not being sent to client 2020-04-07 18:01:55 +02:00
Hadi Nategh
7c14d09409 Add a call notification when receiving an event alarm 2020-04-07 17:16:56 +02:00
Ralf Becker
f9a961085f if session is already closed, reopen it for push-notification, as we need to store if a push message is already delivered 2020-04-02 11:16:55 +02:00
Hadi Nategh
8807c9242c Fix notifications popup gets closed automatically when click is triggered from unread indicator element 2019-12-02 17:36:46 +01:00
Hadi Nategh
9233c93e4f Implement new indicator for topmenu items in fw such as displaying unread messages for notifications 2019-12-02 14:09:45 +01:00
Hadi Nategh
ffecac79fd Do not pop notifications' popup-note while avatar menu is open 2019-11-25 17:16:51 +01:00
Ralf Becker
7cd4169768 * all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy 2019-11-15 13:54:34 +01:00
Ralf Becker
bf844b7598 support for new Swoole push server 2019-11-04 09:29:49 +01:00
Ralf Becker
5621aeca53 * Notification: instead of overwritting From address use ReplyTo
as mail provider might not allow to have a From different from envelope sender
2019-09-13 14:30:55 +02:00
Ralf Becker
c706f3f09c pending translations from our translation server 2019-08-22 13:57:23 +02:00
Hadi Nategh
a3d0a6e9ab * Notifications: remove calendar notification from the list after applying any of actions 2019-08-14 16:30:59 +02:00
Ralf Becker
bf2e396486 Italien translations from Ilias/Webtrain 2019-08-06 09:57:40 +02:00
Ralf Becker
efcb0471b3 bump version to 19.1 2019-07-16 10:46:59 +02:00
nathangray
7bb55a523e Notification - correct poll option label 2019-07-11 10:48:23 -06:00
Ralf Becker
f11827a8f3 pending changes from our translation server 2019-06-17 16:18:08 +02:00
Hadi Nategh
5f58e4a23c WIP new framework style:
- Remove logout from top info menu
- More padding for icons in topmneu
- Some alignment fixes
2019-05-28 17:24:19 +02:00
Hadi Nategh
5cae15dc6b Revert not intentional commented out line from previous commit 2019-05-27 17:20:18 +02:00
Hadi Nategh
ad553c13d4 Take new notifications menu into account 2019-05-27 17:12:40 +02:00
Ralf Becker
310182cc85 Add translations 2019-05-14 17:27:48 +02:00
Hadi Nategh
2126fca1b4 * Api: Fix mobile template not working with iOS < 10 anymore (iOS < 10 is not compatible with JS ES6) 2019-03-18 16:22:39 +01:00
Tomasz Jakubowski
4f521521d6
Set replyTo header when it is set 2019-03-12 22:26:35 +01:00
Tomasz Jakubowski
4ac8b8016d
Add reply_to property and send it to email backend 2019-03-12 22:24:02 +01:00
Ralf Becker
3552afa91c converting turkish translations to utf-8 2018-12-10 10:59:43 +01:00
Hadi Nategh
534dd562f6 Show error text of notifications response from server 2018-09-06 15:40:25 +02:00
Hadi Nategh
f2ac6af5ac * Notification: do not fire another notification request unless the last one has been responded. In case of failure increase amount of polling interval. 2018-09-06 15:28:08 +02:00
Hadi Nategh
9834da71d0 Add notifications into minifying js files 2018-08-02 16:32:12 +02:00
Hadi Nategh
c5e902926b Fix notifications with same id but no links are not getting grouped together 2018-07-23 16:25:07 +02:00
Hadi Nategh
5f5ca2e632 Do not use loading prompt in notifications when we are in mobile template as it would block user interaction 2018-07-23 11:45:55 +02:00
Hadi Nategh
4ed941e27a Some fine tuning for notifications popup sidebar 2018-07-13 16:23:26 +02:00
Hadi Nategh
7d6ae58e4f do not popup the next notification message if the one is getting deleted hasn't being expanded while deleting 2018-07-03 17:09:48 +02:00
Hadi Nategh
e285e2d890 * Notifications: Group notifications base on entry ID to help minimizing number of notifications on the list 2018-07-02 10:42:53 +02:00
Hadi Nategh
b64d96f3de * Calendar: Fix notifications show actions for alarm notify messages 2018-06-27 16:25:29 +02:00
Hadi Nategh
b8f228c3aa Set the limit to 100, wrongly set to 10 in previous commit 2018-06-27 10:23:51 +02:00
Hadi Nategh
62b5796387 * Notifications: fix sql query error happens for PostgreSQL 2018-06-27 10:13:34 +02:00
Hadi Nategh
6b74f2685d * Notifications: implements entry based priority to make user more aware about certain notifications like calendar alarm entry. 2018-06-19 16:03:10 +02:00
Hadi Nategh
e8cc3d0eb3 * Notifications: performance improvements on fetching notifications 2018-06-19 14:58:32 +02:00
Hadi Nategh
f7165e2bca Make toggle class accessible 2018-06-06 11:05:19 +02:00
Hadi Nategh
9e31fa65dc Narrow down egwpopup_toggle selection into egwpopup dom 2018-06-06 10:44:11 +02:00
Ralf Becker
e5a7156544 Translations from Ilias Chasapakis 2018-05-14 18:55:38 +02:00
Nathan Gray
3b9e5f672d
Merge pull request #40 from Sportacandy/i18n-japanese
update Japanese language files.
2018-05-14 10:05:44 -06:00
U-quokka\komaba
2da4ec91db update Japanese language files. 2018-05-12 08:24:38 +09:00
Hadi Nategh
9861c8aec1 Add missing application name for the previous commit 2018-05-11 16:32:20 +02:00
Hadi Nategh
39100478ab Add some translations for notifications 2018-05-11 16:22:51 +02:00
Hadi Nategh
bd2342bdf7 * Notifications: Database update for notification message field. Fixes notifications with big messages can not be stored or get cut off. 2018-04-06 15:44:59 +02:00
Hadi Nategh
172bda098e * Notifications: On verbosity of high, alert only if the message is unseen. 2018-04-05 14:37:22 +02:00
Hadi Nategh
c28e6de2ba Add some translations, thanks to Evgen Vodopivec. 2018-04-03 11:24:42 +02:00
Ralf Becker
1d835928d2 new method Api\Framework::getUrl() to get a full / externally usable Url 2018-03-21 12:51:52 +01:00
Hadi Nategh
db84ba5240 Fix notifications navigator jumps out sometimes on navigation 2018-03-12 17:30:21 +01:00
Hadi Nategh
2cebde45b8 * Notifications: New actions Prev and Next in order to navigate through messages 2018-03-06 18:33:42 +01:00
Hadi Nategh
f2ad6e630b Make notifications popup_or_email option to consider email only if user is not available. 2018-02-27 16:24:02 +01:00
Hadi Nategh
7510a94e11 Add closing timer on notifications 2018-02-19 17:17:24 +01:00
Hadi Nategh
c9dcbc0947 Fix created date in notification is not shown according to user's Date Format preference 2018-02-16 14:02:16 +01:00
Hadi Nategh
56bba60b6e Do not show open_notified button if there's no link available 2018-02-16 12:02:43 +01:00
Ralf Becker
c2bb28d3f1 pending DE and SK translation from Stefan Unvericht 2018-02-09 12:34:50 +01:00
Hadi Nategh
d38bae6bac Fix translation 2018-02-05 15:31:08 +01:00
Hadi Nategh
a3f22e85e1 * Mail: Fix mail with S/MIME signature fails if user has no rights to notifications 2018-01-26 16:24:45 +01:00
nathangray
be93c24def Make sure popup notifications are fully in recipient's language
"Message from" and "Linked entries" were in sender's language
2018-01-25 15:40:25 -07:00
Hadi Nategh
da2291be12 Do not show/request popup notifications if it's not selected in notification_chain 2018-01-25 17:31:15 +01:00
Hadi Nategh
65a811a940 W.I.P restructuring of Notifications actions:
- Fix actions of calendar show up for other notifications too
2018-01-25 11:07:51 +01:00
Hadi Nategh
c2a3c19124 W.I.P restructuring of Notifications actions 2018-01-24 19:02:49 +01:00
nathangray
d1a5f9a553 Notifications - some translations from Stefan Unverricht 2018-01-23 14:07:27 -07:00
Hadi Nategh
09f9bce5b4 Add more translations for Notifications 2018-01-12 16:44:48 +01:00
Hadi Nategh
2bf7597647 Fix a bug notifications sidebar in client-side not being translated 2018-01-11 17:23:58 +01:00
Hadi Nategh
6f2f0c4a8d Add some translations for Notifications 2018-01-11 12:01:44 +01:00
Hadi Nategh
b7ffb65644 Make notification sidebar disappear when click away 2018-01-10 12:42:42 +01:00
nathangray
2c7af08795 * Notifications - do not error sending popup if user is not online, just save it anyway 2017-12-05 10:19:50 -07:00
Hadi Nategh
bb35df1cc1 Fix Java desktop notifications, thanks to Stefan Werfling 2017-11-30 12:19:21 +01:00
Hadi Nategh
013660ae55 Add some German translations from Stefan Unverricht 2017-11-27 11:39:24 +01:00
Hadi Nategh
761c32cf77 Fix broken links in notifications popup, plus preserve the poped up messages
after re-generating Notifications list.
2017-11-17 11:56:43 +01:00
Hadi Nategh
324f0b664b Embed attached images of Notification html message as inline image 2017-10-27 19:04:09 +02:00
Hadi Nategh
f5af05ffd2 Fix delete all notifications action does not reset the counter 2017-10-26 10:26:10 +02:00
Ralf Becker
65b02c0246 bump verison to 17.1 2017-10-22 12:56:58 +02:00