Commit Graph

49 Commits

Author SHA1 Message Date
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 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 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 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 5f203bb837 Bunch of styling changes mostly in settings. Page refresh required. 2015-07-28 22:10:31 +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 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 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 69403dbf07 Add Kodi and Playstation platform images.
Remove unused platform images.
Fix Xbox platform image mapping.
2015-07-25 00:07:35 +02:00
Tim b8f2ea951d Remove responsive datatables plugin - use normal media queries.
Set datatables stateSave to true as default
Remove some old images.
Change button on edit user modal
2015-07-20 01:16:43 +02:00
Tim 63f45d285d More styling changes.
Tables should look better on mobile now.
Don't show table column selector on mobile sizes.
Show more important columns on mobile.
2015-07-19 15:04:17 +02:00
Tim 1c1ad5ab30 Numerous styling changes. Please refresh browser cache after update.
Add option on tables to show/hide columns.
Add option in settings to manually check for updates.
Add option in config to toggle github update checks.
Remove the hidden danger zone link to wipe database.
2015-07-19 13:00:44 +02:00
Tim 19d5eb9abb Start to fix some styling mismatches. 2015-07-19 01:01:27 +02:00
Tim 76279928bd Rewrite of the Datatables class, should be a lot more secure now and maybe slightly faster.
Please clear your browser cache after this update.
2015-07-18 21:33:09 +02:00
Tim a439cdb626 Fix user IPs table breaking if there are blank IPs.
Fix user_id showing on right of history table in info page.
Add Donations button to readme.
2015-07-18 12:23:56 +02:00
Tim 5b2d03f496 Make the shutdown/restart/update screens pretty :) 2015-07-17 23:07:42 +02:00
Tim dd90f2e375 Fix broken search on history tables.
Fix bug in history search which wouldn't search for full title.
Fix bug where user info pages crashes if user no longer in friends list.
Fix bug with query structure, mainly affected incomplete user IP list.
User user id on Top user in home stats.
Add missing Xbox icon.
2015-07-17 21:47:27 +02:00
Tim 4f00ecc070 A new first run setup wizard (WIP)
Move all user related links to use user_id instead of username.
Remove excess debug loggin.
Catch more exceptions on PW importer.
2015-07-17 00:31:46 +02:00
Tim 4cde833f9d Lots of changes which will break things!
You can no longer use your PlexWatch db with PlexPy, import tool is included though.
Removed the need for separate PlexWatch database.
Created PlexWatch import tool (settings -> Monitoring)
Lots of re-writes to most pages.
2015-07-15 00:40:31 +02:00
Tim 2b317f6fd4 Log a full_title field into the metadata table.
Create a clear_all_history_new endpoint to delete all old PlexPy session history IMMEDIATELY.
Add icon in history_new to indicate if video was transcoded or not.
Replace relatively inaccurate percent_completed with icons in history_new.
2015-07-13 12:41:03 +02:00
Tim 65b3930baa Add some test monitoring pages for debugging.
Update the new users table along with the old one.
2015-07-13 00:19:06 +02:00
Tim 887c61a80b Add additional info when hovering over activity pane. 2015-07-12 17:41:59 +02:00
Tim 9152fa01af VERY EXPERIMENTAL CHANGES!
History logging is now under the hood. Disabled by default.
Write new database tables and upgrade old ones.
Provide more detail to get_activity.
2015-07-11 22:10:45 +02:00
Tim b4f1bddc02 Fix some log table styling.
Refresh user list on start-up and schedule refresh every 12 hours.
Handle malformed lines when reading Plex logs slightly more gracefully.
Send back empty list instead of None on some plex.tv requests.
2015-07-04 12:20:37 +02:00
Tim 0810584b46 Add option in settings to view PMS logs, shows last 1000 lines.
Table styling fix.
2015-07-04 00:41:37 +02:00
Tim 349a850451 We're getting our own database!
First code for independent notifications (not linked to PlexWatch).
New notifications panel in Settings (many types still untested).
Standardise the parameters sent to current activity.
Remove notifiers we cannot use.
Styling fixes for sync tables.
2015-07-03 19:50:47 +02:00
Tim b244e09c24 Get started on input validation and config page clean-up.
Minor UI adjustments.
2015-07-02 19:05:59 +02:00
Tim 2aa833d127 Fix crash on user page if user no longer exists as friend.
Provide fallback images if we can't load the real one.
Some sync table improvements.
2015-07-02 15:55:31 +02:00
Tim d2db662e14 We have initial implementation of sync lists (may still be buggy)
To get usernames in sync lists go to Users->Refresh Users.
2015-07-02 13:04:19 +02:00
Tim 69ffaf5292 Some work on sync lists. 2015-07-02 01:48:38 +02:00
Tim 4830cc7d68 Fix header on user IP modal
Return more user data to the info screen.
Some other backend changes
2015-07-01 22:44:30 +02:00
Tim 6f7194593b Implement friendly names across entire project scope. 2015-06-29 21:53:41 +02:00
Tim e7b305a1d5 Early implementation of friendly names. This be aware that this writes a new table to your plexWatch database.
Note: To edit friendly name, go to user page and click the pencil icon next to the user name. Currently only works on home stats and user info page.
Adjust some table styling issues.
Fix bug with user IP modal details not showing.
Fix users default list order.
2015-06-29 01:35:17 +02:00
Tim 762199344c Start styling changes. After updating to this force a refresh (shift+refresh) in your browser to reload styles.
Make more use of card-type layouts.
Make tables responsive.
2015-06-28 16:59:36 +02:00
Tim 838ee5cae9 Improve graph tooltip
One checkbox to group them all
Do not cache graph data
Fix variable for db in init test
Remove superfluous includes
Remove superfluous debug logging
2015-06-24 17:35:41 +02:00
Tim cf502ddd2a Fix some styling issues 2015-06-24 12:27:11 +02:00
Tim 0224c709b0 Add new graphs for watches by day of week and hour of day.
Clean up some graph styling
2015-06-24 00:10:09 +02:00
Tim b47de65e5f Implement graphs page (WIP) 2015-06-23 20:57:28 +02:00
Tim a4a44ec34f Set max width on media title in history tables
Add watch history to show media info page
2015-06-23 14:10:37 +02:00
Tim 9364b06c99 Add platform stats to user page
Re-add user gravatars
Some error catching
Some code clean-up
2015-06-21 17:19:19 +02:00
Tim ba18c5b96e Add recently watched to user screen 2015-06-21 14:00:14 +02:00
Tim 6a026d510d Template the Datatables JS
Add Links to user screen
Add Public IP list to user screen
Add Watch history to user screen
2015-06-20 22:27:12 +02:00
Tim c4504d8be0 Template the stream modal
Template the history table
Add history history to metadata info screens
Fix some more datatables stuff
More webserve housekeeping
2015-06-19 22:27:50 +02:00
Tim 04b290173c Added restart and shutdown links in settings.
No longer exposing passwords in html forms.
Removed some old headphones js.
Minor styling adjustments.
Current activity on home screen now works.
Some history table fixes and additions.
Info screen for video items now works.
2015-06-16 17:35:52 +02:00
Tim f0864d3531 Implemented info modal on History page.
Updated Datatables.
Updated to match current PlexWatchWeb styling.
Some code clean-up.
2015-06-13 20:21:21 +02:00
Tim 88daa3fb91 Initial Commit 2015-02-22 18:32:51 +02:00