index
:
qt/qtnetworkauth.git
5.10
5.11
5.12
5.13
5.14
5.14.2
5.15
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
Qt Network Authenticators; QtOAuth in particular
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add QT_NO_SSL guard to autotest function declaration
Juha Vuolle
2025-02-20
1
-0
/
+2
*
Add qtcpsocketh.h include
Juha Vuolle
2025-02-20
1
-0
/
+1
*
Simplify and move scopeAndRequestedScope() test to tst_abstractoauth2
Juha Vuolle
2025-01-31
2
-84
/
+62
*
Remove unused variables in setInvalidScope() autotest
Juha Vuolle
2025-01-31
1
-2
/
+0
*
Move scopeCharacterWarnings() autotest to tst_abstractoauth2
Juha Vuolle
2025-01-30
2
-52
/
+52
*
Move setInvalidScope() autotest to tst_abstractoauth2
Juha Vuolle
2025-01-30
2
-53
/
+59
*
Add testcase for different token response content formats
Juha Vuolle
2025-01-30
1
-0
/
+73
*
Rename networkReplyErrors() testcase to tokenReplyErrors()
Juha Vuolle
2025-01-30
1
-4
/
+4
*
Make tst_oauth2codeflow to use shared authorization server
Juha Vuolle
2025-01-30
1
-150
/
+113
*
Make tst_oauth2deviceflow to use shared authorization server
Juha Vuolle
2025-01-30
1
-305
/
+206
*
Introduce shared autotest authorization server
Juha Vuolle
2025-01-30
1
-0
/
+74
*
Move prepareRequest() to tst_abstractoauth2
Juha Vuolle
2025-01-30
2
-11
/
+11
*
Move nonce() common parts to tst_abstractoauth2.cpp
Juha Vuolle
2025-01-30
3
-58
/
+36
*
Move sslConfig() and invalidLeadTime() to tst_abstractoauth2
Juha Vuolle
2025-01-30
3
-38
/
+60
*
Move autoRefresh(), and tokenUrl() common parts into tst_abstractoauth2
Juha Vuolle
2025-01-30
3
-61
/
+78
*
Add dedicated autotest for QAbstractOAuth2
Juha Vuolle
2025-01-30
3
-0
/
+32
*
Rename tst_oauth2 test to tst_oauth2codeflow
Juha Vuolle
2025-01-30
3
-48
/
+39
*
Make webserver and tlswebserver autotest utilities not a header-only
Juha Vuolle
2025-01-30
8
-300
/
+332
*
Make oauthtestutils not a header-only
Juha Vuolle
2025-01-30
4
-64
/
+85
*
QAbstractOAuth2: reject invalid scope-tokens in setRequestedScopeTokens()
Marc Mutz
2025-01-28
1
-2
/
+14
*
QAbstractOAuth2: split the warning function according to encoding
Marc Mutz
2025-01-27
1
-0
/
+53
*
Add QOAUTH2_NO_LEGACY_SCOPE
Marc Mutz
2025-01-24
1
-5
/
+5
*
Issue a warning on invalid scope tokens
Juha Vuolle
2025-01-24
1
-0
/
+40
*
Change '*scopeTokens' type from QStringList to QSet<QByteArray>
Juha Vuolle
2025-01-24
2
-88
/
+100
*
Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'
Juha Vuolle
2025-01-23
2
-74
/
+77
*
QOAuth2DeviceAuthorizationFlow: prepare for a unique_ptr QObject::d_ptr
Marc Mutz
2025-01-17
1
-1
/
+1
*
Do not remove accessTokenUrl() tests in Qt 7
Ivan Solovev
2025-01-16
2
-6
/
+14
*
Make refreshAccessToken() a regular deprecation without Qt 7 removal
Juha Vuolle
2025-01-16
1
-1
/
+3
*
Use refreshTokens() as an NVI already in Qt 6
Juha Vuolle
2025-01-16
2
-28
/
+20
*
Fix TLS authentication tests on Windows
Ivan Solovev
2025-01-14
2
-2
/
+8
*
Skip tst_OAuth2DeviceFlow::tlsAuthentication on macOS 15
Tor Arne Vestbø
2024-12-19
1
-0
/
+14
*
Rename refreshThreshold property to refreshLeadTime
Juha Vuolle
2024-12-19
2
-25
/
+25
*
Change scope deprecation timeline from 6.11 to 6.13
Juha Vuolle
2024-12-19
1
-3
/
+3
*
Rename isPolling property to polling
Juha Vuolle
2024-12-19
1
-1
/
+1
*
Get rid of QPair and mark the module as QPair free
Ivan Solovev
2024-12-19
7
-37
/
+39
*
Ensure QAbstractOAuth2::scope is removed in Qt 7
Ivan Solovev
2024-12-19
1
-3
/
+3
*
Qt 7: add QAbstractOAuth2::refreshTokens() virtual slot
Ivan Solovev
2024-12-19
2
-16
/
+28
*
Deprecate QOAuth2AuthorizationCodeFlow::accessTokenUrl property
Ivan Solovev
2024-12-19
3
-19
/
+34
*
Move tokenUrl property to QAbstractOAuth2
Ivan Solovev
2024-12-19
1
-0
/
+66
*
Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return type
Ivan Solovev
2024-12-12
1
-10
/
+20
*
Finetune token expiration convenience functionality
Juha Vuolle
2024-12-10
2
-235
/
+123
*
Add token expiration convenience to Device Flow class
Magdalena Stojek
2024-12-10
2
-1
/
+188
*
Change QAbstractOAuth2::expirationAt also when invalidated
Juha Vuolle
2024-12-10
1
-0
/
+82
*
Add a method to manually define http callback hostname
Juha Vuolle
2024-12-04
1
-10
/
+29
*
Improve callback/redirect_uri hostname setting
Juha Vuolle
2024-12-04
1
-2
/
+49
*
Skip parts of OAuth1 autotests
Juha Vuolle
2024-12-04
1
-0
/
+5
*
Add string literal suffix in an autotest case
Juha Vuolle
2024-12-03
1
-1
/
+1
*
Fix and improve token request error reporting
Juha Vuolle
2024-11-29
2
-0
/
+91
*
Add access token expiration convenience functionality
Magdalena Stojek
2024-11-21
1
-1
/
+194
*
Rename errorOccured signal to serverReportedErrorOccurred
Juha Vuolle
2024-11-21
2
-16
/
+18
[next]