aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/mc-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in headersEmanuele Aina2013-04-021-1/+0
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-023-6/+3
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* UOA: Use the new libaccounts-glib APIsAlberto Mardegan2013-01-111-31/+28
| | | | | | The APIs based on GValue are now deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=691469
* UOA mc plugin: Fix build errorsXavier Claessens2012-10-081-5/+5
|
* deal if ag_manager_new_for_service_type() returns NULLGuillaume Desmottes2012-10-081-0/+19
| | | | | | | Looks like it may happen because of Ubuntu's apparmor policy. We can't do much in this case but best to not crash MC at least. https://bugzilla.gnome.org/show_bug.cgi?id=685498
* UOA mc plugin: Don't crash if auth failure is removed on an unknown IM serviceXavier Claessens2012-09-121-3/+6
|
* mcp-account-manager-uoa: reconnect accounts when they are not failing any moreGuillaume Desmottes2012-09-071-0/+37
| | | | | | | We want to automatically reconnect failing accounts when user refreshed the credentials. https://bugzilla.gnome.org/show_bug.cgi?id=683409
* webcredentials-monitor: track failuresGuillaume Desmottes2012-09-072-9/+142
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683409
* webcredentials-monitor: get a proxy on the D-Bus objectGuillaume Desmottes2012-09-071-2/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=683409
* add empathy-webcredentials-monitorGuillaume Desmottes2012-09-073-0/+170
| | | | | | Just the skeleton so far. https://bugzilla.gnome.org/show_bug.cgi?id=683409
* UOA: Changing enable state of MC account should not modify per-service stateXavier Claessens2012-08-221-0/+3
| | | | | ag_account_set_enabled() is not global enable state, we have to ensure that selected service is NULL before that.
* Telepathy service is "google-talk" not "google"Xavier Claessens2012-08-201-1/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=681444
* UOA mc-plugin: CANNOT_SET_PARAMETERS depends on account's settingsXavier Claessens2012-07-261-2/+22
| | | | | | | | A special key has been added in .service files of online accounts telling its args should be considered readonly. Generic accounts (e.g. AIM) can still be modified. https://bugzilla.gnome.org/show_bug.cgi?id=680646
* UOA mc-plugin: Actually implement itXavier Claessens2012-07-231-16/+595
|
* Add skeleton of an MC plugin to import Ubuntu Online AccountsXavier Claessens2012-07-234-0/+294