Commit graph

364 commits

Author SHA1 Message Date
JonnyWong16
85eaed57e0
Clean up lookup table unique constraints on start up 2022-07-18 15:33:37 -07:00
JonnyWong16
6e6de11aaa
Cache usernames for log filter
* Fixes #1705
2022-07-18 15:31:23 -07:00
JonnyWong16
ec99a2f3d9
Fix updating cron default value in newsletter table 2022-07-03 15:22:25 -07:00
JonnyWong16
285fa3a0f5
Clear user friendly name if equal to username 2022-07-03 15:22:25 -07:00
JonnyWong16
df54df5e65
Set PlexAPI log level to debug 2022-04-26 11:02:07 -07:00
JonnyWong16
aa6592eec7
Fix importing Plex usernames
* Fixes #1710
* Also import the user title (Full Name)
2022-04-08 20:03:05 -07:00
JonnyWong16
297620f4a9
Reorder db migrations 2022-02-21 09:42:50 -08:00
JonnyWong16
98d02d0b89
Add missing column to sessions table 2021-11-13 21:03:34 -08:00
JonnyWong16
91e0d4b403
Revert "Restrict plexapi to Python>=3.7"
This reverts commit fdde2c6143.
2021-10-15 18:01:23 -07:00
JonnyWong16
fdde2c6143
Restrict plexapi to Python>=3.7 2021-10-15 02:00:35 -07:00
JonnyWong16
5e6126ecbd
Fix system timezone string 2021-10-15 02:00:35 -07:00
JonnyWong16
ef8557b50a
Keep docker mount log message when check is disabled 2021-10-09 16:51:18 -07:00
JonnyWong16
a49175b3b1
Add advanced setting to disable docker mount check 2021-10-09 16:42:35 -07:00
JonnyWong16
f4073c30ac
Move docker mount log message 2021-10-09 16:35:10 -07:00
JonnyWong16
9d4d740e8a
Add docker mount warning log message on startup 2021-10-09 16:15:38 -07:00
JonnyWong16
8f3a108f3b
Add docker mount warning message 2021-10-09 16:11:21 -07:00
JonnyWong16
09eba5d8b5
Add startup error alert message 2021-08-27 14:17:16 -07:00
JonnyWong16
3422a99fc5
Remove duplicates from Imgur and Cloudinary lookup tables 2021-07-01 16:58:18 -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
28439b5042 Change check GitHub interval to hours 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
da1c342971 Store JWT token in database 2021-05-14 14:03:05 -07:00
JonnyWong16
7045597c61
Add Plex server down notification threshold setting 2021-04-03 11:34:53 -07:00
JonnyWong16
b3a7850b55
Add version info to database 2021-03-29 00:20:55 -07:00
JonnyWong16
62fe591d19
Update session_history table indices stopped asc 2021-03-27 21:54:08 -07:00
JonnyWong16
3136e0c82f
Add more database indices 2021-03-27 21:37:05 -07:00
JonnyWong16
6086e84630
Migrate section_id to session_history table 2021-03-27 21:35:05 -07:00
JonnyWong16
6b9cbc0a7a
Create session_history database indices 2021-03-27 19:49:03 -07:00
JonnyWong16
5f2e3f58e7
Accept disabled OneSignal id 2021-03-20 12:38:01 -07:00
JonnyWong16
f31f1f1a17
Fix default cron value in database newsletters table 2021-03-19 21:02:55 -07:00
JonnyWong16
8549306a7b
Stop showing entire changelog on new install
[skip ci]
2021-03-05 19:33:01 -08:00
JonnyWong16
6ee9e99c23
Bit of cleanup 2021-02-28 15:24:34 -08:00
JonnyWong16
63866e8b52
Merge pull request #1388 from herby2212/master
add audio language to stream data
2021-02-28 15:23:11 -08:00
herby2212
bb767deb7d add audio language code and format code 2021-02-28 21:46:01 +01:00
herby2212
d4986a5018 add audio language to stream data 2021-02-28 17:48:25 +01:00
JonnyWong16
3b5801a2cd
Add function to initialize plexapi 2021-02-27 19:17:33 -08:00
JonnyWong16
e9e8fd31a4
Reload plexapi module after changing environment variables 2021-02-22 17:34:29 -08:00
JonnyWong16
6e160bb8f8
Remove Windows exe auto updater 2021-02-12 19:11:46 -08:00
JonnyWong16
2fc7b08909
Add misfire grace time to scheduled tasks 2021-01-09 14:15:32 -08:00
JonnyWong16
249533ac51
Migrate snap user data 2021-01-05 17:56:53 -08:00
JonnyWong16
b54210480f
Don't shutdown for Windows installer update 2020-12-22 19:09:27 -08:00
JonnyWong16
c319a4a5cc
Don't auto restart when updating Windows install 2020-12-22 16:22:45 -08:00
JonnyWong16
da3bc127dc
Add TAUTULLI_SNAP environment variable 2020-12-17 12:48:12 -08:00
JonnyWong16
c0453eae47
Fix unique img_hash in database 2020-11-02 19:49:33 -08:00
JonnyWong16
558023e18e
Improve startup speed by refreshing on a separate thread 2020-10-25 13:07:42 -07:00
JonnyWong16
8157ee7811
Cache GitHub update check on startup
* Fixes Tautulli/Tautulli-Issues#184
2020-10-25 11:39:48 -07:00
JonnyWong16
d746d2913f
Fix mobile device table migration 2020-10-25 10:51:32 -07:00
JonnyWong16
44c643d7da
Add progress percent to export table 2020-10-15 21:56:20 -07:00
JonnyWong16
5a14b5bc35
Add all Plex server and Tautulli info to register device response 2020-10-15 11:16:15 -07:00