aboutsummaryrefslogtreecommitdiff
path: root/src/im-accounts-service.c
Commit message (Collapse)AuthorAgeFilesLines
* accounts-manager: Cancel account manager requests on new userMarco Trevisan (Treviño)2023-04-271-1/+8
| | | | | There's no point to continue a request if we've already queued another one.
* accounts-service: Also update the user when a new user is addedMarco Trevisan (Treviño)2023-04-271-0/+1
| | | | | | | We were updating the user when the account manager was loaded, but this was not enough, because the user manager could be loaded but it may not have filled all the users yet, so we need to ensure that the current user is actually used when added to the manager.
* account-service: Do not unref UserManager owned userMarco Trevisan2023-04-271-1/+0
| | | | | | act_user_manager_get_user() is a transfer-none function as users are cached internally and the ownership is not passed around, so we should not unref the user, or it will be destroyed during loading.
* Rename com.ubuntu.touch.AccountsService.SecurityPrivacyRobert Tari2021-11-021-1/+1
|
* Remove config.h dependencyRobert Tari2021-10-211-4/+2
|
* Whitespace fixRobert Tari2021-10-211-110/+110
|
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-08-291-17/+16
|
* Name changeTed Gould2014-10-061-4/+6
|
* Ensure the proxy is still cleared so we don't leak themTed Gould2014-10-061-0/+2
|
* Ensure we can cancel getting the proxy and that if we do we can handle it ↵Ted Gould2014-10-061-6/+15
| | | | without getting the private section
* Check for loading of a cached instanceTed Gould2014-10-061-0/+6
|
* Fleshing out drawing attentionTed Gould2014-09-221-0/+20
|
* Get the value on whether we should show on the welcome screenTed Gould2014-09-221-1/+15
|
* Setup and get our proxyTed Gould2014-09-221-0/+33
|
* Setup the user manager signalsTed Gould2014-09-181-0/+30
|
* A function to handle the showing on greeter part of this.Ted Gould2014-09-171-0/+7
|
* Put in a function to handle setting the draw attention valueTed Gould2014-09-171-0/+7
|
* Setting up default referencingTed Gould2014-09-171-2/+11
|
* Connecting into accounts serviceTed Gould2014-09-171-1/+10
|
* Put into our namespaceTed Gould2014-09-171-0/+75