Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #5446 from boundlessgeo/BD-2279-authmanager-singleton
[auth] Authmanager singleton API removal
- Loading branch information
Showing
with
372 additions
and 297 deletions.
- +10 −12 python/core/auth/qgsauthmanager.sip
- +11 −0 python/core/qgsapplication.sip
- +15 −19 src/app/qgisapp.cpp
- +2 −1 src/auth/basic/qgsauthbasicmethod.cpp
- +1 −1 src/auth/identcert/qgsauthidentcertedit.cpp
- +4 −3 src/auth/identcert/qgsauthidentcertmethod.cpp
- +5 −4 src/auth/pkipaths/qgsauthpkipathsmethod.cpp
- +5 −4 src/auth/pkipkcs12/qgsauthpkcs12method.cpp
- +8 −7 src/core/auth/qgsauthcertutils.cpp
- +17 −10 src/core/auth/qgsauthmanager.cpp
- +17 −6 src/core/auth/qgsauthmanager.h
- +18 −3 src/core/qgsapplication.cpp
- +10 −0 src/core/qgsapplication.h
- +2 −1 src/core/qgsdatasourceuri.cpp
- +2 −2 src/core/qgsfiledownloader.cpp
- +2 −2 src/core/qgsgml.cpp
- +1 −1 src/core/qgsmaplayer.cpp
- +6 −4 src/core/qgsnetworkaccessmanager.cpp
- +41 −41 src/gui/auth/qgsauthauthoritieseditor.cpp
- +9 −9 src/gui/auth/qgsauthcertificateinfo.cpp
- +3 −2 src/gui/auth/qgsauthcerttrustpolicycombobox.cpp
- +17 −16 src/gui/auth/qgsauthconfigedit.cpp
- +11 −10 src/gui/auth/qgsauthconfigeditor.cpp
- +3 −2 src/gui/auth/qgsauthconfigidedit.cpp
- +13 −13 src/gui/auth/qgsauthconfigselect.cpp
- +9 −8 src/gui/auth/qgsautheditorwidgets.cpp
- +26 −25 src/gui/auth/qgsauthguiutils.cpp
- +12 −12 src/gui/auth/qgsauthidentitieseditor.cpp
- +3 −2 src/gui/auth/qgsauthimportcertdialog.cpp
- +3 −2 src/gui/auth/qgsauthimportidentitydialog.cpp
- +6 −5 src/gui/auth/qgsauthmasterpassresetdialog.cpp
- +11 −11 src/gui/auth/qgsauthserverseditor.cpp
- +2 −1 src/gui/auth/qgsauthsettingswidget.cpp
- +5 −4 src/gui/auth/qgsauthsslconfigwidget.cpp
- +4 −3 src/gui/auth/qgsauthsslerrorsdialog.cpp
- +4 −3 src/gui/auth/qgsauthsslimportdialog.cpp
- +7 −7 src/gui/auth/qgsauthtrustedcasdialog.cpp
- +7 −6 src/gui/qgscredentialdialog.cpp
- +2 −2 src/providers/wcs/qgswcscapabilities.cpp
- +3 −2 src/providers/wcs/qgswcsprovider.h
- +3 −2 src/providers/wfs/qgswfsdatasourceuri.h
- +3 −2 src/providers/wms/qgswmscapabilities.h
- +2 −2 src/server/qgsserver.cpp
- +11 −11 tests/src/core/testqgsauthmanager.cpp
- +3 −3 tests/src/python/test_authmanager_password_ows.py
- +2 −1 tests/src/python/test_authmanager_pki_ows.py
- +2 −1 tests/src/python/test_authmanager_pki_postgres.py
- +3 −3 tests/src/python/test_authmanager_proxy.py
- +2 −2 tests/src/python/test_authsettingswidget.py
- +2 −2 tests/src/python/test_offline_editing_wfs.py
- +2 −2 tests/src/python/test_qgsauthsystem.py
Oops, something went wrong.