Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | accounts-manager: Cancel account manager requests on new user | Marco Trevisan (Treviño) | 2023-04-27 | 1 | -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 added | Marco Trevisan (Treviño) | 2023-04-27 | 1 | -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 user | Marco Trevisan | 2023-04-27 | 1 | -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.SecurityPrivacy | Robert Tari | 2021-11-02 | 1 | -1/+1 |
| | |||||
* | Remove config.h dependency | Robert Tari | 2021-10-21 | 1 | -4/+2 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-10-21 | 1 | -110/+110 |
| | |||||
* | Avoid deprecated g_type_class_add_private. | Mike Gabriel | 2019-08-29 | 1 | -17/+16 |
| | |||||
* | Name change | Ted Gould | 2014-10-06 | 1 | -4/+6 |
| | |||||
* | Ensure the proxy is still cleared so we don't leak them | Ted Gould | 2014-10-06 | 1 | -0/+2 |
| | |||||
* | Ensure we can cancel getting the proxy and that if we do we can handle it ↵ | Ted Gould | 2014-10-06 | 1 | -6/+15 |
| | | | | without getting the private section | ||||
* | Check for loading of a cached instance | Ted Gould | 2014-10-06 | 1 | -0/+6 |
| | |||||
* | Fleshing out drawing attention | Ted Gould | 2014-09-22 | 1 | -0/+20 |
| | |||||
* | Get the value on whether we should show on the welcome screen | Ted Gould | 2014-09-22 | 1 | -1/+15 |
| | |||||
* | Setup and get our proxy | Ted Gould | 2014-09-22 | 1 | -0/+33 |
| | |||||
* | Setup the user manager signals | Ted Gould | 2014-09-18 | 1 | -0/+30 |
| | |||||
* | A function to handle the showing on greeter part of this. | Ted Gould | 2014-09-17 | 1 | -0/+7 |
| | |||||
* | Put in a function to handle setting the draw attention value | Ted Gould | 2014-09-17 | 1 | -0/+7 |
| | |||||
* | Setting up default referencing | Ted Gould | 2014-09-17 | 1 | -2/+11 |
| | |||||
* | Connecting into accounts service | Ted Gould | 2014-09-17 | 1 | -1/+10 |
| | |||||
* | Put into our namespace | Ted Gould | 2014-09-17 | 1 | -0/+75 |