| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark the whole repo with QT_NO_URL_CAST_FROM_STRING | Ahmad Samir | 4 days | 1 | -2/+2 |
| * | QOAuth2DeviceAuthorizationFlow: prevent double lookup into QJsonObject | Ahmad Samir | 13 days | 1 | -11/+8 |
| * | Mark security critical files | Juha Vuolle | 2025-04-23 | 1 | -0/+1 |
| * | Move deviceCode variable instead of copying | Juha Vuolle | 2025-03-31 | 1 | -2/+2 |
| * | QOAuth2DeviceAuthorizationFlow: use toLatin1() on FullEncoded URLs | Marc Mutz | 2025-01-24 | 1 | -3/+3 |
| * | QAbstractOAuth2: remember property by which the scope came in | Marc Mutz | 2025-01-24 | 1 | -0/+6 |
| * | Change '*scopeTokens' type from QStringList to QSet<QByteArray> | Juha Vuolle | 2025-01-24 | 1 | -1/+1 |
| * | Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens' | Juha Vuolle | 2025-01-23 | 1 | -2/+2 |
| * | Use refreshTokens() as an NVI already in Qt 6 | Juha Vuolle | 2025-01-16 | 1 | -21/+5 |
| * | QtNetworkAuth: simplify QT_NO_HTTP checks | Ivan Solovev | 2025-01-09 | 1 | -4/+0 |
| * | QOAuth2DeviceAuthorizationFlow: forward-declare QDateTime | Ivan Solovev | 2025-01-06 | 1 | -0/+1 |
| * | Rename isPolling property to polling | Juha Vuolle | 2024-12-19 | 1 | -7/+7 |
| * | Get rid of QPair and mark the module as QPair free | Ivan Solovev | 2024-12-19 | 1 | -1/+1 |
| * | Qt 7: add QAbstractOAuth2::refreshTokens() virtual slot | Ivan Solovev | 2024-12-19 | 1 | -0/+8 |
| * | Move tokenUrl property to QAbstractOAuth2 | Ivan Solovev | 2024-12-19 | 1 | -22/+0 |
| * | Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return type | Ivan Solovev | 2024-12-12 | 1 | -12/+15 |
| * | Finetune token expiration convenience functionality | Juha Vuolle | 2024-12-10 | 1 | -1/+1 |
| * | Add token expiration convenience to Device Flow class | Magdalena Stojek | 2024-12-10 | 1 | -0/+10 |
| * | Add expiresAt reset to device flow class reset | Juha Vuolle | 2024-12-10 | 1 | -0/+1 |
| * | Change OAuth2 RFC keywords into inline constexpr L1 | Juha Vuolle | 2024-11-28 | 1 | -29/+32 |
| * | Rename errorOccured signal to serverReportedErrorOccurred | Juha Vuolle | 2024-11-21 | 1 | -3/+3 |
| * | Rename tokenRequestModifier to networkRequestModifier | Juha Vuolle | 2024-11-21 | 1 | -2/+2 |
| * | Add Device Authorization Grant / Flow | Juha Vuolle | 2024-11-21 | 1 | -0/+820 |