Commit graph

25 commits

Author SHA1 Message Date
tidusjar
0e99dc29c9 Finished up the SMTP side of #429 2016-07-25 10:11:33 +01:00
tidusjar
fea4dd6309 Fixed the way we will be using custom messages 2016-07-07 15:37:12 +01:00
tidusjar
88a43563c4 Added some of the backend bits for #182 2016-06-28 16:32:57 +01:00
Drewster727
818c2e80f7 better way of obtaining clean enum string 2016-06-22 11:27:09 -05:00
Drewster727
f76e54408e show request type in notifications #346 and fix an issue from previous commit for #345 2016-06-21 20:20:44 -05:00
Drewster727
96f27f8f1a add an option to stop sending notifications for requests that don't require approval #345 2016-06-21 19:43:31 -05:00
tidusjar
79a8cf2059 Removed static declarations 2016-05-27 22:19:03 +01:00
tidusjar
573ad84fd8 Fixed #240 2016-05-26 09:01:47 +01:00
tidusjar
80d2a7f8e1 Fixed a small bug where an exception would get thrown 2016-05-25 09:26:53 +01:00
tidusjar
5a6863456f #164 has been resolved 2016-05-23 13:28:16 +01:00
tidusjar
8cce80654b Resolved #224 , Removed the 'SSL' option from the email notification settings. We will now use the correct secure socket options (SSL/TLS) for your email host. 2016-05-23 11:40:22 +01:00
tidusjar
4fd3db1ae5 Using Mailkit to fix #204 2016-05-20 21:24:26 +01:00
tidusjar
c50e2bb644 Added the actual notification part of #27 2016-04-25 16:41:18 +01:00
Drewster727
a2cbcaa4f1 fix notification tests 2016-03-28 20:50:18 -05:00
Drewster727
9742b42fdf #96 add the necessary back-end code to produce a test message for all notification types (still have to add the test buttons for pushbullet/pushover) 2016-03-28 13:44:11 -05:00
Drewster727
45208e528f #96 modify notifications interface/service to accept a non-type specific settings object. 2016-03-28 13:27:10 -05:00
Drewster727
4b3f79b4a8 #96 Email notification test button (others to come) 2016-03-27 23:45:52 -05:00
tidusjar
3fe1f13bd1 Refactored the Notification service to how it should have really been done in the first place. 2016-03-24 17:14:45 +00:00
tidusjar
2d016315c7 Added the ability to sepcify a username in the email notification settings for external MTA's. We have had to add a new option called Email Sender because of this. #78 2016-03-24 11:31:49 +00:00
tidusjar
2d5612a045 Finished adding pushover support. #44 2016-03-22 22:17:06 +00:00
tidusjar
f64ccd7327 Resolved #75 2016-03-22 21:31:52 +00:00
tidusjar
0585ff73ec Added a notification model to the notifiers.
Added the backend work for sending a notification for an issue report #75
2016-03-22 17:13:14 +00:00
tidusjar
da8b6340ae Fixed #74 and #64 2016-03-22 08:59:31 +00:00
tidusjar
f046c5d39b Added Pushbullet notifications #8 2016-03-17 14:34:55 +00:00
tidusjar
b9a886d5dc Added first implimentation of the Notification Service #8
Added tests to cover the notification service
2016-03-17 13:32:58 +00:00