summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add QT_NO_SSL guard to autotest function declarationJuha Vuolle2025-02-201-0/+2
* Add qtcpsocketh.h includeJuha Vuolle2025-02-201-0/+1
* Simplify and move scopeAndRequestedScope() test to tst_abstractoauth2Juha Vuolle2025-01-312-84/+62
* Remove unused variables in setInvalidScope() autotestJuha Vuolle2025-01-311-2/+0
* Move scopeCharacterWarnings() autotest to tst_abstractoauth2Juha Vuolle2025-01-302-52/+52
* Move setInvalidScope() autotest to tst_abstractoauth2Juha Vuolle2025-01-302-53/+59
* Add testcase for different token response content formatsJuha Vuolle2025-01-301-0/+73
* Rename networkReplyErrors() testcase to tokenReplyErrors()Juha Vuolle2025-01-301-4/+4
* Make tst_oauth2codeflow to use shared authorization serverJuha Vuolle2025-01-301-150/+113
* Make tst_oauth2deviceflow to use shared authorization serverJuha Vuolle2025-01-301-305/+206
* Introduce shared autotest authorization serverJuha Vuolle2025-01-301-0/+74
* Move prepareRequest() to tst_abstractoauth2Juha Vuolle2025-01-302-11/+11
* Move nonce() common parts to tst_abstractoauth2.cppJuha Vuolle2025-01-303-58/+36
* Move sslConfig() and invalidLeadTime() to tst_abstractoauth2Juha Vuolle2025-01-303-38/+60
* Move autoRefresh(), and tokenUrl() common parts into tst_abstractoauth2Juha Vuolle2025-01-303-61/+78
* Add dedicated autotest for QAbstractOAuth2Juha Vuolle2025-01-303-0/+32
* Rename tst_oauth2 test to tst_oauth2codeflowJuha Vuolle2025-01-303-48/+39
* Make webserver and tlswebserver autotest utilities not a header-onlyJuha Vuolle2025-01-308-300/+332
* Make oauthtestutils not a header-onlyJuha Vuolle2025-01-304-64/+85
* QAbstractOAuth2: reject invalid scope-tokens in setRequestedScopeTokens()Marc Mutz2025-01-281-2/+14
* QAbstractOAuth2: split the warning function according to encodingMarc Mutz2025-01-271-0/+53
* Add QOAUTH2_NO_LEGACY_SCOPEMarc Mutz2025-01-241-5/+5
* Issue a warning on invalid scope tokensJuha Vuolle2025-01-241-0/+40
* Change '*scopeTokens' type from QStringList to QSet<QByteArray>Juha Vuolle2025-01-242-88/+100
* Rename 'requestedScope' and 'grantedScope' to '*ScopeTokens'Juha Vuolle2025-01-232-74/+77
* QOAuth2DeviceAuthorizationFlow: prepare for a unique_ptr QObject::d_ptrMarc Mutz2025-01-171-1/+1
* Do not remove accessTokenUrl() tests in Qt 7Ivan Solovev2025-01-162-6/+14
* Make refreshAccessToken() a regular deprecation without Qt 7 removalJuha Vuolle2025-01-161-1/+3
* Use refreshTokens() as an NVI already in Qt 6Juha Vuolle2025-01-162-28/+20
* Fix TLS authentication tests on WindowsIvan Solovev2025-01-142-2/+8
* Skip tst_OAuth2DeviceFlow::tlsAuthentication on macOS 15Tor Arne Vestbø2024-12-191-0/+14
* Rename refreshThreshold property to refreshLeadTimeJuha Vuolle2024-12-192-25/+25
* Change scope deprecation timeline from 6.11 to 6.13Juha Vuolle2024-12-191-3/+3
* Rename isPolling property to pollingJuha Vuolle2024-12-191-1/+1
* Get rid of QPair and mark the module as QPair freeIvan Solovev2024-12-197-37/+39
* Ensure QAbstractOAuth2::scope is removed in Qt 7Ivan Solovev2024-12-191-3/+3
* Qt 7: add QAbstractOAuth2::refreshTokens() virtual slotIvan Solovev2024-12-192-16/+28
* Deprecate QOAuth2AuthorizationCodeFlow::accessTokenUrl propertyIvan Solovev2024-12-193-19/+34
* Move tokenUrl property to QAbstractOAuth2Ivan Solovev2024-12-191-0/+66
* Change QOAuth2DeviceAuthorizationFlow::refreshAccessToken() return typeIvan Solovev2024-12-121-10/+20
* Finetune token expiration convenience functionalityJuha Vuolle2024-12-102-235/+123
* Add token expiration convenience to Device Flow classMagdalena Stojek2024-12-102-1/+188
* Change QAbstractOAuth2::expirationAt also when invalidatedJuha Vuolle2024-12-101-0/+82
* Add a method to manually define http callback hostnameJuha Vuolle2024-12-041-10/+29
* Improve callback/redirect_uri hostname settingJuha Vuolle2024-12-041-2/+49
* Skip parts of OAuth1 autotestsJuha Vuolle2024-12-041-0/+5
* Add string literal suffix in an autotest caseJuha Vuolle2024-12-031-1/+1
* Fix and improve token request error reportingJuha Vuolle2024-11-292-0/+91
* Add access token expiration convenience functionalityMagdalena Stojek2024-11-211-1/+194
* Rename errorOccured signal to serverReportedErrorOccurredJuha Vuolle2024-11-212-16/+18