From 0877a6bf21ddf882d6c9fa687207e9bd7440e30f Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 13 Aug 2015 23:05:09 +0200 Subject: [PATCH] Add per-user history logging toggle. Uncheck to disable history logging for specific user. On SSL cert bypass check that the method is available before allowing. --- data/interfaces/default/edit_user.html | 15 +++++++++++++-- plexpy/__init__.py | 12 +++++++++++- plexpy/datafactory.py | 25 ++++++++++++++++--------- plexpy/http_handler.py | 2 +- plexpy/monitor.py | 8 ++++++++ plexpy/webserve.py | 14 ++++++++++++-- 6 files changed, 61 insertions(+), 15 deletions(-) diff --git a/data/interfaces/default/edit_user.html b/data/interfaces/default/edit_user.html index 937647d4..f6507a43 100644 --- a/data/interfaces/default/edit_user.html +++ b/data/interfaces/default/edit_user.html @@ -14,6 +14,7 @@ user Return the real Plex username user_id Return the Plex user_id friendly_name Returns the friendly edited Plex username do_notify Returns bool value for whether the user should trigger notifications +keep_history Returns bool value for whether the user's activity should be logged DOCUMENTATION :: END @@ -42,6 +43,12 @@ DOCUMENTATION :: END

Uncheck this if you do not want to receive notifications for this user's activity.

+
+ +

Uncheck this if you do not want this keep any history on this user's activity.

+