From 088ec70928261bacebf5266d83eacba3b4ea610c Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Wed, 29 Jan 2025 12:40:06 +0300 Subject: [PATCH] stable result --- .idea/.gitignore | 8 -- .idea/SkirdaElectronLauncher.iml | 7 +- .idea/codeStyles/Project.xml | 1 + .idea/jsLibraryMappings.xml | 6 - .idea/workspace.xml | 104 +++++++++++++++++ app/app.ejs | 1 + app/assets/images/icons/telegram.svg | 9 ++ app/assets/js/authmanager.js | 33 ++---- app/assets/js/configmanager.js | 3 +- app/assets/js/distromanager.js | 5 +- app/assets/js/scripts/landing.js | 2 +- app/assets/js/scripts/loginOptions.js | 12 +- app/assets/js/scripts/loginSkirdaDiscord.js | 96 +++++++++++---- app/assets/js/scripts/settings.js | 2 + app/assets/js/scripts/skirda/auth/telegram.js | 109 ++++++++++++++++++ app/assets/js/scripts/uibinder.js | 1 + app/loginOptions.ejs | 16 ++- app/loginSkirdaTelegram.ejs | 42 +++++++ 18 files changed, 388 insertions(+), 69 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/workspace.xml create mode 100644 app/assets/images/icons/telegram.svg create mode 100644 app/assets/js/scripts/skirda/auth/telegram.js create mode 100644 app/loginSkirdaTelegram.ejs diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 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/SkirdaElectronLauncher.iml b/.idea/SkirdaElectronLauncher.iml index 7ee078d..5e764c4 100644 --- a/.idea/SkirdaElectronLauncher.iml +++ b/.idea/SkirdaElectronLauncher.iml @@ -1,4 +1,9 @@ - + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 089b600..34af152 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,6 @@ +