Commit graph

2693 commits

Author SHA1 Message Date
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
Tim
dc86297ee5 Fix SSL url discovery bug. 2015-07-24 23:44:17 +02:00
Tim
5a9257074b Fix Pushover notification bug which would display blank api token field.
Fix PlexWatch db importer to not bomb out if it finds characters in the rating key it cannot decode.
Fix PlexWatch db importer to use the correct plexWatch columns for titles, instead of the messed up xml.
2015-07-24 22:45:12 +02:00
Tim
b394ebc1a3 Stage three of notification rewrite. Page cache refresh required.
Watched notifications added with configurable cutoff percent.
Styling fixes.
Add information back to settings page for required restart on web interface changes.
Use user_id on user link in activity pane.
Added channels option to Pushbullet.
Possible fix for text encoding issues in Plexwatch importer.
Thread the notifications.
Move most of the notification logic to the notification handler.
2015-07-24 00:53:31 +02:00
Tim
8a16fcfbb6 Stage two of notification rewrite. Page cache refresh required.
Each notification agent has it's own play/stop toggles.
Simplified global notification options.
2015-07-23 01:42:57 +02:00
Tim
e309d6ba92 Stage one of notification rewrite. Page cache refresh required.
Each notification has it's own modal config now, PlexWeb-style.
Few minor text changes.
2015-07-22 01:40:20 +02:00
Tim
bb3139727e Settings page rewrite. Please clear page cache if things look funky.
Set default check github to enable after first run.
2015-07-21 01:17:05 +02:00
Tim
9a5348dbfa Fix Arnie going out of range.
Fix link on home stats top user to use the user_id.
2015-07-20 20:02:58 +02:00
Tim
a1f52d2bc8 Remove min validation on notification options which would cause error while trying to save. 2015-07-20 01:42:56 +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
2b118304f0 Server was being killed on state change before it could retrieve quote. 2015-07-18 23:33:45 +02:00
Tim
ba1dfea9eb Fix bug on info pages for Shows.
Return error parameter to Datatables on exception.
Return draw counter to Datatables.
2015-07-18 23:27:20 +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
cf55f239fb PHT sometimes not logging IP. This fix may help. 2015-07-17 23:42:25 +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
30c20b3061 Fix issue with server verification when working remotely. 2015-07-17 17:29:14 +02:00
Tim
637339ea62 Fix SSL communication issues.
Add remote server switch in config.
Add compulsory server verification in settings.
Store the machine_id in settings for quick retrieval.
Add setup complete screen on setup wizard and increase delay.
Refresh server URL params on startup and set up 12 hourly refresh schedule.
Use outer join on history tables.
Add extra exception in http_handler to catch http requests trying to communicate with https-only server.
2015-07-17 16:48:47 +02:00
Tim
61daedf1a5 Add config option to force SSL connections to PMS. 2015-07-17 01:09:27 +02:00