Commit Graph

32 Commits

Author SHA1 Message Date
ralf
9d45da268e * Notifications: configurable number of days (default 30), after which older notifications get automatic deleted 2024-04-17 15:00:14 +02:00
ralf
ef3ca2acb4 adding an empty label of "automatic" to be able to switch notifications back to default behavior of automatic selecting an SMTP account 2024-03-27 11:11:46 +02:00
ralf
8ec106f22b converting .xet files to new webcomponents-format 2023-01-04 11:28:10 -06:00
StefanU
9362f7b2e4
Update notifications app icon
Size adjusted: 28px => 32px, file optimised
2022-12-27 21:25:25 +01:00
ralf
0113a93ffd move images from pixelegg to default and drop png or gif, if we have an svg 2022-07-28 17:56:34 +02:00
nathan
18f2af2ce8 Notifications: Remove email & signature, they'll come from the account 2022-02-09 14:03:18 -07:00
nathan
2775569936 * Notifications: Admins now configure the mail account to use for email notifications instead of the user account 2022-02-09 13:48:16 -07:00
nathangray
1bed2d2df6 Notifications: Add configuration for account / address to use for sending notification emails
If the app specifies a different sender (Calendar) that is still used instead.

(cherry picked from commit 7d15c2f352)
2021-06-11 13:14:34 -06:00
nathangray
7bb55a523e Notification - correct poll option label 2019-07-11 10:48:23 -06:00
Hadi Nategh
c78042d522 Update PUBLIC ID of etemplate2.dtd in all templates 2017-02-01 09:59:37 +01:00
Ralf Becker
62ab3ce897 using new et2 site config 2016-04-25 07:23:36 +00:00
Ralf Becker
9b093562b4 remove div.et2_container in favor of just .et2_container, as we use a from now 2015-02-04 08:35:40 +00:00
Ralf Becker
6efc08cc0a * Notifications: fixed not used SMTP authentication and selection of mail account 2014-06-05 10:36:13 +00:00
Klaus Leithoff
134ef05744 remove not maintained sms notification backend 2014-05-13 15:02:07 +00:00
Klaus Leithoff
48e4d8daa0 change notification for new messages: now based on hook ->check_notify<- ; clean up of preferences in expectation of moving of most of the stuff to mail-accounts-data 2014-01-10 09:19:07 +00:00
Nathan Gray
dc3367af23 Remove example placeholder, it causes trouble with translations 2013-01-18 15:52:37 +00:00
Nathan Gray
36d73efdab Open placeholders link in new window 2013-01-15 21:29:49 +00:00
Nathan Gray
a0738bd2f4 Add a global signature to change messages. Set it in notifications site configuration. 2012-12-17 23:18:28 +00:00
Ralf Becker
d3e22bde33 missing xet file of checkmailbox template 2011-09-15 10:39:27 +00:00
Ralf Becker
7b2a5dd23f * Notifications: popup and email are enabled per default, default preference is "popup_or_email" 2011-06-14 13:55:06 +00:00
Klaus Leithoff
3ed7a8445f provide the new option with a new section 2010-07-16 12:26:06 +00:00
Klaus Leithoff
f67a9e4a56 option/configuration to enforce the use of emailadminprofiles only for notifications 2010-07-16 12:04:02 +00:00
Christian Binder
6f7c9611ea added configureable poll interval for egwpopup - default is 60 seconds 2009-04-06 21:46:11 +00:00
Christian Binder
fd1109612c fixed typo 2009-02-27 18:51:17 +00:00
Ralf Becker
9e615429e9 sms notifications from aleksander.adamowski(at)olo.org.pl 2008-04-21 17:23:18 +00:00
Christian Binder
5b699573e4 enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications 2008-01-30 18:58:00 +00:00
Christian Binder
d84fc5bd6a re-commit of winpopup-backend. the commandline to execute is now hardcoded into the backend for security reasons 2007-12-05 08:55:10 +00:00
Christian Binder
f10575413d fixed typo in configuration example for winpopup notifications 2007-11-29 04:45:58 +00:00
Christian Binder
e72ec7185e Extended notification-app and egwpopup. Added winpopup-backend and email-backend. PHP5.1+ is now mandatory in trunk. For more infos look at the egw-developers list. 2007-11-22 08:29:16 +00:00
Cornelius Weiß
c57dadd8f7 new notification module 2006-09-07 07:04:15 +00:00
Cornelius Weiß
c4bb0dcf98 me again against svn 2006-09-07 06:58:58 +00:00
Cornelius Weiß
6667cca4de New notificaion module
/**
 * Notifies users according to their preferences.
 * 
 * @abstract NOTE:Notifications are small messages. No subject and no attechments. 
 * If you need this kind of elements you probably want to send a mail, don't you :-)
 * @abstract NOTE: This is for instant notifications. If you need time dependend notifications use the 
 * asyncservices wrapper!
 * 
 * The classes doing the notifications are called notification_<method> and should only be 
 * called from this class.
 *
 */
2006-03-06 17:11:45 +00:00