summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-15mcpa_unescape_variant_from_keyfile: inline implementationaccount-rework-27727-round2Simon McVittie1-10/+2
2013-11-15McdStorage: delete_cb: improve clarity with a temporary variableSimon McVittie1-2/+3
2013-11-15update_storage: re-indentSimon McVittie1-33/+27
2013-11-15mcd_storage_get_accounts: use (transfer none)Simon McVittie2-4/+2
2013-11-15mcd_storage_load: convert while loop into for loopSimon McVittie1-4/+1
2013-11-15created_cb: don't leak errorSimon McVittie1-0/+1
2013-11-15mc-debug-server: don't try to cope gracefully with a bad D-Bus connectionSimon McVittie1-28/+6
2013-11-15McpAccountStorage: more, and more informative, debug messagesSimon McVittie1-8/+28
2013-11-15mcp_account_storage_delete_async: be cancellable, at least in theorySimon McVittie6-4/+12
2013-11-15McpAccountStorage: update documentation for delete_asyncSimon McVittie1-1/+2
2013-11-15McpAccountStorage: override neither or both of delete_async, delete_finishSimon McVittie1-0/+3
2013-11-15McpAccountStorage: overriding get_* and list is mandatorySimon McVittie1-35/+4
2013-11-14McdAccountManager: ignore altered-one, deleted, toggled from wrong pluginaccount-rework-27727Simon McVittie1-1/+39
2013-11-14McdAccount: have a ref to the storage plugin from construct time onwardsSimon McVittie5-119/+98
2013-11-14McdStorage: when acting on one account, only store it in its pluginSimon McVittie1-27/+41
2013-11-14mcp_account_storage_get: replace with get_attribute, get_parameterSimon McVittie10-642/+300
2013-11-14dbus-account-plugin: update internal cache correctlySimon McVittie1-0/+1
2013-11-14mcp_account_manager_unescape_variant_from_keyfile: addSimon McVittie4-0/+71
2013-11-14Thread expected GVariant types through to mcd_storage_get_*Simon McVittie7-33/+82
2013-11-14mcp_account_storage_set_*: return whether anything changedSimon McVittie6-105/+204
2013-11-14McdStorage: remove "owns" methodSimon McVittie4-80/+4
2013-11-14Make mcp_account_storage_create() mandatorySimon McVittie6-67/+127
2013-11-13Make account deletion async (sort of), and imply a selective commitSimon McVittie7-216/+275
2013-11-13Call set_attribute, set_parameter to delete themSimon McVittie5-78/+63
2013-11-13McdAccountManager: don't double-delete accounts from storageSimon McVittie1-5/+0
2013-11-13Add some missing test coverage: IdentifyAccount failing hardSimon McVittie2-10/+39
2013-11-13McdStorage: adjust IdentifyAccount error behaviourSimon McVittie1-5/+14
2013-11-13mc-debug-server: don't exit when disconnected from system busSimon McVittie1-0/+14
2013-11-13mcd_account_delete: convert into mcd_account_delete_asyncSimon McVittie3-39/+77
2013-11-13mcd_account_delete: be primarily responsible for emitting RemovedSimon McVittie1-12/+9
2013-11-13mcd_storage_dup_attributes: removeSimon McVittie2-37/+0
2013-11-13mcp_account_manager_list_keys: removeSimon McVittie4-58/+0
2013-11-13Remove unused codeXavier Claessens4-220/+0
2013-11-13McpAccountStorage: have a default implementation for every methodSimon McVittie1-38/+123
2013-11-13mcp_account_storage_emit_created: fix doc-commentSimon McVittie1-1/+1
2013-11-13Remove mcp_account_storage_set()Simon McVittie6-137/+52
2013-11-13McpAccountStorage: merge commit and commit_one into one functionSimon McVittie6-89/+24
2013-11-13Remove all notion of secret parameterXavier Claessens10-187/+8
2013-11-13Fix addition of restrictions to test accountsSimon McVittie1-1/+1
2013-11-12Revert "Simplify a bit storage API"Simon McVittie7-229/+342
2013-11-12Revert "Rename commit_one() to commit()"Simon McVittie6-58/+58
2013-11-12Revert "Remove all notion of secret parameter"Simon McVittie10-8/+189
2013-11-12Revert "Remove mcp_account_storage_set()"Simon McVittie6-57/+152
2013-11-12Revert "Remove unused code"Simon McVittie4-0/+220
2013-11-12Revert "Make sure to not delete() nor commit() and account deleted from storage"Simon McVittie5-18/+7
2013-11-11Make sure to not delete() nor commit() and account deleted from storageXavier Claessens5-7/+18
2013-11-11Remove unused codeXavier Claessens4-220/+0
2013-11-11Remove mcp_account_storage_set()Xavier Claessens6-152/+57
2013-11-08Remove all notion of secret parameterXavier Claessens10-189/+8
2013-11-08Rename commit_one() to commit()Xavier Claessens6-58/+58