Age | Commit message (Expand) | Author | Files | Lines |
2014-01-29 | McpParameterFlags, McpAttributeFlags: move to the right headeraccount-rework-27727-round4 | Simon McVittie | 2 | -8/+10 |
2014-01-29 | Test that we add types to accounts' parameters when set | Simon McVittie | 1 | -3/+75 |
2014-01-29 | McdAccountManagerDefault: opportunistically save parameters' types | Simon McVittie | 2 | -21/+10 |
2014-01-29 | Only exercise old avatar storage locations in 5-12 and 5-14 tests | Simon McVittie | 3 | -23/+33 |
2014-01-29 | Chop up the increasingly inaccurately-named default-keyring-storage test | Simon McVittie | 4 | -266/+340 |
2014-01-29 | McdAccount: improve debug output for account validity | Simon McVittie | 1 | -0/+33 |
2014-01-29 | Add dedicated tests for keyfile-based storage | Simon McVittie | 5 | -54/+213 |
2014-01-29 | Define MCP_API_VERSION_5_18, so implementations can use #ifdef | Simon McVittie | 2 | -0/+17 |
2014-01-29 | Make MCP_API_VERSION less misleading | Simon McVittie | 1 | -1/+1 |
2014-01-29 | _mcd_account_manager_setup: simplify a loop | Simon McVittie | 1 | -3/+2 |
2014-01-29 | Be consistent in the constness of arguments in storage virtual methods | Xavier Claessens | 6 | -101/+98 |
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 | 4 | -78/+36 |
2014-01-29 | mcd_storage_commit: rely on never being called with account == NULL | Simon McVittie | 1 | -19/+7 |
2014-01-29 | McdAccountManager: commit accounts one at a time | Simon McVittie | 2 | -71/+17 |
2014-01-29 | McdAccountManager: remove unused timed account storage commit | Simon McVittie | 1 | -22/+0 |
2014-01-29 | delete_async: being asked to delete a nonexistent account is an error | Simon McVittie | 2 | -15/+4 |
2014-01-29 | mcd_storage_delete_account: don't tolerate deletion of unknown accounts | Simon McVittie | 1 | -7/+1 |
2014-01-29 | McdStorage: don't forget accounts until the McpAccountStorage says so | Simon McVittie | 1 | -4/+0 |
2014-01-29 | McdAccount: don't delete from storage if already deleted | Simon McVittie | 1 | -1/+2 |
2014-01-29 | deleted_cb: correct a debug message | Simon McVittie | 1 | -1/+1 |
2014-01-29 | McdAccountManagerDefault: get/set/commit on a missing account is an error | Simon McVittie | 1 | -16/+25 |
2014-01-29 | McdAccountManagerDefault: don't pass "absent" accounts up to MC | Simon McVittie | 1 | -1/+4 |
2014-01-29 | McdAccountManagerDefault: track whether saving is needed correctly | Simon McVittie | 2 | -16/+29 |
2014-01-29 | McdAccountManagerDefault: don't try to save "absent" accounts | Simon McVittie | 1 | -0/+5 |
2014-01-29 | dbus-account-plugin: fail tests on various invalid method calls | Simon McVittie | 1 | -16/+16 |
2014-01-29 | dbus-account-plugin: fail tests if fake accounts service misbehaves | Simon McVittie | 1 | -3/+5 |
2014-01-29 | mcpa_unescape_variant_from_keyfile: inline implementation | Simon McVittie | 1 | -10/+2 |
2014-01-29 | McdStorage: delete_cb: improve clarity with a temporary variable | Simon McVittie | 1 | -2/+3 |
2014-01-29 | update_storage: re-indent | Simon McVittie | 1 | -33/+27 |
2014-01-29 | mcd_storage_get_accounts: use (transfer none) | Simon McVittie | 2 | -4/+2 |
2014-01-29 | mcd_storage_load: convert while loop into for loop | Simon McVittie | 1 | -4/+1 |
2014-01-29 | created_cb: don't leak error | Simon McVittie | 1 | -0/+1 |
2014-01-29 | mc-debug-server: don't try to cope gracefully with a bad D-Bus connection | Simon McVittie | 1 | -28/+6 |
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 | 6 | -4/+12 |
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 | McdAccountManager: ignore altered-one, deleted, toggled from wrong plugin | Simon McVittie | 1 | -1/+39 |
2014-01-29 | fixup! | Simon McVittie | 1 | -1/+1 |
2014-01-29 | McdAccount: have a ref to the storage plugin from construct time onwards | Simon McVittie | 5 | -119/+98 |
2014-01-29 | McdStorage: when acting on one account, only store it in its plugin | Simon McVittie | 1 | -27/+41 |
2014-01-29 | mcp_account_storage_get: replace with get_attribute, get_parameter | Simon McVittie | 10 | -642/+300 |
2014-01-29 | dbus-account-plugin: update internal cache correctly | Simon McVittie | 1 | -0/+1 |
2014-01-29 | mcp_account_manager_unescape_variant_from_keyfile: add | Simon McVittie | 4 | -0/+71 |
2014-01-29 | Thread expected GVariant types through to mcd_storage_get_* | Simon McVittie | 7 | -33/+82 |
2014-01-29 | mcp_account_storage_set_*: return whether anything changed | Simon McVittie | 6 | -105/+204 |
2014-01-29 | McdStorage: remove "owns" method | Simon McVittie | 4 | -80/+4 |