Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auth-client: wait for the migration code to be done before starting the timer | Guillaume Desmottes | 2012-08-28 | 1 | -2/+10 |
| | |||||
* | Turn migration code to an async function | Guillaume Desmottes | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gnome-3-4' | Guillaume Desmottes | 2012-06-05 | 1 | -2/+2 |
|\ | |||||
| * | tls_dialog_response_cb: say if we are supposed to remember the cert or not | Guillaume Desmottes | 2012-06-05 | 1 | -2/+2 |
| | | | | | | | | Will make debugging easier. | ||||
* | | gedit-close-button: move CSS bits to empathy.css | Guillaume Desmottes | 2012-05-24 | 1 | -1/+1 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473 | ||||
* | | Load the CSS in all empathy-* binaries | Guillaume Desmottes | 2012-05-24 | 1 | -0/+3 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473 | ||||
* | | Authentification → Authentication | Guillaume Desmottes | 2012-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | So yeah, Authentification is actually not an English word... https://bugzilla.gnome.org/show_bug.cgi?id=676027 | ||||
* | | Use TpTpTLSCertificate | Guillaume Desmottes | 2012-05-10 | 1 | -11/+13 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318 | ||||
* | | stop using g_thread_init | Guillaume Desmottes | 2012-04-05 | 1 | -2/+0 |
|/ | | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662 | ||||
* | Add magic to automatically run tasks when empathy-auth-client is started | Guillaume Desmottes | 2012-03-06 | 1 | -0/+3 |
| | | | | | | | empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI. https://bugzilla.gnome.org/show_bug.cgi?id=671452 | ||||
* | auth-client: add some more debugging | Guillaume Desmottes | 2011-12-08 | 1 | -0/+2 |
| | | | | | I'm trying to understand what's going wrong in bug #665542 and having more debugging would help. | ||||
* | Allow user to try another password if auth failed | Guillaume Desmottes | 2011-11-23 | 1 | -0/+36 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | empathy-auth-client: use a TpSimpleClientFactory | Xavier Claessens | 2011-11-04 | 1 | -1/+11 |
| | | | | | This prevent TpBaseClient to create a full TpAccountManager and allow us to prepare TP_ACCOUNT_FEATURE_STORAGE feature on accounts | ||||
* | fix unused-but-set-variable warnings | Marc Plano-Lesay | 2011-05-05 | 1 | -2/+1 |
| | |||||
* | Style changes from review for ReferenceIdentities code | Stef Walter | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Use ServerTLSConnection.ReferenceIdentities to check cert identity. | Stef Walter | 2011-03-18 | 1 | -1/+5 |
| | | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119 | ||||
* | auth-client: implement Debug interface (#645008) | Guillaume Desmottes | 2011-03-17 | 1 | -0/+10 |
| | |||||
* | set 'Empathy' as program class in all binaries | Guillaume Desmottes | 2011-02-16 | 1 | -0/+3 |
| | | | | | | | This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick. | ||||
* | libempathy: Store certificate exceptions in gnome-keyring. | Stef Walter | 2010-12-24 | 1 | -4/+10 |
| | | | | Use libgcr to store certificate trust exceptions properly. | ||||
* | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 2010-12-06 | 1 | -3/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | auth-client: move the password dialog into a new file | Jonny Lamb | 2010-12-03 | 1 | -176/+4 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-client: grab the keyboard focus when popping up the password dialog | Jonny Lamb | 2010-12-03 | 1 | -0/+73 |
| | | | | | | I like this. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-client: improve the password request dialog | Jonny Lamb | 2010-12-03 | 1 | -11/+63 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-client: listen for new sasl handlers and pop up a password dialog | Jonny Lamb | 2010-12-01 | 1 | -2/+69 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Fill 'user-requested' when we reject the certificate | Cosimo Cecchi | 2010-08-19 | 1 | -3/+11 |
| | |||||
* | Implement a timeout machinery for the auth client | Cosimo Cecchi | 2010-08-19 | 1 | -1/+63 |
| | | | | Similar to the one used in empathy-av.c | ||||
* | Rename empathy-auth-helper->empathy-auth-client | Cosimo Cecchi | 2010-08-19 | 1 | -0/+198 |