FreeSTAR-Status-Engine/classes
thnilsen ea582aeed6 Fix bug notifications not being sent.
The code to handle sending of notification was missing. This change
makes two different options available on how notifications will be
handled which will be controlled by CRON_SERVER_IP config option.

 - If CRON_SERVER_IP is set, the server with the given IP should
   call URL ../admin/?task=cron every x minutes. If the config
   is left empty, the notification will be called once the
   incident has  been saved. (The latter meothod might cause
   server timeout if there are large numbers of subscribers!)

Other minor changes:

 - Removed old commented code

 - Removed call to syslog used for debugging
2020-08-15 21:09:57 +02:00
..
constellation.php Added warning/success alert render function 2018-11-24 21:13:57 +01:00
incident.php Fix bug notifications not being sent. 2020-08-15 21:09:57 +02:00
locale-negotiator.php Adding norwegian language (#63) 2018-11-05 23:57:54 +01:00
mailer.php Added queue to handle sending of subscribers notifications 2020-06-16 20:11:25 +02:00
notification.php Fix bug notifications not being sent. 2020-08-15 21:09:57 +02:00
queue.php Fix bug notifications not being sent. 2020-08-15 21:09:57 +02:00
service.php Merged Upstream master 2020-06-16 20:20:51 +02:00
subscriber.php Fix bug notifications not being sent. 2020-08-15 21:09:57 +02:00
subscriptions.php Minor code cleanup suggested by codacy service 2018-11-25 21:33:18 +01:00
telegram.php Moved, renamed and modified Telegram related files. 2018-11-25 17:25:44 +01:00
token.php Fix #33 - finishing touches 2018-04-20 17:39:34 +02:00
user.php Fix admin url (#68) 2018-11-21 11:42:04 +01:00