Commit graph

46 commits

Author SHA1 Message Date
Jonathan Wong
381c3da31c Add media info table to library page 2016-01-15 20:59:02 -08:00
Jonathan Wong
771885f27f Add update metadata feature
* Use rating_key instead of item_id for history info
2016-01-15 20:48:47 -08:00
Jonathan Wong
f9f65eae53 Add duration to history table footer 2015-12-13 09:36:54 -08:00
Jonathan Wong
c25c48c1a6 Add watched percent to history table tooltip 2015-10-12 00:28:05 -07:00
Jonathan Wong
2616e14c83 Add "player" to tables
* Also rename user platforms to user players
* Fix other platform vs. player ambiguities
2015-09-29 22:43:23 -07:00
Jonathan Wong
8b52548016 Fix delete mode to use list of child id's instead of loop 2015-09-27 22:43:42 -07:00
Jonathan Wong
960c281659 Add icon change from plus to minus 2015-09-27 14:42:38 -07:00
Jonathan Wong
d9d04f4857 Remove href for non-expandable rows. 2015-09-27 14:17:51 -07:00
Jonathan Wong
b84f214030 Align expand history icon 2015-09-27 12:06:59 -07:00
Jonathan Wong
82b567f15f Fix merge conflicts 2015-09-27 11:59:20 -07:00
Jonathan Wong
7327be1ff8 Pass audio_decision to history tables 2015-09-27 10:26:35 -07:00
Jonathan Wong
dcb7486fd6 Fix audio transcode/stream/play icon on history tables 2015-09-25 12:13:00 -07:00
Jonathan Wong
f921035ee7 Fix ajax message alignment on datatables 2015-09-24 18:18:07 -07:00
Jonathan Wong
626e7fdf82 Fix watched status to use watched percent specified in settings 2015-09-16 13:30:05 -07:00
Jonathan Wong
881142d4a1 Update get_history query to use the new reference_id 2015-09-16 11:37:19 -07:00
Jonathan Wong
d6c21e173d Update history table to show grouped items 2015-09-15 23:35:07 -07:00
Jonathan Wong
5f2cf6cb7a Add links for track items on tables 2015-09-13 13:33:09 -07:00
Jonathan Wong
1c589fbefa Change season and episode number in history table item title
* For seasons/episodes of any number of digits
2015-09-11 21:09:48 -07:00
Jonathan Wong
c5237547cf Fixed thumbnail for high DPI screens 2015-08-25 12:31:36 -07:00
Jonathan Wong
41c94741e2 Remember selected delete state on table redraw 2015-08-24 14:21:21 -07:00
Jonathan Wong
7ba6d704cd Add group delete feature to history table
* This helps to prevent accidental row deletes
2015-08-23 15:27:36 -07:00
Jonathan Wong
e976e6cf5c Added more detail to history items
* Year for movies
* Season and episode number for episodes
* Album name for tracks
2015-08-22 05:17:30 -07:00
Jonathan Wong
95cd2b4f81 Forgot semicolon 2015-08-22 03:13:23 -07:00
Jonathan Wong
3a703eb605 Move icons to the left
* Added icons for "direct play" and "direct stream"
* Separate icons for "movie" and "episode"
2015-08-22 01:20:11 -07:00
Jonathan Wong
e34865d0dd Initial implementation of tooltips in history table
* Move transcode icon to platform column
* Tooltips for transcode icon and media type icon
* Popover for album art when hover over title
2015-08-20 21:55:11 -07:00
JonnyWong16
fcbc921470 Fix delete history row only if the button is clicked
History row was deleting even when clicking in the table cell outside
the button.
2015-08-20 12:13:54 -07:00
JonnyWong16
968d213b97 Fix platform text clickable and swap column order
Other minor changes to history tables:
* hidden columns with  smaller screen size
* font colour
2015-08-20 12:13:51 -07:00
Tim
bbcf3bf7da Don't reset to page 1 on history row delete. 2015-08-16 23:45:17 +02:00
Tim
6b1a57e650 Add "delete mode" on history table allows individual rows to be deleted permanently.
Add user history purge option in edit user screen. Will remove all history for selected user.
2015-08-16 22:52:08 +02:00
Tim
a039641aba First release
Add text to empty watched percent header
Fix typo on IP modal text
Update README
Update CHANGELOG
2015-08-11 22:43:06 +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
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
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
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
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
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
b244e09c24 Get started on input validation and config page clean-up.
Minor UI adjustments.
2015-07-02 19:05:59 +02:00
Tim
6f7194593b Implement friendly names across entire project scope. 2015-06-29 21:53:41 +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
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
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