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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused header includes
Juha Vuolle
2025-04-23
2
-3
/
+0
*
Mark security critical files
Juha Vuolle
2025-04-23
9
-0
/
+9
*
Move deviceCode variable instead of copying
Juha Vuolle
2025-03-31
1
-2
/
+2
*
Move scope variable instead of copying
Juha Vuolle
2025-03-31
1
-2
/
+2
*
Use a (const) reference to receive QMap::iterator::{key(),value()}
Juha Vuolle
2025-03-31
1
-2
/
+2
*
Remove an unused variable
Juha Vuolle
2025-03-31
1
-1
/
+0
*
QAbstractOAuth2: reject invalid scope-tokens in setRequestedScopeTokens()
Marc Mutz
2025-01-28
2
-19
/
+15
*
Pin QOAuthOobReplyHandler() to a single TU
Marc Mutz
2025-01-28
2
-0
/
+4
*
Document OAuth2 scope token character limitations
Juha Vuolle
2025-01-28
1
-0
/
+5
*
QAbstractOAuth2: split the warning function according to encoding
Marc Mutz
2025-01-27
2
-24
/
+75
*
Rest of code: use toLatin1() on FullEncoded URLs
Marc Mutz
2025-01-24
4
-5
/
+5
*
QOAuth2DeviceAuthorizationFlow: use toLatin1() on FullEncoded URLs
Marc Mutz
2025-01-24
1
-3
/
+3
*
QAbstractOAuth2: fix return value of joinedScope(): QByteArray -> QString
Marc Mutz
2025-01-24
2
-9
/
+9
*
QAbstractOAuth2: remember property by which the scope came in
Marc Mutz
2025-01-24
4
-3
/
+20
*
Rename QAbstractOAuth2Private::scope to legacyScope
Marc Mutz
2025-01-24
2
-12
/
+12
*
Add QOAUTH2_NO_LEGACY_SCOPE
Marc Mutz
2025-01-24
3
-9
/
+13
*
Issue a warning on invalid scope tokens
Juha Vuolle
2025-01-24
2
-0
/
+33
*
Change '*scopeTokens' type from QStringList to QSet<QByteArray>
Juha Vuolle
2025-01-24
6
-23
/
+46
*
Rename '*scope' function and signal parameter names to 'tokens'
Juha Vuolle
2025-01-23
3
-12
/
+12
*
Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'
Juha Vuolle
2025-01-23
7
-57
/
+62
*
Add separate logging category for validation warnings
Juha Vuolle
2025-01-23
1
-1
/
+4
*
QAbstractOAuthPrivate: rename generateRandomString -> generateRandomBase64String
Marc Mutz
2025-01-22
4
-7
/
+7
*
Complete the non-removal of QOAuth2AuthorizationCodeFlow::accessTokenUrl
Marc Mutz
2025-01-21
1
-3
/
+2
*
QOAuth1: fix detach (attempt) in prepareRequest()
Marc Mutz
2025-01-21
1
-1
/
+2
*
QOAuthOobReplyHandler: fix detach (attempt) in parseResponse()
Marc Mutz
2025-01-21
1
-1
/
+1
*
Make refreshAccessToken() a regular deprecation without Qt 7 removal
Juha Vuolle
2025-01-16
2
-3
/
+6
*
Use refreshTokens() as an NVI already in Qt 6
Juha Vuolle
2025-01-16
10
-141
/
+109
*
Use QT_MOC_COMPAT on deprecated signals
Ivan Solovev
2025-01-14
2
-0
/
+3
*
Soften header comment about dropping OAuth1 in Qt 7
Juha Vuolle
2025-01-13
1
-1
/
+1
*
QtNetworkAuth: simplify QT_NO_HTTP checks
Ivan Solovev
2025-01-09
14
-64
/
+0
*
Add links to the new OAuth2 Browser Support guide
Juha Vuolle
2025-01-09
2
-0
/
+4
*
QOAuth2AuthorizationCodeFlow: do not remove accessTokenUrl in Qt 7
Ivan Solovev
2025-01-09
2
-9
/
+7
*
QtNetworkAuth: fix QT_NO_HTTP checks
Ivan Solovev
2025-01-08
8
-10
/
+16
*
QOAuth2DeviceAuthorizationFlow: reorder includes and QT_NO_HTTP check
Ivan Solovev
2025-01-08
1
-1
/
+2
*
QOAuth2DeviceAuthorizationFlow: forward-declare QDateTime
Ivan Solovev
2025-01-06
2
-2
/
+2
*
Drop QT_NO_QPAIR from the module definitions
Ivan Solovev
2024-12-20
1
-2
/
+0
*
Rename refreshThreshold property to refreshLeadTime
Juha Vuolle
2024-12-19
4
-31
/
+31
*
Change scope deprecation timeline from 6.11 to 6.13
Juha Vuolle
2024-12-19
3
-13
/
+13
*
Rename isPolling property to polling
Juha Vuolle
2024-12-19
2
-9
/
+9
*
Get rid of QPair and mark the module as QPair free
Ivan Solovev
2024-12-19
10
-26
/
+34
*
Ensure QAbstractOAuth2::scope is removed in Qt 7
Ivan Solovev
2024-12-19
3
-9
/
+10
*
Qt 7: add QAbstractOAuth2::refreshTokens() virtual slot
Ivan Solovev
2024-12-19
9
-0
/
+76
*
Rename QAbstractOAuth2Private::initializeRefreshTimer()
Ivan Solovev
2024-12-19
2
-4
/
+4
*
Deprecate QOAuth2AuthorizationCodeFlow::accessTokenUrl property
Ivan Solovev
2024-12-19
3
-4
/
+26
*
Move tokenUrl property to QAbstractOAuth2
Ivan Solovev
2024-12-19
8
-39
/
+53
*
Docs: clarify the usage of auto-refresh for custom derived classes
Ivan Solovev
2024-12-17
2
-0
/
+47
*
Make the snippets app build without Qt6::Quick
Ivan Solovev
2024-12-17
4
-16
/
+23
*
Forward declare QSslConfiguration
Juha Vuolle
2024-12-17
2
-3
/
+4
*
Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return type
Ivan Solovev
2024-12-12
2
-13
/
+16
*
Avoid using magic numbers in the code
Ivan Solovev
2024-12-12
1
-4
/
+6
[next]