From 8f7193ee9393cc40fbddb48231e14bcc16d65fc6 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Tue, 24 Feb 2015 13:37:27 +0000 Subject: [PATCH] Change authentication credentials to display more securely on config pages. --- CHANGES.md | 1 + .../interfaces/default/config_anime.tmpl | 2 +- .../interfaces/default/config_general.tmpl | 2 +- .../default/config_notifications.tmpl | 28 ++-- .../interfaces/default/config_providers.tmpl | 16 +- .../interfaces/default/config_search.tmpl | 10 +- sickbeard/helpers.py | 14 ++ sickbeard/webserve.py | 149 ++++++++++++++---- 8 files changed, 167 insertions(+), 55 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4912a7da..e94e741a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ * Remove unused SickBeardURLOpener and AuthURLOpener classes * Update Pushbullet notifier (port from midgetspy/sickbeard) * Change startup code cleanup and PEP8 +* Change authentication credentials to display more securely on config pages [develop changelog] diff --git a/gui/slick/interfaces/default/config_anime.tmpl b/gui/slick/interfaces/default/config_anime.tmpl index d3d8a437..cab6722e 100644 --- a/gui/slick/interfaces/default/config_anime.tmpl +++ b/gui/slick/interfaces/default/config_anime.tmpl @@ -94,7 +94,7 @@ diff --git a/gui/slick/interfaces/default/config_general.tmpl b/gui/slick/interfaces/default/config_general.tmpl index 0d4b7e11..6072ceb7 100644 --- a/gui/slick/interfaces/default/config_general.tmpl +++ b/gui/slick/interfaces/default/config_general.tmpl @@ -342,7 +342,7 @@ diff --git a/gui/slick/interfaces/default/config_notifications.tmpl b/gui/slick/interfaces/default/config_notifications.tmpl index 9efce083..b38b2c18 100644 --- a/gui/slick/interfaces/default/config_notifications.tmpl +++ b/gui/slick/interfaces/default/config_notifications.tmpl @@ -1,6 +1,6 @@ #import sickbeard #import re -#from sickbeard.helpers import anon_url +#from sickbeard.helpers import anon_url, starify #set global $title = 'Config - Notifications' #set global $header = 'Notifications' @@ -139,7 +139,7 @@