luzpaz
2ed603f288
Fix typos ( #2520 )
...
Found via codespell
2025-03-16 12:25:29 -07:00
Tom Niget
de3393d62b
Remove Python 2 handling code ( #2098 )
...
* Remove Python 2 update modal
* Remove Python 2 handling code
* Remove backports dependencies
* Remove uses of future and __future__
* Fix import
* Remove requirements
* Update lib folder
* Clean up imports and blank lines
---------
Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
2024-05-09 22:18:08 -07:00
JonnyWong16
eee5402c80
Add before and after parameter to get_history API command
2021-11-29 20:00:31 -08:00
JonnyWong16
9b4f4b8ae4
Refactor datatables static methods
2021-04-02 11:42:48 -07:00
JonnyWong16
9e0153e962
Set PYTHON2 global variable
2020-04-04 07:57:51 -07:00
JonnyWong16
e26182c96e
Remove list(dict.keys()) --> dict.keys() and list(dict.values()) --> dict.values()
2020-04-01 15:31:15 -07:00
JonnyWong16
cc05552685
Remove from __future__ import absolute_import
2020-03-24 20:17:44 -07:00
JonnyWong16
82c09570c4
Update all future imports for Python 2
2020-03-23 22:11:42 -07:00
JonnyWong16
078685a2a3
Fix imports for Python 2
2020-03-23 22:11:41 -07:00
JonnyWong16
8d5bc88fd9
Merge branch 'nightly' into python3
...
# Conflicts:
# data/interfaces/default/current_activity_instance.html
# plexpy/activity_handler.py
# plexpy/graphs.py
# plexpy/helpers.py
# plexpy/pmsconnect.py
# plexpy/version.py
# plexpy/webserve.py
2020-02-29 15:26:33 -08:00
JonnyWong16
10a7f540ad
Fix filtering history using guid
2020-02-20 12:10:51 -08:00
JonnyWong16
05afa0859c
Run futurize --unicode-literals
2019-11-23 19:21:10 -08:00
JonnyWong16
ab6196589b
Run futurize --stage1
2019-11-23 19:11:42 -08:00
JonnyWong16
c279057f91
Remove unicode strings
2019-11-23 14:37:26 -08:00
JonnyWong16
6a21d7690a
Improve data sanitation ( Fixes Tautulli/Tautulli-Issues#161 )
2019-02-20 18:35:04 -08:00
JonnyWong16
19f029cff0
Rename PlexPy to Tautulli
2017-12-16 12:52:33 -08:00
JonnyWong16
5b4a22276d
Fix args in the correct order for datatables queries
...
Fixes #813
2016-08-26 18:14:26 -07:00
JonnyWong16
17a7019c60
Clean up datatable query with union table
2016-08-14 19:40:23 -07:00
JonnyWong16
669c23ea09
Add current activity to the history table
...
* Needs serious testing.
* Very hacky SQLite query.
2016-08-04 23:25:12 -07:00
JonnyWong16
cb8a5504f6
Cleanup unused modules and imports
...
* Ran code through PyFlakes
2016-05-15 11:32:11 -07:00
JonnyWong16
f4e719749a
Cleanup all imports
...
* Should fix problems with needing to do inline imports
2016-05-07 11:26:00 -07:00
JonnyWong16
e147ce9039
Add all content rating and label filters for guest
2016-05-01 11:06:37 -07:00
JonnyWong16
c0a5a8d775
Filter all library and user data for guests
2016-05-01 11:06:37 -07:00
Jonathan Wong
381c3da31c
Add media info table to library page
2016-01-15 20:59:02 -08:00
Tim
b0fa0d534e
Better sanitization on templates and datatables output.
2015-12-06 14:09:38 +02:00
Jonathan Wong
c4dc81e8fb
Change order args are created for datatable query
...
* Make sure search filter args are created after custom_where
2015-10-18 13:29:29 -07:00
Jonathan Wong
2243cd1de9
Add filtering of media_type from history table
2015-10-18 11:50:01 -07: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
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
d216c0d76a
Enable video logging by default.
...
Move database functions to its own file.
Incorporate datatables changes into original file and remove the test file.
Remove old plexWatch processing and db files and references.
2015-07-15 12:50:33 +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
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
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
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
58a1442fe9
Fix indentation
2015-06-19 15:11:43 +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