summaryrefslogtreecommitdiff
path: root/src/libaccountsservice
Commit message (Expand)AuthorAgeFilesLines
* Add --enable-coverage option for building with code coverageStef Walter2013-10-151-1/+4
* lib: don't connect to ConsoleKit if logind is runningRay Strode2013-08-081-16/+22
* ActUserManager: handle nonexistent usersLionel Landwerlin2013-07-014-0/+56
* Don't set "is-loaded" prematurely.Marius Vollmer2013-06-301-1/+5
* Add missing prototypes for act_user_*_anywhere.Marius Vollmer2013-06-181-0/+2
* Document current limitations of act_user_*_anywhere.Marius Vollmer2013-06-181-0/+6
* lib: return gboolean from on_session_monitor_event, as required.Marius Vollmer2013-06-131-1/+2
* vala: drop .vapi fileRay Strode2013-06-121-19/+0
* Don't assume that we are part of a session or have a seatMarius Vollmer2013-06-111-7/+9
* Advance even when continuing.Marius Vollmer2013-06-051-5/+4
* Don't completely ignore non-graphical sessions.Marius Vollmer2013-06-053-48/+163
* Really remove obsolete sessions from the records.Marius Vollmer2013-06-051-0/+1
* lib: don't ever consider non-user sessions when running in user sessionRay Strode2013-06-031-0/+17
* lib: notice when account changes from system acount to normal accountRay Strode2013-05-201-0/+38
* Update has-multiple-users before emitting user-added/removedMatthias Clasen2013-05-191-8/+8
* Avoid an error when generating enums in distcheckMatthias Clasen2013-05-111-2/+2
* Fix warnings when building gir and vapi filesStef Walter2013-05-112-1/+3
* Fix up all documentation warnings and complete documentationStef Walter2013-05-113-17/+141
* Check for logind, not for systemdMartin Pitt2013-04-061-12/+14
* act-user: when copying from user free existing data firstRay Strode2013-03-241-0/+9
* lib: fix list_users anotationRay Strode2013-03-141-1/+1
* build: Drop unecessary AC_SUBST of gir includesColin Walters2012-12-191-1/+1
* build: Create internal library for gdbus-codegen gooColin Walters2012-12-191-10/+1
* Fix login history variant handlingGiovanni Campagna2012-12-181-2/+2
* lib: add act_user_manager_no_serviceRay Strode2012-12-122-0/+12
* lib: add new describe_user methodRay Strode2012-12-121-13/+42
* lib: don't lose sessions list for users at startupRay Strode2012-12-123-7/+97
* lib: use act_user_manager_get_user_by_id when neededRay Strode2012-12-121-35/+2
* lib: fix act_user_manager_get_user_by_idRay Strode2012-12-121-32/+124
* lib: map session to user objects not user namesRay Strode2012-12-121-8/+3
* lib: fix uninitialized variable warningRay Strode2012-12-121-2/+1
* Add act_user_manager_get_user_by_idMatthias Clasen2012-12-062-0/+29
* Fix up error reportingMatthias Clasen2012-11-182-8/+41
* Fix act_user_manager_delete_user_finishMatthias Clasen2012-11-181-2/+1
* Fix several oversights in LoginTime and LoginHistory handlingMatthias Clasen2012-11-181-4/+7
* Add async api for user creation and deletionRyan Lortie2012-11-182-1/+304
* ActUser: Initialize local_accountMatthias Clasen2012-11-181-0/+1
* Generate docs for libaccountssserviceMatthias Clasen2012-11-182-0/+20
* ActUserManager: clean up source in finalizeMatthias Clasen2012-11-161-1/+6
* Don't call g_object_unref on a sd_login_monitor objectMatthias Clasen2012-11-161-1/+1
* accountsservice: Add User.LoginHistory propertyOndrej Holy2012-11-122-0/+40
* accountsservice: Add User.LoginTime propertyOndrej Holy2012-11-122-0/+37
* ActUserManagerNewSession: do not free if there are pending async callsSimon McVittie2012-11-051-4/+31
* lib: correct typo in error messageRay Strode2012-10-261-1/+1
* lib: fix set_has_multiple_users call in remove_uesrRay Strode2012-10-161-1/+1
* lib: ignore closing sessionsMatthias Clasen2012-09-241-0/+16
* user-manager: Guard against NULL usersJasper St. Pierre2012-08-211-1/+3
* lib: drop return value from update_infoRay Strode2012-08-161-8/+2
* lib: drop act_user_set_propertyRay Strode2012-08-161-18/+0
* Add User.Local dbus propertyStef Walter2012-08-162-0/+38