aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-uoa-auth-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* UOA auth: Request password if no credentials have ever be storedXavier Claessens2012-08-271-18/+65
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: handle the password mechanism as wellXavier Claessens2012-08-271-3/+10
| | | | | | | Since password is stored in SSO now, we can use the same code path than other accounts. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: Wait for callback when requesting passwordXavier Claessens2012-08-271-3/+19
| | | | | | | signon_auth_session_process() does not keep its own ref on the session object, so freeing the AuthContext before callback cancels the call. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: Move more code into auth_context_new()Xavier Claessens2012-08-271-35/+37
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: factor out auth_context_done()Xavier Claessens2012-08-271-6/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth: rename QueryInforData to AuthContextXavier Claessens2012-08-271-44/+44
| | | | | | | This data is not used only to for the query_info call anymore, so better have a more generic name. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA: Use an AgManager singletonXavier Claessens2012-08-271-4/+3
| | | | | | | This is especially useful in empathy-keyring where it would reload all accounts each time we set a password. https://bugzilla.gnome.org/show_bug.cgi?id=680776
* UOA auth handler: Inform SSO when access token didn't workXavier Claessens2012-08-201-24/+44
|
* improve SASL debug outputGuillaume Desmottes2012-08-081-0/+2
|
* Add Ubuntu Online Accounts auth handlerXavier Claessens2012-07-231-0/+299