From 85fc402667f940017d245b6571c328b59f5d068b Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Wed, 18 Dec 2024 12:20:37 +1300 Subject: [PATCH 1/4] Update session class to use newer application tokens from remote Unmanic API --- .idea/.gitignore | 8 +++++++ .idea/dataSources.local.xml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 10 ++++++++ .idea/misc.xml | 2 +- .idea/runConfigurations/Run_Unmanic.xml | 5 ++-- .idea/runConfigurations/Run_Unmanic_Dev.xml | 7 +++--- .idea/unmanic.iml | 2 +- unmanic/libs/session.py | 24 +++++++++----------- unmanic/libs/unmodels/installation.py | 1 + 9 files changed, 40 insertions(+), 21 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..13566b81 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/dataSources.local.xml b/.idea/dataSources.local.xml index bbe4ff1a..58c65ef3 100644 --- a/.idea/dataSources.local.xml +++ b/.idea/dataSources.local.xml @@ -1,6 +1,6 @@ - + " diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index f27bdf62..28237969 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -15,5 +15,15 @@ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f847eee4..6c3f707e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + diff --git a/.idea/runConfigurations/Run_Unmanic.xml b/.idea/runConfigurations/Run_Unmanic.xml index c50b9b4a..97d8235e 100644 --- a/.idea/runConfigurations/Run_Unmanic.xml +++ b/.idea/runConfigurations/Run_Unmanic.xml @@ -1,12 +1,13 @@ - + +