- 11 Jan, 2017 - 1 commit
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: I602be0ed9a7f23e94a0fb5099488b7c54e39a421
-
- 03 Jan, 2017 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ib03a3426fb0d530397525e132591db4eab1f7c62
-
- 17 Nov, 2016 - 1 commit
-
-
Robert Loehning authored
Did not compile with clang 3.8.1 on Linux Change-Id: If3fc66a50d3c0aacd6dbdc58da1fa9e50f405995 Reviewed-by:
Jesus Fernandez <jesus.fernandez@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 26 Oct, 2016 - 1 commit
-
-
Jesus Fernandez authored
Change-Id: Ib6f799dc706afc056ef249e10a03c4e092be47d3 Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 05 Oct, 2016 - 2 commits
-
-
Jesus Fernandez authored
Added the documentation of the pure virtual functions of QAbstractOAuth. Change-Id: I30125d9e0a748f325a4b71ba0b17bbf465d9d659 Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
Nico Vertriest authored
Link error: qabstractoauth.cpp:322: warning: Can't link to 'QAbstractOAuthReplyHandler' Change-Id: Icc2c4858d1b28313d6fab62ef3afa3ba73b635b1 Reviewed-by:
Jesus Fernandez <jesus.fernandez@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 24 Sep, 2016 - 1 commit
-
-
Liang Qi authored
Change-Id: I285130d29b64c2cbaafa5302fa16d5ba75bc3ade
-
- 19 Sep, 2016 - 1 commit
-
-
Topi Reinio authored
src/oauth/qabstractoauth.cpp:160: warning: Cannot find 'authorizeWithBrowser(...)' src/oauth/qabstractoauth.cpp:167: warning: Cannot find 'granted(...)' Fix authorizeWithBrowser() signal documentation. Work around a QDoc bug: \brief statements cannot contain links. Change-Id: I0f2e7673e25a79c7e130e24ec1395f548b86467e Reviewed-by:
Jesus Fernandez <jesus.fernandez@qt.io> Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com>
-
- 09 Sep, 2016 - 1 commit
-
-
Antti Kokko authored
Add .gitattributes and .tag file to store the sha1 of the commit being packaged Change-Id: I1a880c5b0704c3a4f4e0643afc3296d48d3e3758 Reviewed-by:
Jesus Fernandez <jesus.fernandez@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 08 Sep, 2016 - 1 commit
-
-
Jesus Fernandez authored
Change-Id: I29bb8b8002896ded989fe3c60e3e4311af8ef7d6 Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 06 Sep, 2016 - 1 commit
-
-
Jesus Fernandez authored
New tests to check the signal emission from the setters. Register the signature method as a metatype. Change-Id: I4f550df59d5eeddef7db1dd9264ad9e8bd92971f Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
-
- 01 Sep, 2016 - 1 commit
-
-
Topi Reinio authored
Add documentation configuration for Qt Network Authorization module, and basic content for landing, module pages. This allows the module documentation to be built with 'make docs'. Mark module as Technology Preview. Change-Id: I6b955a2b6d196d8955f8a4d2e854433e42b735de Reviewed-by:
Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by:
Jesus Fernandez <jesus.fernandez@qt.io>
-
- 30 Aug, 2016 - 1 commit
-
-
Jesus Fernandez authored
Added the client credentials pair to the private implementation constructor. QOAuth1 constructors now are calling the main constructor instead of the base class. Change-Id: I9cc697a4f63ec4cda0c10488db5a99a15117780a Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
-
- 29 Aug, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: Ifc1afe4d4b8acce8833a2a773bebacbecce3da0f
-
- 26 Aug, 2016 - 2 commits
-
-
Jesus Fernandez authored
Function cast replaced by QOverload. Change-Id: Ib456a8781a07a93625831b2ae4b1468c8454aed7 Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
Jesus Fernandez authored
Random string generator function now initizalizes the random engine using a seed based on time. Change-Id: Ic89eebce6bd33ae7f994759196b84e412d9e6508 Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 22 Aug, 2016 - 2 commits
-
-
Jesus Fernandez authored
Now the tests are blacklisted. Insignificant was removed. Change-Id: I8030bea120b114e7e0a44175d9e3c89866f075bb Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Jesus Fernandez authored
Variable initialization to avoid clang complains. The OAuth1 is marked as insignificant because it uses an external server. This test needs a rewrite. Change-Id: I195bf955414ccff04b7d262249e869bec7059531 Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
-
- 19 Aug, 2016 - 2 commits
-
-
Jesus Fernandez authored
Change-Id: I5377dc699f3b87a11586708914c71b6affa51ae6 Reviewed-by:
Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
Jesus Fernandez authored
New library to support OAuth1 and OAuth2 standard in Qt. OAuth provides a method for clients to access server resources on behalf of a resource owner (such as a different client or an end-user). It also provides a process for end-users to authorize third-party access to their server resources without sharing their credentials (typically, a username and password pair), using user-agent redirections. [ChangeLog][OAuth] Added OAuth support Change-Id: I3971456f93bf6ddd7fd46f555202bab2eb777c15 Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 15 Aug, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
-