nirvn
e875e5ed40
[FEATURE][ogr/gdal] Add UI to expose HTTP(S) and cloud datasets
2018-04-26 10:37:23 +07:00
Juergen E. Fischer
c3573b1636
more translation string fixes and updates
2018-02-17 11:33:36 +01:00
Nyall Dawson
a08c05b20c
Fix clazy fully-qualified-moc-types warnings
...
From the clazy docs:
"Warns when a signal, slot or invokable declaration is not using fully-qualified
type names, which will break old-style connects and interacting with QML."
2018-02-02 19:52:01 +11:00
Nyall Dawson
4da1ce8404
Drop redundant virtual keywords on overrides
...
Run clang-tidy modernize-use-override to remove all the redundant
virtual keywords from overridden methods, and add some missing
overrides.
Another benefit is that this has also added the overrides
on destructors, which will cause a build failure if a base
class is missing a virtual destructor.
2017-12-16 08:49:36 +10:00
Alessandro Pasotti
6f0659742b
[auth] Morph the mutex from a pointer to a member var
2017-11-16 16:01:37 +01:00
Alessandro Pasotti
674467b95e
[auth] Thread safe auth methods with recursive mutex
...
Add a mutex to the base class and use that
mutex to protect all public methods of the
authentication methods.
2017-11-16 16:01:37 +01:00
Alessandro Pasotti
dfc0305420
Merge pull request #5631 from boundlessgeo/bd-2437-certs-format-sniffing
...
[auth] Moved the PEM/DER sniffing to a common private function
2017-11-16 09:04:00 +01:00
Alessandro Pasotti
2a8ea5dc30
[auth] Simplify code and add a *.* filter for certs and keys selection
2017-11-15 11:00:44 +01:00
Alessandro Pasotti
1a17b90026
Disable PG test
2017-11-14 17:58:37 +01:00
Alessandro Pasotti
14df327167
[auth][ogr] Added test cases for all supported drivers
2017-11-14 17:58:36 +01:00
Alessandro Pasotti
dc6101a6da
[auth] Add tests for Basic auth CAs on OGR and PG
...
providers
2017-11-14 17:58:36 +01:00
Alessandro Pasotti
276bd1bfe1
[auth] Add trusted root CAs to OGR PG connnections
2017-11-14 17:58:27 +01:00
Alessandro Pasotti
58fdd70a54
[auth][feature][ogr] Hide credentials from URI, use authcfg
2017-11-13 18:23:54 +01:00
Alessandro Pasotti
3919cc2f4a
[auth][ogr][feature] Add basic authentication to selected OGR sources
...
- Protocol
- DB (integration with QGIS auth system)
2017-11-13 18:22:49 +01:00
Alessandro Pasotti
73fec4adc7
[bugfix][auth] Basic method uses trusted CAs when connecting to DB
...
Fixes #17392
2017-11-03 14:55:01 +01:00
Larry Shaffer
671ce6359f
[auth] Integrate cert viable functions into auth system
2017-10-27 14:06:52 -06:00
Alessandro Pasotti
d64529f4ce
[api][auth] Removed get prefix from all getters in auth manager
2017-10-27 14:27:29 +02:00
Larry Shaffer
3210f8546a
Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1
...
[auth] Convert PKCS8 to PKCS1 private keys (for macOS)
2017-10-26 12:42:12 -06:00
Alessandro Pasotti
48984dd089
[auth] Authmanager singleton removal from API
2017-10-26 10:10:27 +02:00
Larry Shaffer
025c6f2e25
[auth] Add error trap and debug fixes for PKCS#12 auth method
2017-10-18 16:07:04 -06:00
Alessandro Pasotti
8b0f4239db
[auth] Removed self-signed CAs from datasource uri items
2017-10-17 08:28:58 +02:00
Alessandro Pasotti
922b1e02c9
[auth] Removed oauth3 from cmake
2017-10-16 11:18:40 +02:00
Alessandro Pasotti
c11e5a4a8f
[auth] Add checkbox to exclud root CAs from bundles on pkipkcs12 method
2017-10-16 10:54:52 +02:00
Alessandro Pasotti
891f8f20ef
[auth] Add checkbox to exclud root CAs from bundles on pkipath method
2017-10-16 10:54:29 +02:00
Alessandro Pasotti
032f225fd7
[auth] Merge CAs added by PKI bundles to the trusted CAs
2017-10-16 09:38:37 +02:00
Alessandro Pasotti
7b7dad0853
[auth] Add CAs to the connection for pkipkcs12
2017-10-13 13:02:40 +02:00
Alessandro Pasotti
7cb908aabd
[auth] Add CAs to the connection for pkipaths
2017-10-13 13:02:20 +02:00
Alessandro Pasotti
eb5c559d2f
Merge pull request #5332 from boundlessgeo/auth_mutex
...
[auth] Add mutexes to protect access to authentication config cache from multiple threads
2017-10-11 10:06:00 +02:00
Nyall Dawson
fea2726c1c
Flip autoconnected slots to explicit connections, pt 1
2017-10-09 07:30:52 +10:00
Alessandro Pasotti
057ddc2cee
[auth] Added mutex to protect cache for pkipkcs12 auth
2017-10-06 18:11:43 +02:00
Alessandro Pasotti
537ebcc779
[auth] Added mutex to protect cache for pkipaths auth
2017-10-06 18:11:22 +02:00
Alessandro Pasotti
71d90261f2
[auth] Added mutex to protect cache for identcert auth
2017-10-06 18:11:01 +02:00
Alessandro Pasotti
d76b04a975
[auth] Added mutex to protect cache for basic auth
2017-10-06 18:10:38 +02:00
Nyall Dawson
04a9cd9211
Add more consistency to doxygen formatting
2017-10-06 08:19:00 +10:00
Nyall Dawson
92af1dacaf
Replace default constructors/destructors with = default
2017-10-01 06:52:14 +10:00
Nyall Dawson
8c3939e756
More efficient use of QStrings
...
- use .isEmpty() instead of == QLatin1String( "" ) to check for
empty strings
- use .clear() instead of = QLatin1String( "" ) to empty a string
- remove unnecessary QString initializations
2017-09-28 05:25:51 +10:00
Alessandro Pasotti
829702bd24
Merge pull request #5253 from boundlessgeo/auth_proxy
...
[auth][feature][needs-docs] Proxy authentication integration with QGIS authentication system
2017-09-27 17:41:53 +02:00
Nyall Dawson
a87d352bd7
Run clang-tidy modernize-use-default-member-init to move member
...
initialization to headers (c++11 style)
2017-09-27 05:02:34 +10:00
Alessandro Pasotti
07e1bd9c38
[auth] Added updateNetworkProxy method to auth manager
...
This allows to apply stored proxy auth settings to the
proxy configuration.
2017-09-25 17:39:41 +02:00
Alessandro Pasotti
547cbe67bb
[auth] Add proxy to providers for http basic
2017-09-25 14:04:42 +02:00
Nyall Dawson
f69d1c2065
Convert isolated '...' strings to '…'
...
Ideally we'd replace ALL ... instances to …, but need to
first work out how to avoid the translation burden of this
change
2017-06-05 09:56:58 +10:00
Juergen E. Fischer
135882259c
include metadata headers in install (followup 3a965e6d)
2017-05-08 13:21:23 +02:00
Alessandro Pasotti
090d5305e5
[feature][needs-docs] Master Password integration with OS password manager
...
This PR adds (optional) synchronization of the master password
with the OS password manager (AKA wallet/keychain).
A set of new menu items has been added in the options ->
authentication -> utilities to manage the new behavior.
Notifications are handled by the message bar unless the
password r/w operation is triggered from a modal dialog,
in this case the notifications will be routed through
the recently exposed QgisApp::showSystemNotification
that uses the OS tray notifications.
This new feature requires libqt5keychain, and was tested
with v. 0.5+
2017-04-11 15:00:29 +02:00
Denis Rouzaud
2e7de50b42
run astyle on src/*
2017-03-03 09:09:37 +01:00
Denis Rouzaud
7812d4fb17
remove the-prefix from source code
...
this might result in variables having the same name as some methods
2017-02-21 18:14:58 +01:00
Nyall Dawson
b5480633e4
Standardise names for static variables
...
All non-const variables are prefixed with "s", all const
statics are ALL_CAPS
2017-01-14 16:40:24 +10:00
Matthias Kuhn
4c1f178ac9
Add qgis_gui.h with GUI_EXPORT macro
2017-01-05 00:12:11 +01:00
Matthias Kuhn
0302719cf0
Add qgis_core.h to with CORE_EXPORT macro
...
This removes complexity from the compiler flags because defines
happen in a file.
2017-01-05 00:12:11 +01:00
Larry Shaffer
4c2725b069
Use Qt5 non-OpenSSL define in testing for SSL support
2016-11-20 15:30:12 -07:00
Nyall Dawson
4166a3ea62
Fix most clazy qstring-unneeded-heap-allocations warnings
...
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
2016-10-24 15:26:24 +10:00