JonnyWong16
|
86d775a586
|
Update OneSignal API calls
|
2024-11-16 15:19:56 -08:00 |
|
JonnyWong16
|
330b8a3a82
|
Encode ntfy payload
|
2024-08-31 16:10:00 -07:00 |
|
JonnyWong16
|
14c9c7a393
|
Replace PyCryptodome with Cryptography
|
2024-08-16 20:40:31 -07:00 |
|
Nate Harris
|
2ee2ab652c
|
[FEAT] Add ntfy as a notifier (#2356)
* - Add ntfy as a notifier
* - Fix media poster attachment in ntfy
|
2024-07-06 10:02:36 -07:00 |
|
JonnyWong16
|
193b82c54a
|
Update Slack notification attachment
|
2024-06-30 14:15:11 -07:00 |
|
Tom Niget
|
de3393d62b
|
Remove Python 2 handling code (#2098)
* Remove Python 2 update modal
* Remove Python 2 handling code
* Remove backports dependencies
* Remove uses of future and __future__
* Fix import
* Remove requirements
* Update lib folder
* Clean up imports and blank lines
---------
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
|
2024-05-09 22:18:08 -07:00 |
|
JonnyWong16
|
52e2950aa9
|
Add no-referrer policy
|
2024-04-18 13:12:47 -07:00 |
|
JonnyWong16
|
282810e9ca
|
Increase Remote app PBKDF2 iterations to 600,000 and SHA256 hash
OWASP Cheat Sheet recommends 600,000 iterations for SHA256.
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
|
2024-04-04 22:57:17 -07:00 |
|
JonnyWong16
|
c172965ec8
|
Don't need to refresh Pushover config after entering token
|
2024-02-17 15:23:14 -08:00 |
|
JonnyWong16
|
d0c1e467bd
|
Add support for thetvdb_url for movies
|
2023-11-19 13:46:57 -08:00 |
|
JonnyWong16
|
fdc1dd3525
|
Add trigger time to notification and newsletter tables
|
2023-10-09 11:37:56 -07:00 |
|
JonnyWong16
|
9f00f5dafa
|
Fix watched notification trigger description
Fixes #2104
|
2023-08-23 22:04:27 -07:00 |
|
JonnyWong16
|
e2cb15ef49
|
Add notification image option for iOS Tautulli Remote App
|
2023-08-02 16:51:20 -07:00 |
|
JonnyWong16
|
f39b9f9087
|
Fix SQLite Double-Quoted Strings (#2057)
* Fix __init__.py
* Fix activity_pinger.py
* Fix activity_processor.py
* Fix database.py
* Fix datafactory.py
* Fix exporter.py
* Fix graphs.py
* Fix libraries.py
* Fix mobile_app.py
* Fix newsletter_handler.py
* Fix newsletters.py
* Fix notification_handler.py
* Fix notifiers.py
* Fix plexivity_import.py
* Fix plexwatch_import.py
* Fix users.py
* Fix webauth.py
|
2023-05-15 11:03:26 -07:00 |
|
JonnyWong16
|
99afb7392b
|
Use separate log file for script PlexAPI
|
2023-04-14 11:29:53 -07:00 |
|
JonnyWong16
|
b7da2dedf3
|
Add hidden setting to override server name
|
2023-03-07 20:25:49 -08:00 |
|
JonnyWong16
|
ebe570d42f
|
Allow setting a custom Pushover sound
* Closes #2005
|
2023-02-21 11:12:56 -08:00 |
|
JonnyWong16
|
87d3c0ae81
|
Fix missing on_commercial columns in database
|
2023-02-17 18:54:52 -08:00 |
|
JonnyWong16
|
6b0b3a476f
|
Add support for commercial marker triggers
|
2023-02-17 10:01:57 -08:00 |
|
JonnyWong16
|
71bc063155
|
Add notification triggers for intro/credit markers
|
2023-02-16 11:31:35 -08:00 |
|
JonnyWong16
|
e263f0b8a3
|
Refactor notification image upload code
|
2023-02-14 18:21:19 -08:00 |
|
JonnyWong16
|
5ab9315f16
|
Upload notification images directly to Discord
|
2023-02-14 18:19:35 -08:00 |
|
JonnyWong16
|
c51ee673e8
|
Add support for Telegram group topics
* Closes #1980
|
2023-01-28 14:10:47 -08:00 |
|
Jagandeep Brar
|
74d8bc15ca
|
Add session_key to LunaSea notifier payload (#1929)
|
2022-12-21 16:08:14 -08:00 |
|
JonnyWong16
|
8c552d3086
|
Only validate condition operator if parameter is present
|
2022-11-21 20:48:47 -08:00 |
|
JonnyWong16
|
e6829310ad
|
Validate notifier custom conditions before saving
* Fixes #1846
|
2022-10-10 19:05:13 +00:00 |
|
JonnyWong16
|
b6cb946ae2
|
Add json support for MQTT notifications
|
2022-07-14 12:29:12 -07:00 |
|
JonnyWong16
|
b737ab96b4
|
Change include summary option for Discord and Slack for all media types
|
2022-04-01 21:08:10 -07:00 |
|
JonnyWong16
|
6d092b4984
|
Add additional Telegram HTML tags
|
2022-02-08 10:29:22 -08:00 |
|
JonnyWong16
|
32ef43fe6e
|
Revert "Default Telegram to MarkdownV2 when HTML disabled"
This reverts commit b9f04ac71a .
Ref #1635
|
2022-02-08 10:29:22 -08:00 |
|
JonnyWong16
|
cba746920a
|
Add Telegram channel ID to config label and description
|
2022-02-03 12:22:23 -08:00 |
|
JonnyWong16
|
b9f04ac71a
|
Default Telegram to MarkdownV2 when HTML disabled
|
2022-01-30 16:50:23 -08:00 |
|
JonnyWong16
|
cd85269fe5
|
Add Gotify notification agent
|
2021-11-06 20:48:52 -08:00 |
|
JonnyWong16
|
274801ee0b
|
Add note for music provider 3rd party API
|
2021-11-06 19:53:29 -08:00 |
|
JonnyWong16
|
ef60ce5bb0
|
Add Microsoft Teams webhook notification agent
* Closes #1514
|
2021-11-06 19:53:29 -08:00 |
|
JonnyWong16
|
1a70729243
|
Update MQTT notification agent
|
2021-10-15 02:00:35 -07:00 |
|
JonnyWong16
|
830ef460af
|
Add LunaSea notification agent
|
2021-09-19 20:22:29 -07:00 |
|
JonnyWong16
|
b4598dca20
|
Update remote app notification agent platform specific settings
|
2021-06-30 18:01:39 -07:00 |
|
JonnyWong16
|
741f3d836a
|
Rename Tautulli android app to remote app
|
2021-06-27 12:45:32 -07:00 |
|
JonnyWong16
|
1d0ece57c9
|
Fix notification agent help text tab links
|
2021-06-02 11:30:30 -07:00 |
|
JonnyWong16
|
3a520405c4
|
Add image type option to remote app notifications
|
2021-03-25 16:39:52 -07:00 |
|
JonnyWong16
|
cba4c00ca0
|
Add valid OneSignal ID note in Android App notification settings
|
2021-03-20 13:15:21 -07:00 |
|
JonnyWong16
|
d93d9b7d4f
|
Add SSL/TLS support for email
|
2021-03-18 18:11:35 -07:00 |
|
JonnyWong16
|
036c574600
|
Hide sensitive notification agent text fields
|
2021-03-16 15:11:17 -07:00 |
|
JonnyWong16
|
5adb6ca19a
|
Update wiki links
|
2021-03-07 14:53:06 -08:00 |
|
JonnyWong16
|
84448600d2
|
Add helper function for short season number
|
2021-03-04 18:00:25 -08:00 |
|
JonnyWong16
|
390391c750
|
Add season_name notification parameter
|
2021-03-04 17:26:48 -08:00 |
|
JonnyWong16
|
dd2f12fa8e
|
Fix typo in notifier error log message
|
2020-12-15 22:49:51 -08:00 |
|
JonnyWong16
|
4cfa5ac10b
|
Remove encoding from Growl message body
|
2020-10-30 21:37:30 -07:00 |
|
JonnyWong16
|
739c977cd7
|
Merge branch 'v2.5-export' into nightly
|
2020-10-02 20:45:11 -07:00 |
|