Merge lp://qastaging/~mardy/ubuntuone-credentials/signon-plugin into lp://qastaging/ubuntuone-credentials

Proposed by Alberto Mardegan
Status: Work in progress
Proposed branch: lp://qastaging/~mardy/ubuntuone-credentials/signon-plugin
Merge into: lp://qastaging/ubuntuone-credentials
Diff against target: 3370 lines (+2886/-118)
23 files modified
data/ubuntuone.provider (+2/-2)
debian/control (+3/-2)
debian/libubuntuoneauth-2.0-0.symbols (+4/-0)
debian/signon-plugin-ubuntuone.install (+1/-1)
libubuntuoneauth/CMakeLists.txt (+13/-3)
libubuntuoneauth/accountmanager.cpp (+44/-0)
libubuntuoneauth/accountmanager.h (+43/-0)
libubuntuoneauth/authenticator.cpp (+176/-0)
libubuntuoneauth/authenticator.h (+71/-0)
libubuntuoneauth/common.h (+30/-0)
libubuntuoneauth/keyring.cpp (+34/-60)
libubuntuoneauth/libubuntuoneauth.symbols (+2/-1)
libubuntuoneauth/ssoservice.cpp (+44/-13)
libubuntuoneauth/token.cpp (+54/-5)
libubuntuoneauth/token.h (+4/-0)
signon-plugin/CMakeLists.txt (+9/-2)
signon-plugin/i18n.cpp (+37/-0)
signon-plugin/i18n.h (+31/-0)
signon-plugin/tests/CMakeLists.txt (+52/-0)
signon-plugin/tests/tst_plugin.cpp (+1840/-0)
signon-plugin/ubuntuone-plugin.cpp (+327/-19)
signon-plugin/ubuntuone-plugin.h (+45/-7)
signon-plugin/ubuntuonedata.h (+20/-3)
To merge this branch: bzr merge lp://qastaging/~mardy/ubuntuone-credentials/signon-plugin
Reviewer Review Type Date Requested Status
dobey Pending
Review via email: mp+287132@code.qastaging.launchpad.net

Commit message

WIP Implement SignOn authentication plugin, use it libubuntuoneauth.

Description of the change

WIP Implement SignOn authentication plugin, use it libubuntuoneauth.

To post a comment you must log in.
237. By Alberto Mardegan

Force export of symbol

238. By Alberto Mardegan

Allow authentication with no account

239. By Alberto Mardegan

No undefined symbols

240. By Alberto Mardegan

Test plugin loading

241. By Alberto Mardegan

Properly export symbols

242. By Alberto Mardegan

debugging

243. By Alberto Mardegan

Return specific error codes

244. By Alberto Mardegan

Tweak on application name

245. By Alberto Mardegan

missing include

246. By Alberto Mardegan

Explain hack

247. By Alberto Mardegan

Never remove accounts

248. By Alberto Mardegan

Plugin: don't delete the reply while using it

249. By Alberto Mardegan

Handle invalid email error

250. By Alberto Mardegan

Allow UI interactions when retrieving token

251. By Alberto Mardegan

Fix dialog title and handling of 2fa reply

252. By Alberto Mardegan

Avoid double free

253. By Alberto Mardegan

Update method name in .provider file

254. By Alberto Mardegan

Merge trunk

[ CI Train Bot ]
* Resync trunk.
[ Michael Zanetti ]
* update to uitk 1.3 (LP: #1560621)
[ Rodney Dawes ]
* Disable tests on powerpc as something in xenial is causing a crash.

255. By Alberto Mardegan

Use Internal namespace

Unmerged revisions

255. By Alberto Mardegan

Use Internal namespace

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches