Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | mcpa_unescape_variant_from_keyfile: inline implementationaccount-rework-27727-round2 | Simon McVittie | 1 | -10/+2 |
2013-11-15 | McdStorage: delete_cb: improve clarity with a temporary variable | Simon McVittie | 1 | -2/+3 |
2013-11-15 | update_storage: re-indent | Simon McVittie | 1 | -33/+27 |
2013-11-15 | mcd_storage_get_accounts: use (transfer none) | Simon McVittie | 2 | -4/+2 |
2013-11-15 | mcd_storage_load: convert while loop into for loop | Simon McVittie | 1 | -4/+1 |
2013-11-15 | created_cb: don't leak error | Simon McVittie | 1 | -0/+1 |
2013-11-15 | mc-debug-server: don't try to cope gracefully with a bad D-Bus connection | Simon McVittie | 1 | -28/+6 |
2013-11-15 | McpAccountStorage: more, and more informative, debug messages | Simon McVittie | 1 | -8/+28 |
2013-11-15 | mcp_account_storage_delete_async: be cancellable, at least in theory | Simon McVittie | 6 | -4/+12 |
2013-11-15 | McpAccountStorage: update documentation for delete_async | Simon McVittie | 1 | -1/+2 |
2013-11-15 | McpAccountStorage: override neither or both of delete_async, delete_finish | Simon McVittie | 1 | -0/+3 |
2013-11-15 | McpAccountStorage: overriding get_* and list is mandatory | Simon McVittie | 1 | -35/+4 |
2013-11-14 | McdAccountManager: ignore altered-one, deleted, toggled from wrong pluginaccount-rework-27727 | Simon McVittie | 1 | -1/+39 |
2013-11-14 | McdAccount: have a ref to the storage plugin from construct time onwards | Simon McVittie | 5 | -119/+98 |
2013-11-14 | McdStorage: when acting on one account, only store it in its plugin | Simon McVittie | 1 | -27/+41 |
2013-11-14 | mcp_account_storage_get: replace with get_attribute, get_parameter | Simon McVittie | 10 | -642/+300 |
2013-11-14 | dbus-account-plugin: update internal cache correctly | Simon McVittie | 1 | -0/+1 |
2013-11-14 | mcp_account_manager_unescape_variant_from_keyfile: add | Simon McVittie | 4 | -0/+71 |
2013-11-14 | Thread expected GVariant types through to mcd_storage_get_* | Simon McVittie | 7 | -33/+82 |
2013-11-14 | mcp_account_storage_set_*: return whether anything changed | Simon McVittie | 6 | -105/+204 |
2013-11-14 | McdStorage: remove "owns" method | Simon McVittie | 4 | -80/+4 |
2013-11-14 | Make mcp_account_storage_create() mandatory | Simon McVittie | 6 | -67/+127 |
2013-11-13 | Make account deletion async (sort of), and imply a selective commit | Simon McVittie | 7 | -216/+275 |
2013-11-13 | Call set_attribute, set_parameter to delete them | Simon McVittie | 5 | -78/+63 |
2013-11-13 | McdAccountManager: don't double-delete accounts from storage | Simon McVittie | 1 | -5/+0 |
2013-11-13 | Add some missing test coverage: IdentifyAccount failing hard | Simon McVittie | 2 | -10/+39 |
2013-11-13 | McdStorage: adjust IdentifyAccount error behaviour | Simon McVittie | 1 | -5/+14 |
2013-11-13 | mc-debug-server: don't exit when disconnected from system bus | Simon McVittie | 1 | -0/+14 |
2013-11-13 | mcd_account_delete: convert into mcd_account_delete_async | Simon McVittie | 3 | -39/+77 |
2013-11-13 | mcd_account_delete: be primarily responsible for emitting Removed | Simon McVittie | 1 | -12/+9 |
2013-11-13 | mcd_storage_dup_attributes: remove | Simon McVittie | 2 | -37/+0 |
2013-11-13 | mcp_account_manager_list_keys: remove | Simon McVittie | 4 | -58/+0 |
2013-11-13 | Remove unused code | Xavier Claessens | 4 | -220/+0 |
2013-11-13 | McpAccountStorage: have a default implementation for every method | Simon McVittie | 1 | -38/+123 |
2013-11-13 | mcp_account_storage_emit_created: fix doc-comment | Simon McVittie | 1 | -1/+1 |
2013-11-13 | Remove mcp_account_storage_set() | Simon McVittie | 6 | -137/+52 |
2013-11-13 | McpAccountStorage: merge commit and commit_one into one function | Simon McVittie | 6 | -89/+24 |
2013-11-13 | Remove all notion of secret parameter | Xavier Claessens | 10 | -187/+8 |
2013-11-13 | Fix addition of restrictions to test accounts | Simon McVittie | 1 | -1/+1 |
2013-11-12 | Revert "Simplify a bit storage API" | Simon McVittie | 7 | -229/+342 |
2013-11-12 | Revert "Rename commit_one() to commit()" | Simon McVittie | 6 | -58/+58 |
2013-11-12 | Revert "Remove all notion of secret parameter" | Simon McVittie | 10 | -8/+189 |
2013-11-12 | Revert "Remove mcp_account_storage_set()" | Simon McVittie | 6 | -57/+152 |
2013-11-12 | Revert "Remove unused code" | Simon McVittie | 4 | -0/+220 |
2013-11-12 | Revert "Make sure to not delete() nor commit() and account deleted from storage" | Simon McVittie | 5 | -18/+7 |
2013-11-11 | Make sure to not delete() nor commit() and account deleted from storage | Xavier Claessens | 5 | -7/+18 |
2013-11-11 | Remove unused code | Xavier Claessens | 4 | -220/+0 |
2013-11-11 | Remove mcp_account_storage_set() | Xavier Claessens | 6 | -152/+57 |
2013-11-08 | Remove all notion of secret parameter | Xavier Claessens | 10 | -189/+8 |
2013-11-08 | Rename commit_one() to commit() | Xavier Claessens | 6 | -58/+58 |