Jonathan Wong
1157fda96c
Hide Pushalot notifier message logging
2015-12-06 00:52:43 -08:00
Jonathan Wong
112811f3e2
Fix subject UTF-8 encode for Prowl notifier
2015-12-02 19:18:04 -08:00
Jonathan Wong
bac5018b27
Add channel support to Telegram notifier
2015-12-01 21:31:48 -08:00
Jonathan Wong
c501923f2b
Hide Pushalot notifier response logging
2015-11-27 18:13:20 -08:00
Jonathan Wong
99e064e040
Add wording for Pushover group key
2015-11-20 19:04:54 -08:00
Jonathan Wong
9aea663754
Logger info for email notification sent
2015-11-17 23:39:02 -08:00
Jonathan Wong
223e2b2b32
Add notification for Plex external port down
2015-11-17 23:38:46 -08:00
Jonathan Wong
b28ac1543a
Add notification for server down
2015-11-16 23:19:37 -08:00
Jonathan Wong
0c33e7492a
Open notifier description links in new window
2015-11-09 17:55:37 -08:00
Jonathan Wong
dd137e5c36
Minor notifier text changes
2015-11-08 15:44:59 -08:00
drzoidberg33
c60340d88b
Merge pull request #269 from JonnyWong16/miscellaneous-fixes
...
Miscellaneous fixes
2015-11-02 23:17:41 +02:00
Jonathan Wong
054f116017
Fix title encode for Pushover notifications
2015-11-01 20:38:22 -08:00
Devin Buhl
9cff20ca16
set text format on encode
2015-11-01 11:03:36 -05:00
Devin Buhl
6cbfacaeae
added event / suject to notifcation text
2015-10-31 01:59:13 -04:00
devin
8ebfa20db0
Fixed notifications, and added strings to describe bot token and chat id
2015-10-28 20:36:09 -04:00
devin
5beb4876fb
removed telegram lib, updated wording, and used a simple request for sending the notif
2015-10-28 20:28:41 -04:00
devin
c723d33d38
telegram updates to notifiers.py
2015-10-28 07:31:07 -04:00
Jonathan Wong
32cf1ada8b
Add config settings for on_created
...
* Note: on_created is recently added
2015-10-24 21:22:29 -07:00
Tim van der Westhuizen
37bc68573c
Implement IFTTT notification option. PR #241 .
2015-10-22 16:04:31 +02:00
Jonathan Wong
3299ec7c82
Clean up Pushover sound code
2015-10-12 00:54:26 -07:00
Jonathan Wong
2680162b67
Add dropdown for Boxcar sounds
2015-10-11 23:48:12 -07:00
Jonathan Wong
7d3d2957c3
Add dropdown for Pushover sounds
2015-10-11 23:45:58 -07:00
Jonathan Wong
c12862ffba
Add select dropdown to notification agents
...
* Change priority selections to dropdown
2015-10-11 22:36:00 -07:00
Brian Charbonneau
ca4e6cde3e
Fixed indent. Replaced tabs with spaces
2015-10-03 23:34:33 -07:00
Brian Charbonneau
1ad982f5b7
Removed newlines
2015-10-03 23:25:57 -07:00
Brian Charbonneau
280a5ae744
Added ability to set custom notification sound for Pushover
2015-10-03 22:05:27 -07:00
Jonathan Wong
59bb5139f7
Clean up settings styles
...
* Capitalization of titles for consistency
* Change notification agents settings text for consistency
* Fix notification agents config modal column width for line breaks
2015-09-28 00:57:13 -07:00
Tim
89a03fb263
Fix the real reason we were getting double start notifications.
2015-09-23 19:40:22 +02:00
Tim
34e548cc15
Don't log some Twitter auth stuff.
2015-09-20 14:03:47 +02:00
Tim
7c6619ebc5
Fix Email TLS checkbox bug.
...
Clean up some notifier code.
2015-09-19 12:37:51 +02:00
Tim
6eec4d1ca6
Some Twitter love. Resolves Issue #47 .
2015-09-19 00:57:24 +02:00
Tim
a96482ee3c
New pause, resume and buffer notification options.
...
Reworked notification config in settings menu.
2015-08-15 14:37:27 +02:00
Tim
b68a7956c3
Fix styling on graphs page.
...
Remove debug logging on Pushover notifications.
2015-08-03 23:34:12 +02:00
Tim
9bd5a29d07
Stop bumming off Headphones' Pushover API key.
2015-08-03 20:34:29 +02:00
Tim
abc90e1252
Styling tweaks.
...
Don't log error everytime OSX Notify agent cannot be found.
Add check in PlexWatch importer to skip over rows with bad xml.
Move some logging out of places where they would never be executed.
2015-07-27 20:42:40 +02:00
Tim
88520d488c
Don't show OSX Notification agent if we cannot use it. Fix.
2015-07-26 11:56:02 +02:00
Tim
fc76ad656c
Don't show OSX Notification agent if we cannot use it.
2015-07-26 11:46:27 +02:00
Tim
5a9257074b
Fix Pushover notification bug which would display blank api token field.
...
Fix PlexWatch db importer to not bomb out if it finds characters in the rating key it cannot decode.
Fix PlexWatch db importer to use the correct plexWatch columns for titles, instead of the messed up xml.
2015-07-24 22:45:12 +02:00
Tim
b394ebc1a3
Stage three of notification rewrite. Page cache refresh required.
...
Watched notifications added with configurable cutoff percent.
Styling fixes.
Add information back to settings page for required restart on web interface changes.
Use user_id on user link in activity pane.
Added channels option to Pushbullet.
Possible fix for text encoding issues in Plexwatch importer.
Thread the notifications.
Move most of the notification logic to the notification handler.
2015-07-24 00:53:31 +02:00
Tim
8a16fcfbb6
Stage two of notification rewrite. Page cache refresh required.
...
Each notification agent has it's own play/stop toggles.
Simplified global notification options.
2015-07-23 01:42:57 +02:00
Tim
e309d6ba92
Stage one of notification rewrite. Page cache refresh required.
...
Each notification has it's own modal config now, PlexWeb-style.
Few minor text changes.
2015-07-22 01:40:20 +02:00
Tim
349a850451
We're getting our own database!
...
First code for independent notifications (not linked to PlexWatch).
New notifications panel in Settings (many types still untested).
Standardise the parameters sent to current activity.
Remove notifiers we cannot use.
Styling fixes for sync tables.
2015-07-03 19:50:47 +02:00
Tim
88daa3fb91
Initial Commit
2015-02-22 18:32:51 +02:00