summaryrefslogtreecommitdiffstats
path: root/tests/auto/oauth1/tst_oauth1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QPair and mark the module as QPair freeIvan Solovev2024-12-191-27/+27
* Skip parts of OAuth1 autotestsJuha Vuolle2024-12-041-0/+5
* Correct license for test filesLucie Gérard2024-03-261-1/+1
* Update QtNetworkAuth tests for new QHttpHeaders behaviorMårten Nordheim2024-01-311-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-121-8/+9
* Port from container::count() and length() to size()Marc Mutz2022-10-071-8/+8
* tst_OAuth1: replace deprecated QMultiMap::insert() to QMultiMap::unite()Ivan Solovev2022-08-081-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-161-27/+2
* QVariantMap -> QMultiMap<QString, QVariant> in many casesMårten Nordheim2020-08-111-10/+10
* Update dependencies on 'dev' in qt/qtnetworkauthLiang Qi2020-06-291-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-081-1/+1
* Add one missed QSKIP for unreachable hostMårten Nordheim2020-05-081-2/+4
* QNetworkReply: Fix warnings from deprecated error signalv5.15.0-beta4v5.15.0-beta3Mårten Nordheim2020-03-231-1/+1
* Fix deprecation warnings about using QMultiMap methods on QMapFriedemann Kleint2020-01-231-2/+5
* Prospective fix for more oauth tests failingSimon Hausmann2019-10-021-0/+4
* Remove test cases using oauthbin.comMårten Nordheim2019-09-171-77/+0
* Add method to prepare network requestsFelix Barz2019-01-281-0/+269
* Fix grant process by passing oauth parameters to headerPoren Chiang2018-09-141-1/+0
* Fix for second temporary token being interpreted as successMårten Nordheim2018-07-101-0/+57
* Fix warningJesus Fernandez2018-06-191-1/+1
* Fix QOAuth1::tokenSecret() return valueAndrea Scarpino2017-12-221-1/+18
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-301-0/+2
|\
| * Avoid emitting QOAuth1::granted signal twicev5.9.2Jesus Fernandez2017-09-201-0/+2
* | Rewrite tst_OAuth1::getTokenv5.10.0-alpha1Jesus Fernandez2017-09-081-112/+118
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-221-121/+163
|\|
| * Fix signature-generation for already-percent-encoded queriesMårten Nordheim2017-07-141-0/+21
| * Bump copyright yearJesus Fernandez2017-07-121-1/+1
| * Tests now check for host's availabilityMårten Nordheim2017-07-071-134/+160
* | Fix PLAINTEXT signaturesJesus Fernandez2017-08-111-38/+80
|/
* Added property testsJesus Fernandez2016-09-061-0/+148
* OAuth supportJesus Fernandez2016-08-191-0/+459