summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused header includesJuha Vuolle2025-04-232-3/+0
* Mark security critical filesJuha Vuolle2025-04-239-0/+9
* Move deviceCode variable instead of copyingJuha Vuolle2025-03-311-2/+2
* Move scope variable instead of copyingJuha Vuolle2025-03-311-2/+2
* Use a (const) reference to receive QMap::iterator::{key(),value()}Juha Vuolle2025-03-311-2/+2
* Remove an unused variableJuha Vuolle2025-03-311-1/+0
* QAbstractOAuth2: reject invalid scope-tokens in setRequestedScopeTokens()Marc Mutz2025-01-282-19/+15
* Pin QOAuthOobReplyHandler() to a single TUMarc Mutz2025-01-282-0/+4
* Document OAuth2 scope token character limitationsJuha Vuolle2025-01-281-0/+5
* QAbstractOAuth2: split the warning function according to encodingMarc Mutz2025-01-272-24/+75
* Rest of code: use toLatin1() on FullEncoded URLsMarc Mutz2025-01-244-5/+5
* QOAuth2DeviceAuthorizationFlow: use toLatin1() on FullEncoded URLsMarc Mutz2025-01-241-3/+3
* QAbstractOAuth2: fix return value of joinedScope(): QByteArray -> QStringMarc Mutz2025-01-242-9/+9
* QAbstractOAuth2: remember property by which the scope came inMarc Mutz2025-01-244-3/+20
* Rename QAbstractOAuth2Private::scope to legacyScopeMarc Mutz2025-01-242-12/+12
* Add QOAUTH2_NO_LEGACY_SCOPEMarc Mutz2025-01-243-9/+13
* Issue a warning on invalid scope tokensJuha Vuolle2025-01-242-0/+33
* Change '*scopeTokens' type from QStringList to QSet<QByteArray>Juha Vuolle2025-01-246-23/+46
* Rename '*scope' function and signal parameter names to 'tokens'Juha Vuolle2025-01-233-12/+12
* Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'Juha Vuolle2025-01-237-57/+62
* Add separate logging category for validation warningsJuha Vuolle2025-01-231-1/+4
* QAbstractOAuthPrivate: rename generateRandomString -> generateRandomBase64StringMarc Mutz2025-01-224-7/+7
* Complete the non-removal of QOAuth2AuthorizationCodeFlow::accessTokenUrlMarc Mutz2025-01-211-3/+2
* QOAuth1: fix detach (attempt) in prepareRequest()Marc Mutz2025-01-211-1/+2
* QOAuthOobReplyHandler: fix detach (attempt) in parseResponse()Marc Mutz2025-01-211-1/+1
* Make refreshAccessToken() a regular deprecation without Qt 7 removalJuha Vuolle2025-01-162-3/+6
* Use refreshTokens() as an NVI already in Qt 6Juha Vuolle2025-01-1610-141/+109
* Use QT_MOC_COMPAT on deprecated signalsIvan Solovev2025-01-142-0/+3
* Soften header comment about dropping OAuth1 in Qt 7Juha Vuolle2025-01-131-1/+1
* QtNetworkAuth: simplify QT_NO_HTTP checksIvan Solovev2025-01-0914-64/+0
* Add links to the new OAuth2 Browser Support guideJuha Vuolle2025-01-092-0/+4
* QOAuth2AuthorizationCodeFlow: do not remove accessTokenUrl in Qt 7Ivan Solovev2025-01-092-9/+7
* QtNetworkAuth: fix QT_NO_HTTP checksIvan Solovev2025-01-088-10/+16
* QOAuth2DeviceAuthorizationFlow: reorder includes and QT_NO_HTTP checkIvan Solovev2025-01-081-1/+2
* QOAuth2DeviceAuthorizationFlow: forward-declare QDateTimeIvan Solovev2025-01-062-2/+2
* Drop QT_NO_QPAIR from the module definitionsIvan Solovev2024-12-201-2/+0
* Rename refreshThreshold property to refreshLeadTimeJuha Vuolle2024-12-194-31/+31
* Change scope deprecation timeline from 6.11 to 6.13Juha Vuolle2024-12-193-13/+13
* Rename isPolling property to pollingJuha Vuolle2024-12-192-9/+9
* Get rid of QPair and mark the module as QPair freeIvan Solovev2024-12-1910-26/+34
* Ensure QAbstractOAuth2::scope is removed in Qt 7Ivan Solovev2024-12-193-9/+10
* Qt 7: add QAbstractOAuth2::refreshTokens() virtual slotIvan Solovev2024-12-199-0/+76
* Rename QAbstractOAuth2Private::initializeRefreshTimer()Ivan Solovev2024-12-192-4/+4
* Deprecate QOAuth2AuthorizationCodeFlow::accessTokenUrl propertyIvan Solovev2024-12-193-4/+26
* Move tokenUrl property to QAbstractOAuth2Ivan Solovev2024-12-198-39/+53
* Docs: clarify the usage of auto-refresh for custom derived classesIvan Solovev2024-12-172-0/+47
* Make the snippets app build without Qt6::QuickIvan Solovev2024-12-174-16/+23
* Forward declare QSslConfigurationJuha Vuolle2024-12-172-3/+4
* Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return typeIvan Solovev2024-12-122-13/+16
* Avoid using magic numbers in the codeIvan Solovev2024-12-121-4/+6