summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauthhttpserverreplyhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark security critical filesJuha Vuolle2025-04-231-0/+1
* QtNetworkAuth: simplify QT_NO_HTTP checksIvan Solovev2025-01-091-6/+0
* Get rid of QPair and mark the module as QPair freeIvan Solovev2024-12-191-1/+1
* Forward declare QSslConfigurationJuha Vuolle2024-12-171-0/+1
* Add a method to manually define http callback hostnameJuha Vuolle2024-12-041-1/+45
* Improve callback/redirect_uri hostname settingJuha Vuolle2024-12-041-18/+35
* Add https support to QOAuthHttpServerReplyHandlerJuha Vuolle2024-11-141-23/+131
* Document Qt WebEngine usage as OAuth2 user-agentJuha Vuolle2024-10-081-1/+3
* Emit callbackDataReceived signalJuha Vuolle2024-07-221-0/+2
* Cache callback value / redirect_uri for later useJuha Vuolle2024-05-231-21/+35
* Remove unused includesJuha Vuolle2024-05-221-3/+0
* Document QOAuthHttpServerReplyHandlerJuha Vuolle2024-05-221-0/+147
* QOAuthHttpServerReplyHandler: avoid triple QMap lookup foe new clientsThiago Macieira2024-05-131-3/+7
* QOAuthHttpServerReplyHandler: don't use <ctype.h>Thiago Macieira2024-05-131-2/+2
* QOAuthHttpServerReplyHandler: bind by default to localhost, not AnyThiago Macieira2024-05-131-2/+8
* QOAuthHttpServerReplyHandler: make callback() return an encoded URLThiago Macieira2024-05-131-1/+2
* QOAuthHttpServerReplyHandler: don't assume the server is localhostThiago Macieira2024-05-131-1/+8
* QOAuthHttpServerReplyHandler: fix parsing of parsed URIsThiago Macieira2024-05-131-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