summaryrefslogtreecommitdiff
path: root/src/mcd-account-manager-sso.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19In the [unlikely] event the id key has the wrong type, don't leak the GValueVivek Dasmohapatra1-0/+4
2011-12-19AgManager::enabled-event doesn't have the AgAccount::enabled multi-trigger bugVivek Dasmohapatra1-25/+10
2011-09-06API does not guarantee that the GValue remains unset on failed value retrievalVivek Dasmohapatra1-0/+4
2011-05-20Don't leak the key list when accounts are updated by libaccounts/SSOVivek Dasmohapatra1-0/+3
2011-04-05The service properties shouldn't get deleted when the account is updatedVivek Dasmohapatra1-0/+10
2011-03-09WhitespaceVivek Dasmohapatra1-0/+1
2011-03-09Fall back to the secondary setting for account naming if username is unset.Vivek Dasmohapatra1-4/+9
2011-03-03Typo in debug messageVivek Dasmohapatra1-1/+1
2011-03-03We actually need to watch the account twice, globally and for the service.Vivek Dasmohapatra1-4/+19
2011-03-03Explain how _sso_updated works; Rename 'key' to 'unused' to avoid confusion.Vivek Dasmohapatra1-2/+11
2011-03-03Rewrite the _sso_updated function: we no longer receive key-specific updatesVivek Dasmohapatra1-35/+72
2011-03-03It is possible for the AG API to pass us duff account ids. Check for these.Vivek Dasmohapatra1-0/+7
2011-03-03Update the initial account loader to use the new watch-for-updates helperVivek Dasmohapatra1-4/+1
2011-03-03Update _sso_created to use the new watch-for-updates helpersVivek Dasmohapatra1-5/+8
2011-03-03Update watch/unwatch functions and tracking hash to the new setupVivek Dasmohapatra1-39/+12
2011-03-03Alter the watch data struct and helpers to drop the key, which is going awayVivek Dasmohapatra1-6/+5
2011-03-03Forward declarations for static functions so they can be referred to freelyVivek Dasmohapatra1-0/+9
2011-03-03Copyright updateVivek Dasmohapatra1-2/+2
2011-03-03Accounts will be queued up for a delayed-create in _list, not hereVivek Dasmohapatra1-7/+0
2011-01-18Merge branch 'hidden-for-accounts-glib' of git+ssh://git.collabora.co.uk/git/...Vivek Dasmohapatra1-168/+253
2011-01-11Explanation of map had drifted away from same (in terms of location & accuracy)Vivek Dasmohapatra1-14/+15
2011-01-11Commit delay now #defined and logged explicitlyVivek Dasmohapatra1-2/+5
2011-01-11Add comment explaining _commit, remove obsolete FIXME commentVivek Dasmohapatra1-2/+5
2011-01-11Delay actual commit() in sso backend.Eitan Isaacson1-6/+28
2011-01-10account-glib: Remove spurious newlines in DEBUG messagesWill Thompson1-3/+3
2011-01-10accounts-glib: remove unused list of services.Will Thompson1-1/+0
2011-01-10accounts-glib: expose _get implemenation for subclassesWill Thompson1-4/+7
2011-01-10accounts-glib: split up gargantuan _get implementationWill Thompson1-108/+135
2011-01-10accounts-glib: make service type parametrizableWill Thompson1-57/+103
2011-01-10accounts-glib: List services in constructed, not initWill Thompson1-4/+15
2011-01-10accounts-glib: declutter class_initWill Thompson1-2/+1
2011-01-10accounts-glib: make null termination clearerWill Thompson1-1/+1
2011-01-05Accounts-GLib backend: fix shadowing warningsWill Thompson1-47/+49
2010-10-27Use the new AG_SERVICE macro instead of hardiwring "IM" everywhere.Vivek Dasmohapatra1-5/+5
2010-10-27Register for the IM service type specifically: no wakeups for non-IM changesVivek Dasmohapatra1-1/+2
2010-10-11Let ag parameters/account shadow the ag 'username'/mc 'param-account' mappingVivek Dasmohapatra1-2/+40
2010-09-13Make sure the sso-services property is cached when we load the accountVivek Dasmohapatra1-0/+3
2010-08-09Only honour scheduled saves when we have actual differences to commit.Vivek Dasmohapatra1-5/+12
2010-08-09Don't flush unchanged settings to SSOVivek Dasmohapatra1-3/+41
2010-08-09Don't flush the enabled state if the SSO state is functionally equivalentVivek Dasmohapatra1-1/+9
2010-08-02Added maemo accounts support for Account.Storage API.Eitan Isaacson1-0/+118
2010-08-02Remove warnings.Eitan Isaacson1-5/+5
2010-07-21SSO plugin should claim all setting for accounts it knows aboutVivek Dasmohapatra1-9/+19
2010-07-07Implement Service property for SSO accountsVivek Dasmohapatra1-1/+26
2010-07-07clear_setting_data() should always be called on a Setting * from setting_data()Vivek Dasmohapatra1-9/+14
2010-07-07Can't remove the watch hash entry until the individual watches have been removedVivek Dasmohapatra1-2/+2
2010-07-02Haul all the parameter name mapping/global/service/etc logic into one place.Vivek Dasmohapatra1-225/+204
2010-07-01Emit the single changed property signal instead of the whole-account oneVivek Dasmohapatra1-1/+1
2010-07-01Signal emitted on wrong objectVivek Dasmohapatra1-1/+2
2010-07-01Filter some keys from the watch list (immutable or monitored elsewhere)Vivek Dasmohapatra1-0/+17