Commit graph

84 commits

Author SHA1 Message Date
JonnyWong16
317a9f0b8e Dynamically adjust user recently watched items
Only show one row of recently watched items which adjusts to the window
size, similar to recently added items.
2015-08-19 00:51:27 -07:00
JonnyWong16
1ec1edefdd More style changes across site 2015-08-18 19:05:14 -07:00
JonnyWong16
bbaf428fd8 Fix "Select columns" button text 2015-08-18 13:41:34 -07:00
Tim
c1c7911d08 Fix IP modal on history tab of user page. 2015-08-17 21:21:02 +02:00
Tim
51e1949538 Hide delete and watched columns in column selector.
Add delete mode to user history tab too.
Some styling changes.
2015-08-16 23:30:45 +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
James Royal
804a667b19 New profile URLs are saved to the database 2015-08-14 23:52:28 -05: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
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
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
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
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
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
e1e3659eb3 Fix buggy behaviour if user sets friendly name as blank.
Hide "clear logs" button when viewing PMS logs (it has no impact on those).
Start major clean up of classes.
Initial work to allow SSL communication to Plex servers.
2015-07-04 23:18:06 +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
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
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
12331e1c4c Try to write the plex_users table during config save.
Only load tables on user info page if we need to.
Make sure we don't pass user definable input directly into our queries.
Neaten some code.
2015-07-01 13:11:15 +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
c0f487940f Start front-end clean up and documentation. 2015-06-25 01:03:44 +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
fe6d5f17f0 Add recently watched to user screen 2015-06-21 11:21:23 +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
7e238d6e62 New class to handle Datatables requests (very rough still)
Start cleaning up webserve
2015-06-19 14:40:29 +02:00