865 Commits

Author SHA1 Message Date
Tim e8e5a0b5ff Fix home stats not displaying even if non-TV items have been logged. 2015-08-14 00:20:30 +02:00
Tim 0877a6bf21 Add per-user history logging toggle. Uncheck to disable history logging for specific user.
On SSL cert bypass check that the method is available before allowing.
2015-08-13 23:05:09 +02:00
drzoidberg33 b0ded77571 Merge pull request #60 from drzoidberg33/master
v1.0.1
2015-08-13 19:25:59 +02:00
Tim 001acfc24d v1.0.1 v1.0.1 2015-08-13 19:20:23 +02:00
Tim 5abe314f9f Fix typo on graphs page causing date selection to break on Safari.
Add back bootstrap.css.map
2015-08-13 19:05:29 +02:00
Tim d345893529 Allow SSL cert verify override on Plex.tv requests. 2015-08-12 23:18:37 +02:00
Tim 2c77f2df98 Update contrib file. 2015-08-11 22:56:16 +02:00
Tim a039641aba First release
Add text to empty watched percent header
Fix typo on IP modal text
Update README
Update CHANGELOG
v1.0
2015-08-11 22:43:06 +02:00
Tim de66480d5f Highlight the weekends on daily graphs.
Random bug fixes and cleanups.
2015-08-11 21:56:31 +02:00
Tim c7af1c127c Some styling changes, mainly on the user profile page.
Add provider info to IP lookup modal.
2015-08-10 23:05:23 +02:00
Tim bca1032c8b Fix friendly_name not showing on user stream graph. 2015-08-10 16:02:48 +02:00
Tim 011be2f7ec Provide user feedback when the Check for updates button is clicked. 2015-08-10 15:57:55 +02:00
Tim a8e591f7f7 New graphs for user and platform by stream type.
Add totals to tooltips when more than one series on graph.
2015-08-10 15:47:08 +02:00
Tim 39160df79b Fix bug where graphs would make multiple ajax queries. 2015-08-10 01:52:37 +02:00
Tim 7f75966f43 Stream info graphs and some styling changes. 2015-08-10 00:24:34 +02:00
Tim 0313c65caa Don't count logged music tracks for graph plays. At least not yet. 2015-08-09 14:22:53 +02:00
Tim c59562cf19 Fix thumb for clip items in activity pane.
Use our own icon for Mac OS notifications.
2015-08-09 13:20:32 +02:00
Tim 9564c5ed81 Fix bug on graph tooltips where some values were incorrectly converted to dates.
Format the header on the history modal to human readable date.
2015-08-09 11:46:34 +02:00
Tim d71e12ea6e Load datatables javascript and css with the main graphs page to speed up history table calls.
Fix styling on recently added error.
2015-08-08 17:56:38 +02:00
Tim 4588507426 You can now click a graph point on the daily graph to view which items were viewed for that day. 2015-08-08 15:53:56 +02:00
Tim c28d403186 Graphs now have the option to show duration as well as play count. 2015-08-08 13:34:36 +02:00
Tim 94d2d04bf9 Fix activity pane z-index when music is playing.
Some new graph types (WIP)
Update font-awesome to 4.4.0
2015-08-08 00:32:34 +02:00
Tim fa782641ef Give more descriptive errors when custom notification parameters fail. 2015-08-05 00:13:47 +02:00
Tim f80429ef7a Don't thread before daemonising. 2015-08-04 22:22:42 +02:00
Tim a393d1a50a Add IP modal to info screen.
Display notice for minimum version of PW database import.
Address a bug where a newly added user's watch history would be logged as "Local" until next user list refresh.
2015-08-04 18:34:38 +02:00
Tim c02b7a0079 Fix the way the IP address modal works.
Allow IP address info modal on history page.
Some minor styling changes to improve layout of settings on mobile.
2015-08-04 01:06:56 +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 17d2c615cf Fix header padding.
Use user_id on sync table.
Fix nav tabs direct linking.
2015-08-03 00:07:14 +02:00
Tim 6a97537249 Style tweaks and fixes.
Show tooltip over platform image in activity pane that shows player name.
2015-08-02 22:16:58 +02:00
Tim 5530e87a73 Maxwidth fix on activity. 2015-08-02 20:33:45 +02:00
Tim b08d8eb023 Set maxwdith on activity image.
Try and fix false "watched" notifications when buffering takes too long on playback start.
2015-08-02 18:54:33 +02:00
Tim 1200eae38e Our own favicons and touch icons.
Fix info modal not working on user history screen.
Minor styling fixes.
2015-08-02 18:21:50 +02:00
Tim d6b646323f Move everything to Bootstrap 3. (WIP)
Styling changes.
Remove old unused css.
Some code cleanup on notification handler.
2015-08-02 16:46:35 +02:00
Tim 227e63cb50 Higher quality cover art images. 2015-07-29 12:00:30 +02:00
Tim d750c5f610 Some minor styling changes.
Add album_name as parameter for notifications.
2015-07-29 01:06:21 +02:00
Tim 5f203bb837 Bunch of styling changes mostly in settings. Page refresh required. 2015-07-28 22:10:31 +02:00
Tim 2b187f0bf3 Exclusion tags for notifications. Place text in certain tags to only send that text for a certain media type.
Simple check which disables the Enable IP logging checkbox if Logs folder not set.
Some styling changes.
2015-07-28 01:50:19 +02:00
Tim 8ed94fa122 Give friendlier text for {transcode_decision} notification parameter. 2015-07-27 22:44:42 +02:00
Tim 824d4dfea2 Add metadata parameters to notification string options.
Add SxE to notification title if type is episode.
2015-07-27 22:29:34 +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 eb2b530718 Add new custom notification text options (WIP).
In settings check if debug logging is enabled for IP logging, if not warn and disable checkbox.
Only show video items in user recently watched.
Adjust styling on edit user modal.
Moar Arnie.
2015-07-26 21:23:48 +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 881b25a8d4 You can now toggle notifications per user from the users profile page.
The PlexWatch importer will now also import those users into the PlexPy db.
2015-07-26 00:34:34 +02:00
Tim 2a613c117f Fix bug with activity pane when user isn't an authenticated user.
Fix a grouping issue on users table with the "Local" user.
2015-07-25 21:49:32 +02:00
Tim 41d09066fe Users recently watched should also use the history db for metadata. 2015-07-25 12:48:15 +02:00
Tim 7d9934e4b6 Allow info pages to be pulled from the db instead of the Plex Server, useful for media that has been deleted.
Fix home stats user link if user has no id.
Fix bug in PlexWatch import script which switched around the episode and show titles.
2015-07-25 12:40:38 +02:00
Tim 187f9d7cd4 Remove old config page and references to it.
Remote old PlexWatch database references.
2015-07-25 10:34:41 +02:00
Tim 69403dbf07 Add Kodi and Playstation platform images.
Remove unused platform images.
Fix Xbox platform image mapping.
2015-07-25 00:07:35 +02:00