Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use _unref instead of _free _destroy when possible.unref | Xavier Claessens | 2011-11-16 | 1 | -5/+5 |
| | | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/ | ||||
* | Import Facebook and windows Live GOA accounts | Xavier Claessens | 2011-11-04 | 1 | -4/+24 |
| | | | | | | Implement their auth mechanisms Fixes bug #661068 and #652544 | ||||
* | goa-mc-plugin: do not set the ConnectAutomatically Account property | Guillaume Desmottes | 2011-09-15 | 1 | -1/+0 |
| | | | | | | | GOA accounts should behave like regular TP accounts and so shouldn't connect automatically. https://bugzilla.gnome.org/show_bug.cgi?id=658785 | ||||
* | GOA plugin: only save parameters from GOA accounts | Guillaume Desmottes | 2011-09-14 | 1 | -0/+14 |
| | | | | | | We should let MC deal with normal accounts. https://bugzilla.gnome.org/show_bug.cgi?id=658895 | ||||
* | don't leak the keys returned by g_key_file_get_keys() | Guillaume Desmottes | 2011-09-06 | 1 | -0/+2 |
| | |||||
* | mcp_account_manager_goa_get: rename 'n' to nkeys | Guillaume Desmottes | 2011-09-06 | 1 | -6/+3 |
| | |||||
* | Store variable parameters to a key file | Guillaume Desmottes | 2011-09-06 | 1 | -7/+124 |
| | |||||
* | watch for chat properties change to detect if Chat has enabled/disabled | Guillaume Desmottes | 2011-09-06 | 1 | -19/+19 |
| | |||||
* | set TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED restriction | Guillaume Desmottes | 2011-09-06 | 1 | -1/+2 |
| | | | | | We can't change the 'Chat' switch on the GOA account so user will have to use GOA to enable/disable the TP account. | ||||
* | Remove old Facebook code | Guillaume Desmottes | 2011-09-06 | 1 | -42/+4 |
| | | | | Add a TODO for now. | ||||
* | watch for Chat feature changes to enable/disable the account | Guillaume Desmottes | 2011-09-06 | 1 | -23/+18 |
| | |||||
* | mcp_account_manager_goa_set: pretend we save everything | Guillaume Desmottes | 2011-09-06 | 1 | -0/+2 |
| | | | | | No doing it result in MC saving the keys in accounts.cfg and so duplicating the account. | ||||
* | Enable TP account only if Chat has been turned on in GOA | Guillaume Desmottes | 2011-09-06 | 1 | -22/+6 |
| | |||||
* | store the GoaObject rather than the GoaAccount | Guillaume Desmottes | 2011-09-06 | 1 | -11/+17 |
| | | | | We need to keep the GoaObject to check if Chat is enabled on it. | ||||
* | Add params fallback-servers, extra-certificate-identities and require-encryption | Danielle Madeley | 2011-09-06 | 1 | -0/+6 |
| | |||||
* | Document hashtable allocation/reffing | Danielle Madeley | 2011-09-06 | 1 | -1/+4 |
| | |||||
* | Track accounts created and destroyed from GOA | Danielle Madeley | 2011-09-06 | 1 | -2/+32 |
| | |||||
* | Initial work on a GNOME Online Accounts Mission Control plugin | Danielle Madeley | 2011-09-06 | 4 | -0/+597 |