Commit graph

4815 commits

Author SHA1 Message Date
JonnyWong16
5c885a7e57
Remove clear logs button from settings 2021-07-02 15:14:31 -07:00
JonnyWong16
3422a99fc5
Remove duplicates from Imgur and Cloudinary lookup tables 2021-07-01 16:58:18 -07:00
JonnyWong16
c6548c80b3
Fix deleted libraries adding to watch statistics
* Fixes #1456
2021-07-01 16:31:50 -07:00
JonnyWong16
f7fc16a1d8
Don't hash a blank password when removing authentication
* Fixes #1455
2021-07-01 10:52:22 -07:00
JonnyWong16
5a4ee2179a
Fix guest session user ID in history query
* Fixes #1454
2021-07-01 10:41:33 -07:00
JonnyWong16
1f87799e57
Improve token security for Python 3 2021-07-01 09:21:46 -07:00
JonnyWong16
b4598dca20
Update remote app notification agent platform specific settings 2021-06-30 18:01:39 -07:00
JonnyWong16
15c7212031
Add option group type to notifier and newsletter config modal 2021-06-30 17:43:48 -07:00
JonnyWong16
741f3d836a
Rename Tautulli android app to remote app 2021-06-27 12:45:32 -07:00
JonnyWong16
bde2372d90
Add platform and version to mobile devices 2021-06-27 11:46:47 -07:00
JonnyWong16
c0837defed
Fix padding on newsletter config modal 2021-06-27 10:51:04 -07:00
JonnyWong16
9476897527
v2.7.4 2021-06-19 11:45:57 -07:00
JonnyWong16
eb46ff41fc
Show search bar in collapsed navbar
* Fixes #1446
2021-06-18 11:05:10 -07:00
JonnyWong16
fe034d97b1
Fix blank columns not added to csv / json export 2021-06-18 10:01:06 -07:00
JonnyWong16
e99063d6c0
Test data folder writable with file
* Fixes #1441
2021-06-18 09:40:17 -07:00
JonnyWong16
394a411167
Don't hash a blank password 2021-06-17 09:29:02 -07:00
JonnyWong16
6085eec8c2
Update exporter fields 2021-06-15 22:25:59 -07:00
JonnyWong16
fec17a7344
Update PlexAPI to 4.6.1 2021-06-15 22:12:59 -07:00
JonnyWong16
b0a395ad0b
Always hash http password 2021-06-15 21:09:37 -07:00
JonnyWong16
dff9a56950
Add len function to notification expressions 2021-06-09 15:40:35 -07:00
JonnyWong16
9ca5d81b60
Update graphs SQL queries to match homepage 2021-06-05 12:25:12 -07:00
JonnyWong16
98b4fa41a7
Don't show seconds in users / libraries total duration 2021-06-05 10:29:09 -07:00
JonnyWong16
fcc70a9b74
Fix rounding of seconds in user / library watch time stats 2021-06-05 10:28:45 -07:00
JonnyWong16
b9c1dccf48
Fix rounding of seconds on home stats 2021-06-05 09:48:39 -07:00
JonnyWong16
092d858b12
Update library and user watch time query to match homepage 2021-06-05 08:54:13 -07:00
JonnyWong16
895d67fad3
Patch ipwhois host lookup
* Args need to be unpacked into the namedtuple
2021-06-02 11:31:14 -07:00
JonnyWong16
1d0ece57c9
Fix notification agent help text tab links 2021-06-02 11:30:30 -07:00
JonnyWong16
41dfd27ff7
Add reveal button to setup wizard password field 2021-05-28 18:21:06 -07:00
JonnyWong16
80a836e3e0
Don't append notification children if failed to retrieve metadata 2021-05-26 17:54:49 -07:00
JonnyWong16
45879d0049
Add documentation for notification text expressions 2021-05-25 12:22:48 -07:00
JonnyWong16
93ed5c5eb8
Helper round ndigits is optional 2021-05-25 11:54:17 -07:00
JonnyWong16
843f7bcabe
Fix article typo in condition tilde help text 2021-05-25 11:28:06 -07:00
JonnyWong16
4fa0aafcc1 Fix limit quality profile to source bitrate 2021-05-25 11:25:18 -07:00
JonnyWong16
70e88a9013 Add tilde for blank condition values 2021-05-25 11:25:18 -07:00
JonnyWong16
a2b2d1d227 Replace eval functions with helpers to catch exceptions 2021-05-25 11:25:18 -07:00
JonnyWong16
3510224cde
Fix notification param prefix/suffix without literal text 2021-05-24 16:52:33 -07:00
JonnyWong16
006cfd1ffa
Allow < and > in string eval 2021-05-24 13:22:19 -07:00
JonnyWong16
d9f702e7f2
Add ability to evaluate math in notification text 2021-05-24 12:53:41 -07:00
JonnyWong16
be86ddbec0
v2.7.3 2021-05-22 21:16:41 -07:00
JonnyWong16
fc2ab8be25
Set themoviedb lookup rating key 2021-05-19 21:43:32 -07:00
JonnyWong16
2ea8ac133a Fix hidden and advanced settings css 2021-05-16 16:32:13 -07:00
JonnyWong16
cf0cc36b15 Expose Tautulli update check interval setting 2021-05-16 16:32:13 -07:00
JonnyWong16
28439b5042 Change check GitHub interval to hours 2021-05-16 16:32:13 -07:00
JonnyWong16
b8d0bbe930 Add settings to toggle repeat update notifications 2021-05-16 16:32:13 -07:00
JonnyWong16
0659e60720 Check for existing notify tag for PMS and Tautulli update notifications 2021-05-16 16:32:13 -07:00
JonnyWong16
e0a85e2391 Add tag to notify_log database table 2021-05-16 16:32:13 -07:00
JonnyWong16
2bc25c459f Fix incorrect quality profile when transcoding increases bitrate 2021-05-16 16:32:13 -07:00
JonnyWong16
e5da3423e9
Add duration in seconds to notification parameters
Fixes #1434
2021-05-14 16:23:13 -07:00
JonnyWong16
35b69b8cfc
Update label workflows
[skip ci]
2021-05-14 16:00:02 -07:00
JonnyWong16
40b1aa0737
Update pull request template
[skip ci]
2021-05-14 14:43:20 -07:00