aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-sanity-cleaning.c
Commit message (Expand)AuthorAgeFilesLines
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-5/+7
* sanity_ctx_ref() is only used by UOA code atmGuillaume Desmottes2012-08-281-0/+2
* keep our reference on the global ctx until the account has been removedGuillaume Desmottes2012-08-281-23/+21
* Remove the old account even if we fail to create the new oneGuillaume Desmottes2012-08-281-2/+4
* uoa_migration_done: free data once we're done with itGuillaume Desmottes2012-08-281-0/+2
* uoa-migration: delete account if plugin is missingGuillaume Desmottes2012-08-281-2/+22
* Turn migration code to an async functionGuillaume Desmottes2012-08-281-13/+99
* try installing missing account-plugin-*Guillaume Desmottes2012-08-281-0/+91
* factor out migrate_account_to_uoa()Guillaume Desmottes2012-08-271-55/+63
* UOA: Migrate passwords to SSOXavier Claessens2012-08-271-14/+98
* migrate existing TP accounts to libaccountsXavier Claessens2012-08-161-1/+110
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-1/+1
* upgrade_chat_theme_settings: use empathy_theme_manager_dup_theme_name_from_pa...Guillaume Desmottes2012-07-021-13/+5
* Store the theme name in the 'theme' gsettings keyGuillaume Desmottes2012-07-021-12/+35
* move theme migration code to sanity-cleaning.cGuillaume Desmottes2012-07-021-1/+45
* sanity-cleaning: set fallback-servers on Facebook accountsGuillaume Desmottes2012-03-151-1/+42
* sanity-cleaning: fix xmpp accounts having a negative priorityGuillaume Desmottes2012-03-061-1/+63
* Add magic to automatically run tasks when empathy-auth-client is startedGuillaume Desmottes2012-03-061-0/+89