Skip to content

Commit cc7b0ee

Browse files
committed
Remove support for client side system proxy credentials
1 parent dd78fc5 commit cc7b0ee

9 files changed

+0
-623
lines changed

src/gui/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ set(client_UI_SRCS
1717
shareusergroupwidget.ui
1818
shareuserline.ui
1919
tlserrordialog.ui
20-
proxyauthdialog.ui
2120
notificationwidget.ui
2221
logbrowser.ui
2322
)
@@ -62,8 +61,6 @@ set(client_SRCS
6261
thumbnailjob.cpp
6362
quotainfo.cpp
6463
accountstate.cpp
65-
proxyauthhandler.cpp
66-
proxyauthdialog.cpp
6764
tooltipupdater.cpp
6865
notificationwidget.cpp
6966
notificationconfirmjob.cpp

src/gui/accountmanager.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "common/asserts.h"
1818
#include "configfile.h"
1919
#include "creds/credentialmanager.h"
20-
#include "proxyauthhandler.h"
2120
#include <cookiejar.h>
2221
#include <creds/httpcredentialsgui.h>
2322
#include <theme.h>
@@ -393,8 +392,6 @@ void AccountManager::deleteAccount(AccountStatePtr account)
393392
AccountPtr AccountManager::createAccount(const QUuid &uuid)
394393
{
395394
AccountPtr acc = Account::create(uuid);
396-
connect(acc.data(), &Account::proxyAuthenticationRequired,
397-
ProxyAuthHandler::instance(), &ProxyAuthHandler::handleProxyAuthenticationRequired);
398395
return acc;
399396
}
400397

src/gui/proxyauthdialog.cpp

-54
This file was deleted.

src/gui/proxyauthdialog.h

-53
This file was deleted.

src/gui/proxyauthdialog.ui

-119
This file was deleted.

0 commit comments

Comments
 (0)