summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthhttpserverreplyhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused includesHEADdevJuha Vuolle2 hours1-3/+0
* Document QOAuthHttpServerReplyHandlerJuha Vuolle5 hours1-0/+147
* QOAuthHttpServerReplyHandler: avoid triple QMap lookup foe new clientsThiago Macieira9 days1-3/+7
* QOAuthHttpServerReplyHandler: don't use <ctype.h>Thiago Macieira9 days1-2/+2
* QOAuthHttpServerReplyHandler: bind by default to localhost, not AnyThiago Macieira9 days1-2/+8
* QOAuthHttpServerReplyHandler: make callback() return an encoded URLThiago Macieira9 days1-1/+2
* QOAuthHttpServerReplyHandler: don't assume the server is localhostThiago Macieira9 days1-1/+8
* QOAuthHttpServerReplyHandler: fix parsing of parsed URIsThiago Macieira9 days1-18/+21
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-121-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* wasm: Work around compilation failures when FEATURE_http=OFFAlexandru Croitor2021-04-271-0/+2
* Http reply handler: various clean-upMårten Nordheim2020-11-021-5/+11
* Silence warning about deprecated codeAndy Shaw2020-06-221-1/+1
* Use 127.0.0.1 for redirect URISamuel Gaist2018-11-221-2/+2
* Fix compilation when QT_NO_HTTP is definedv5.12.0-beta4v5.12.0-beta3v5.12.0-beta2Eskil Abrahamsen Blomfeldt2018-10-091-0/+2
* Move logging category to private headerv5.10.0-beta1Friedemann Kleint2017-09-261-0/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-221-3/+3
|\
| * Bump copyright yearJesus Fernandez2017-07-121-1/+1
| * Replace std::bind with lambdasThiago Macieira2017-06-191-2/+2
* | Use QLoggingCategory in QtNetworkAuthJesus Fernandez2017-06-201-14/+10
|/
* Let the users change the path for the callback-url5.8Mårten Nordheim2017-04-101-2/+20
* Fix HTML response when using multibyte charactersJesus Fernandez2017-03-291-6/+6
* Modify licensev5.8.0-rc1v5.8.0Jesus Fernandez2016-12-071-16/+6
* Integration fixJesus Fernandez2016-08-221-1/+1
* OAuth supportJesus Fernandez2016-08-191-0/+329