JonnyWong16
|
9b5e01c319
|
Fix logger for email notification exception
|
2020-07-02 12:45:45 -07:00 |
|
JonnyWong16
|
7c801c2f5e
|
Add flag for offical mobile app
|
2020-06-20 16:16:35 -07:00 |
|
JonnyWong16
|
450b3865a8
|
Validate OneSignal Player ID when registering device
|
2020-06-20 10:59:55 -07:00 |
|
JonnyWong16
|
48203e64a9
|
Improve test browser notifications
|
2020-06-01 22:55:59 -07:00 |
|
JonnyWong16
|
bc017fb010
|
Fix Plex Android/iOS notification agent settings not opening
|
2020-05-04 13:43:52 -07:00 |
|
JonnyWong16
|
5db309d142
|
Do not inject libs into PYTHONPATH when installed using Windows/MacOS installer
|
2020-04-27 18:22:40 -07:00 |
|
JonnyWong16
|
d8f223327e
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/activity_pinger.py
# plexpy/activity_processor.py
# plexpy/helpers.py
# plexpy/notifiers.py
# plexpy/version.py
# plexpy/webserve.py
|
2020-04-27 18:19:48 -07:00 |
|
JonnyWong16
|
2162210393
|
Add remote access notification parameters
|
2020-04-24 18:03:27 -07:00 |
|
JonnyWong16
|
976154ed6c
|
Add episode count to season and year to album Plex Mobile App notifications
|
2020-04-23 19:05:13 -07:00 |
|
JonnyWong16
|
0afd77fb2f
|
Test all Plex mobile app triggers
|
2020-04-18 20:56:06 -07:00 |
|
JonnyWong16
|
a6cd512ebf
|
Rename Plex Mobile App to Plex Android / iOS App
|
2020-04-18 20:27:23 -07:00 |
|
JonnyWong16
|
fb5d97a627
|
Refactor some notifiers code
|
2020-04-18 19:59:30 -07:00 |
|
JonnyWong16
|
3270a60bd7
|
Add Plex Mobile App notification agent
|
2020-04-18 17:06:23 -07:00 |
|
JonnyWong16
|
6ccf801ee6
|
Add code to filter available triggers for notification agents
|
2020-04-18 15:45:44 -07:00 |
|
JonnyWong16
|
798c17706c
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/database.py
# plexpy/datafactory.py
# plexpy/libraries.py
# plexpy/users.py
|
2020-04-10 15:25:18 -07:00 |
|
JonnyWong16
|
33d860384c
|
Add Tautulli database corruption notification trigger
|
2020-04-10 15:11:32 -07:00 |
|
JonnyWong16
|
435230711e
|
Fix middle dot encoding for Discord/Slack notification
|
2020-04-08 22:46:21 -07:00 |
|
JonnyWong16
|
1326ad8708
|
Add TAUTULLI_PYTHON_VERSION to script environment variables
* Period separated string (e.g. 2.7.17 or 3.8.2)
|
2020-04-04 08:12:42 -07:00 |
|
JonnyWong16
|
86d737dcf6
|
Add TAUTULLI_PYTHON_VERSION to script environment variables
* Period separated string (e.g. 2.7.17 or 3.8.2)
|
2020-04-04 08:06:13 -07:00 |
|
JonnyWong16
|
9e0153e962
|
Set PYTHON2 global variable
|
2020-04-04 07:57:51 -07:00 |
|
JonnyWong16
|
573ff3f2a6
|
Fix scripts to work with both Python 2 and 3
|
2020-04-02 00:03:41 -07:00 |
|
JonnyWong16
|
e26182c96e
|
Remove list(dict.keys()) --> dict.keys() and list(dict.values()) --> dict.values()
|
2020-04-01 15:31:15 -07:00 |
|
JonnyWong16
|
f72d93216c
|
Add helper function for timestamp
|
2020-03-28 14:50:45 -07:00 |
|
JonnyWong16
|
cc05552685
|
Remove from __future__ import absolute_import
|
2020-03-24 20:17:44 -07:00 |
|
JonnyWong16
|
82c09570c4
|
Update all future imports for Python 2
|
2020-03-23 22:11:42 -07:00 |
|
JonnyWong16
|
078685a2a3
|
Fix imports for Python 2
|
2020-03-23 22:11:41 -07:00 |
|
JonnyWong16
|
42262b0bb6
|
Android App encrypt requires bytes
|
2020-03-21 20:05:59 -07:00 |
|
JonnyWong16
|
510dddf724
|
Remove unused uuid import
|
2020-03-21 19:46:41 -07:00 |
|
JonnyWong16
|
702b2fe167
|
Remove Hipchat
|
2020-03-21 19:22:41 -07:00 |
|
JonnyWong16
|
f24c2a8b77
|
Don't decode PrettyMetadata episode title dot
|
2020-03-21 19:13:08 -07:00 |
|
JonnyWong16
|
ad112e0a44
|
Remove list(dict.items()) -- >dict.items()
|
2020-03-21 18:31:55 -07:00 |
|
JonnyWong16
|
2b0e7daf7c
|
Fix error loading removed notification agents configs
|
2020-03-21 16:28:17 -07:00 |
|
JonnyWong16
|
8d5bc88fd9
|
Merge branch 'nightly' into python3
# Conflicts:
# data/interfaces/default/current_activity_instance.html
# plexpy/activity_handler.py
# plexpy/graphs.py
# plexpy/helpers.py
# plexpy/pmsconnect.py
# plexpy/version.py
# plexpy/webserve.py
|
2020-02-29 15:26:33 -08:00 |
|
JonnyWong16
|
359776d48a
|
Default webhook notification method to POST
|
2020-02-28 11:27:03 -08:00 |
|
JonnyWong16
|
b39ac866f2
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/webserve.py
|
2020-01-20 20:55:30 -08:00 |
|
JonnyWong16
|
8ef671c9cb
|
Fix Telegram notification character limit (Closes #1361)
|
2020-01-20 19:56:38 -08:00 |
|
JonnyWong16
|
4c211342a2
|
Remove string encoding from notifiers
|
2020-01-19 17:09:50 -08:00 |
|
JonnyWong16
|
485609fbb9
|
Merge branch 'nightly' into python3
# Conflicts:
# plexpy/__init__.py
# plexpy/helpers.py
# plexpy/logger.py
# plexpy/version.py
|
2020-01-19 16:40:19 -08:00 |
|
JonnyWong16
|
4740d0fbf3
|
Change webhook request data if not Content-Type header is not application/json
|
2020-01-14 17:36:25 -08:00 |
|
JonnyWong16
|
f958de2de6
|
Move 3rd Party API settings to new tab
|
2019-12-25 11:41:53 -08:00 |
|
JonnyWong16
|
554be92c39
|
Update go to setting links
|
2019-12-23 22:30:49 -08:00 |
|
JonnyWong16
|
4c98b0a43d
|
Remove NotifyMyAndroid and Pushalot
|
2019-11-23 19:21:30 -08:00 |
|
JonnyWong16
|
05afa0859c
|
Run futurize --unicode-literals
|
2019-11-23 19:21:10 -08:00 |
|
JonnyWong16
|
597cc9fe29
|
Run futurize --stage2
|
2019-11-23 19:16:51 -08:00 |
|
JonnyWong16
|
ab6196589b
|
Run futurize --stage1
|
2019-11-23 19:11:42 -08:00 |
|
JonnyWong16
|
c279057f91
|
Remove unicode strings
|
2019-11-23 14:37:26 -08:00 |
|
JonnyWong16
|
cfc30c1234
|
Add optional headers parameter for webhooks in notify API command
|
2019-11-11 15:41:11 -08:00 |
|
JonnyWong16
|
ddbd486500
|
Add custom headers to Webhook notification agent
|
2019-11-11 15:17:49 -08:00 |
|
JonnyWong16
|
c7afd10ec0
|
Add notification parameters for MusicBrainz lookup
|
2019-10-05 23:57:48 -07:00 |
|
JonnyWong16
|
688d28b5ea
|
Limit Discord description to 2048 characters
|
2019-10-05 23:26:41 -07:00 |
|