summaryrefslogtreecommitdiff
path: root/tests/twisted/dbus-account-plugin.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-06McdStorage: watch and proxy plugins' change-notification signalsSimon McVittie1-168/+36
2014-02-04mcp_account_storage_get_flags: addSimon McVittie1-0/+8
2014-02-04Require account plugins to provide the ability to list parametersSimon McVittie1-1/+58
2014-01-29Be consistent in the constness of arguments in storage virtual methodsXavier Claessens1-11/+11
2014-01-29mcp_account_storage_commit: guarantee that we commit one at a timeSimon McVittie1-33/+0
2014-01-29delete_async: being asked to delete a nonexistent account is an errorSimon McVittie1-8/+2
2014-01-29dbus-account-plugin: fail tests on various invalid method callsSimon McVittie1-16/+16
2014-01-29dbus-account-plugin: fail tests if fake accounts service misbehavesSimon McVittie1-3/+5
2014-01-29mcp_account_storage_delete_async: be cancellable, at least in theorySimon McVittie1-1/+2
2014-01-29mcp_account_storage_get: replace with get_attribute, get_parameterSimon McVittie1-107/+56
2014-01-29dbus-account-plugin: update internal cache correctlySimon McVittie1-0/+1
2014-01-29mcp_account_storage_set_*: return whether anything changedSimon McVittie1-7/+32
2014-01-29McdStorage: remove "owns" methodSimon McVittie1-17/+0
2014-01-29Make account deletion async (sort of), and imply a selective commitSimon McVittie1-73/+72
2014-01-29Call set_attribute, set_parameter to delete themSimon McVittie1-24/+30
2014-01-29Remove mcp_account_storage_set()Simon McVittie1-13/+0
2014-01-29McpAccountStorage: merge commit and commit_one into one functionSimon McVittie1-8/+8
2014-01-29Remove all notion of secret parameterXavier Claessens1-21/+0
2013-11-13Fix addition of restrictions to test accountsSimon McVittie1-1/+1
2013-11-12Revert "Simplify a bit storage API"Simon McVittie1-2/+21
2013-11-12Revert "Rename commit_one() to commit()"Simon McVittie1-36/+37
2013-11-12Revert "Remove all notion of secret parameter"Simon McVittie1-0/+21
2013-11-12Revert "Remove mcp_account_storage_set()"Simon McVittie1-0/+13
2013-11-11Remove mcp_account_storage_set()Xavier Claessens1-13/+0
2013-11-08Remove all notion of secret parameterXavier Claessens1-21/+0
2013-11-08Rename commit_one() to commit()Xavier Claessens1-37/+36
2013-11-08Simplify a bit storage APIXavier Claessens1-21/+2
2013-11-08Replace McdAccount::always-on with the existing TpStorageRestrictionFlagsSimon McVittie1-12/+18
2013-10-29Don't give storage plugins the full parameter set, just 'account'Simon McVittie1-2/+2
2013-10-02dbus-account-plugin: include more telepathy-glib headersSimon McVittie1-0/+3
2013-09-26Sync servicetest, constants with the version merged into GabbleSimon McVittie1-2/+2
2012-09-12TestDBusAccountPlugin: push typed parameters into MCSimon McVittie1-16/+20
2012-09-12Mock accounts service plugin: respond to change signals from serviceSimon McVittie1-1/+517
2012-09-12Mock accounts service plugin: receive settings from MC as GVariantSimon McVittie1-68/+64
2012-09-12Add a fake account storage backend which uses a mock D-Bus serviceSimon McVittie1-0/+1096