Age | Commit message (Expand) | Author | Files | Lines |
2014-06-10 | Merge branch 'telepathy-mission-control-5.16'HEADmaster | Guillaume Desmottes | 1 | -1/+1 |
2014-06-10 | use G_STRFUNC in mission-control-plugins's DEBUG macro | Guillaume Desmottes | 1 | -1/+1 |
2014-02-06 | update documentation for McpAcccountStorageIface members | Simon McVittie | 1 | -3/+11 |
2014-02-06 | McdStorage: watch and proxy plugins' change-notification signals | Simon McVittie | 2 | -62/+4 |
2014-02-04 | _mcd_account_dup_parameters: try to get parameters' types from backend | Simon McVittie | 1 | -1/+1 |
2014-02-04 | mcp_account_storage_get_flags: add | Simon McVittie | 2 | -0/+111 |
2014-02-04 | Require account plugins to provide the ability to list parameters | Simon McVittie | 2 | -6/+110 |
2014-01-29 | McpParameterFlags, McpAttributeFlags: move to the right header | Simon McVittie | 2 | -8/+10 |
2014-01-29 | Define MCP_API_VERSION_5_18, so implementations can use #ifdef | Simon McVittie | 2 | -0/+17 |
2014-01-29 | Be consistent in the constness of arguments in storage virtual methods | Xavier Claessens | 2 | -74/+71 |
2014-01-29 | Remove MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRING | Xavier Claessens | 1 | -1/+0 |
2014-01-29 | mcp_account_storage_commit: guarantee that we commit one at a time | Simon McVittie | 1 | -4/+5 |
2014-01-29 | McpAccountStorage: more, and more informative, debug messages | Simon McVittie | 1 | -7/+27 |
2014-01-29 | fixup! | Simon McVittie | 1 | -1/+1 |
2014-01-29 | mcp_account_storage_delete_async: be cancellable, at least in theory | Simon McVittie | 2 | -0/+5 |
2014-01-29 | McpAccountStorage: update documentation for delete_async | Simon McVittie | 1 | -1/+2 |
2014-01-29 | McpAccountStorage: override neither or both of delete_async, delete_finish | Simon McVittie | 1 | -0/+3 |
2014-01-29 | McpAccountStorage: overriding get_* and list is mandatory | Simon McVittie | 1 | -35/+4 |
2014-01-29 | mcp_account_storage_get: replace with get_attribute, get_parameter | Simon McVittie | 5 | -193/+120 |
2014-01-29 | mcp_account_manager_unescape_variant_from_keyfile: add | Simon McVittie | 3 | -0/+39 |
2014-01-29 | mcp_account_storage_set_*: return whether anything changed | Simon McVittie | 2 | -13/+26 |
2014-01-29 | McdStorage: remove "owns" method | Simon McVittie | 2 | -52/+0 |
2014-01-29 | Make mcp_account_storage_create() mandatory | Simon McVittie | 1 | -0/+4 |
2014-01-29 | Make account deletion async (sort of), and imply a selective commit | Simon McVittie | 2 | -46/+70 |
2014-01-29 | Call set_attribute, set_parameter to delete them | Simon McVittie | 1 | -2/+4 |
2014-01-29 | mcp_account_manager_list_keys: remove | Simon McVittie | 3 | -29/+0 |
2014-01-29 | Remove unused code | Xavier Claessens | 3 | -144/+0 |
2014-01-29 | McpAccountStorage: have a default implementation for every method | Simon McVittie | 1 | -38/+123 |
2014-01-29 | mcp_account_storage_emit_created: fix doc-comment | Simon McVittie | 1 | -1/+1 |
2014-01-29 | Remove mcp_account_storage_set() | Simon McVittie | 2 | -85/+4 |
2014-01-29 | McpAccountStorage: merge commit and commit_one into one function | Simon McVittie | 2 | -77/+8 |
2014-01-29 | Remove all notion of secret parameter | Xavier Claessens | 5 | -78/+1 |
2013-11-12 | Revert "Simplify a bit storage API" | Simon McVittie | 2 | -106/+163 |
2013-11-12 | Revert "Rename commit_one() to commit()" | Simon McVittie | 2 | -16/+16 |
2013-11-12 | Revert "Remove all notion of secret parameter" | Simon McVittie | 5 | -1/+78 |
2013-11-12 | Revert "Remove mcp_account_storage_set()" | Simon McVittie | 2 | -5/+86 |
2013-11-12 | Revert "Remove unused code" | Simon McVittie | 3 | -0/+144 |
2013-11-12 | Revert "Make sure to not delete() nor commit() and account deleted from storage" | Simon McVittie | 1 | -4/+1 |
2013-11-11 | Make sure to not delete() nor commit() and account deleted from storage | Xavier Claessens | 1 | -1/+4 |
2013-11-11 | Remove unused code | Xavier Claessens | 3 | -144/+0 |
2013-11-11 | Remove mcp_account_storage_set() | Xavier Claessens | 2 | -86/+5 |
2013-11-08 | Remove all notion of secret parameter | Xavier Claessens | 5 | -78/+1 |
2013-11-08 | Rename commit_one() to commit() | Xavier Claessens | 2 | -16/+16 |
2013-11-08 | Simplify a bit storage API | Xavier Claessens | 2 | -163/+106 |
2013-10-29 | Call IdentifyAccount to get new accounts' names | Simon McVittie | 3 | -0/+64 |
2013-10-29 | Don't give storage plugins the full parameter set, just 'account' | Simon McVittie | 5 | -13/+18 |
2013-10-02 | Use AM_CPPFLAGS instead of deprecated INCLUDES | Simon McVittie | 1 | -2/+2 |
2013-09-20 | Fix a wrong deprecation annotation | Simon McVittie | 1 | -1/+1 |
2013-09-12 | plugins: use a caller-supplied client factory | Simon McVittie | 2 | -27/+30 |
2013-09-12 | Remove old "D-Bus ACL" plugin API | Simon McVittie | 6 | -572/+2 |