summaryrefslogtreecommitdiffstats
path: root/examples/oauth/redditclient/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-161-26/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Ic012e87171ed4cef6871eff7d76f56994ea3ca1f Reviewed-by: Jesus Fernandez <jsfdez@gmail.com> (cherry picked from commit f1006472ccbd24750e3e36b4b0d2406afdf3cbc2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Doc: Mark the examples for exclusion from CreatorVenugopal Shivashankar2020-11-191-1/+1
| | | | | | | | | | | | | The Qt Network Auth libraries are not available with the Qt 6.0 pkgs yet. Without the libraries, the examples cannot be configured and run from Qt Creator. Moreover, there is no way to check if the developer has installed this additional library, before populating the welcome screen. Change-Id: I4ebc9300782bf6492938e785da25cc08a26c5668 Reviewed-by: Jesus Fernandez <jsfdez@gmail.com> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Use 127.0.0.1 for redirect URISamuel Gaist2018-11-221-1/+1
| | | | | | | | | | | | | Following section 8.3 of RFC 8252 (https://tools.ietf.org/html/rfc8252#section-8.3), it is specifically not recommended to use localhost but 127.0.0.1. This patch fixes that. [ChangeLog][General] Use 127.0.0.1 in place of localhost for redirect URI following RFC 8252. Fixes: QTBUG-67528 Change-Id: I6f5a8dd26134cde2373185eaf2c8853d6f500e98 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* Improve Reddit Client Example documentationRyan Chu2018-04-271-0/+2
| | | | | | | | | | | To register the application on Reddit: 1. Choose installed app when creating the application. 2. Set the redirect URI to http://localhost:1337/. Task-number: QTBUG-67856 Change-Id: I92f77eda30bea2c127ce8042f5a8a033b2bcd429 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>
* Fix outdated FDL license headerv5.9.3Kai Koehne2017-10-181-4/+4
| | | | | Change-Id: Ib77d7820fbc6c9e0631309f7a4a1511440294758 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Bump copyright yearJesus Fernandez2017-07-121-1/+1
| | | | | Change-Id: Iaad9fb2096cd01a762c3eace90c6154b0d0ebe59 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Reddit Client ExampleJesus Fernandez2016-12-071-0/+44
Basic Reddit client which shows the user posts in a QListView. Change-Id: I16c23bac2d7dc709c6223f6c6cf22a63e057a545 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>