summaryrefslogtreecommitdiff
path: root/src/libaccountsservice
AgeCommit message (Expand)AuthorFilesLines
2021-06-27act-user: Use stronger hashing methods in make_crypted() if available.Björn Esser1-7/+24
2021-03-16user: Translate property x-session property name to match the proxy oneMarco Trevisan (Treviño)1-1/+4
2021-03-16user-manager: Update users tables on username changesMarco Trevisan (Treviño)1-1/+52
2021-03-16act-user-manager: Fix various refcounting bugsPhilip Withnall1-28/+27
2021-03-16act-user-manager: Fix incorrect return types in some finish() functionsPhilip Withnall1-2/+2
2020-08-14build: Add missing pkg-config Requires.private dependenciesSimon McVittie1-0/+6
2020-05-04act-user-manager: Watch for the daemon going away and coming backIain Lane1-0/+21
2020-02-24act-user: Use G_DECLARE_FINAL_TYPE to declare ActUserPhilip Withnall2-21/+2
2020-02-24act-user-manager: Remove ConsoleKit supportRobert Ancell5-1662/+16
2020-02-18libaccountsservice: Expand documentation of ActUser:languagePhilip Withnall1-4/+23
2020-02-07Check GDBusMessage for INTERACTIVE_AUTHORIZATION flagMatthew Leeds3-6/+85
2019-09-16Add support to build vala bindingsRico Tzschichholz1-1/+9
2019-09-13Fix g-i annotation of act_user_get_password_expiration_policyRico Tzschichholz1-6/+6
2019-08-14act-user-manager: Make a private function staticRobert Ancell1-1/+1
2019-03-20act-user-manager: Find the user's graphical session instead of assuming we ar...Iain Lane1-15/+120
2018-12-19forgot to add g_autoptr(GError) in _act_user_update_from_object_path()Akira Nakajima1-1/+1
2018-10-02libaccountsservice: Expose interfaces directory in pkg-config filePhilip Withnall1-1/+5
2018-09-26meson: fix Namespace of GIR filesRasmus Thomsen1-1/+1
2018-09-26build: Use template files for enums generationIñigo Martínez3-17/+64
2018-09-11build: Remove autotoolsIñigo Martínez3-149/+0
2018-09-11build: Port to meson build systemIñigo Martínez2-0/+122
2018-09-06Replace g_type_class_add_private with modern private methodsRobert Ancell2-290/+372
2018-08-20user: export new Saved propertyRay Strode2-0/+20
2018-08-20user: add new Session/SessionType properties to replace XSessionRay Strode2-0/+99
2018-08-10lib: don't fail loading if logind isn't working rightRay Strode1-4/+1
2018-07-19lib: don't set loaded state until seat is fetchedRay Strode1-1/+1
2018-06-13lib: treat session type=wayland as graphical sessionxiaoguang wang1-1/+2
2018-04-20lib: don't emit user-added signal until list_users is completedRay Strode1-2/+2
2018-02-14lib: don't try to update login frequency manuallyRay Strode2-7/+1
2018-01-30act-user: Prevent segfault if accounts_proxy is not createdOndrej Holy1-0/+5
2018-01-24lib: add crypt.h includeRay Strode1-0/+2
2017-12-21Remove some unneeded variable initialization after g_auto refactoringRobert Ancell1-4/+1
2017-12-20Use g_auto to reduce chances of memory leaksRobert Ancell2-234/+96
2017-12-15Generate autocleanup definitions in libaccountsserviceRobert Ancell2-0/+8
2017-12-15Replace deprecated GSimpleAsyncResult with GTaskRobert Ancell1-51/+39
2017-11-30Fix documentationRobert Ancell1-8/+8
2017-11-29Remove invalid GIR annotationsRobert Ancell1-4/+4
2017-11-29Fix docstring copy-paste errorRobert Ancell1-1/+1
2017-11-03lib: fix crasher if accounts proxy is unavailableRay Strode1-0/+3
2017-10-27lib: only track users after act_user_manager_list_usersRay Strode1-70/+75
2017-10-27lib: don't track user-added/user-removed until we get initial listRay Strode1-0/+14
2017-10-27lib: simplify code dramaticallyRay Strode1-534/+143
2017-10-27lib: retry connecting to accountsservice when loading usersRay Strode1-0/+4
2017-10-27lib: move accounts proxy creation to helperRay Strode1-31/+43
2017-10-27lib: factor user loading functions into helpersRay Strode1-37/+48
2017-10-27lib: use new has-multiple-users property from accountsserviceRay Strode1-17/+10
2017-10-27lib: consolidate change notificationRay Strode1-1/+19
2017-10-27lib: another leak fixRay Strode1-1/+7
2017-10-27lib: leak fixRay Strode1-1/+4
2017-10-27lib: move g_object_ref call for clarityRay Strode1-2/+2