summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* generate-version.sh: fix script inside of a tarballHEADmainorbea2023-05-051-2/+1
* Rename directory 'dbusmock' to 'mock_services'Nelson Benítez León2023-04-252-2/+2
* daemon: Assume GDM for autologin if we can't figure it out from systemdRay Strode2023-04-191-4/+4
* user-manager: Remove user from new users list if destroyedMarco Trevisan (Treviño)2023-04-181-0/+2
* act-user-manager: Disconnect from manager signals when freeing a requestMarco Trevisan (Treviño)2023-04-131-3/+7
* Update Russian translationAleksandr Melman2023-04-121-19/+34
* Remove last hardcoded custom.conf referenceAlban Browaeys2023-04-121-1/+1
* user-manager: Fix another compiler warningRay Strode2023-04-111-0/+2
* mocklibc: Fix compiler warningRay Strode2023-04-112-0/+15
* user-manager: Track non-existent users23.13.9Ray Strode2023-03-271-1/+10
* user-manager: Deduplicate ActUser objects when possibleRay Strode2023-03-271-0/+68
* user-manager: Cope with buggy callers betterRay Strode2023-03-271-1/+35
* user-manager: Add cancellable to fetch user requestsRay Strode2023-03-271-2/+19
* user-manager: Don't prematurely free duplicate ActUser objectsRay Strode2023-03-271-0/+14
* tests: Add test for multiple in-flight get_user callsRay Strode2023-03-271-9/+48
* tests: Fix dbusmock accountservice template user parameterizationRay Strode2023-03-271-2/+1
* daemon: Fix boot delayRay Strode2023-03-241-0/+25
* subprojects: Add mocklibc to package cacheRay Strode2023-03-172-0/+0
* user: Support new LocalAccount property in cache file23.11.69Ray Strode2023-03-153-0/+30
* daemon: Track local users outside of fgetpwent generatorRay Strode2023-03-151-30/+35
* meson.build: fix -Wimplicit-function-declaration in configure tests for printfSam James2023-02-281-0/+2
* Update POTFILES.inPiotr Drąg2023-02-251-0/+1
* Add lightdm autologin supportzhuyaliang2023-02-234-20/+162
* daemon: Don't crash if /etc/shadow doesn't existSimon McVittie2023-02-181-3/+2
* Annotate varargs functions with G_GNUC_PRINTFSimon McVittie2023-02-073-1/+11
* user: Use correct format strings to print accounts_user_get_uid()Simon McVittie2023-02-071-12/+12
* daemon: Define local users as being exactly those present in /etc/shadowSimon McVittie2023-02-051-18/+27
* daemon: Clarify use of generator_state->usersSimon McVittie2023-02-051-4/+7
* user: Replace usermod -p with chpasswd -eSimon McVittie2023-02-053-17/+30
* CI: Pass --gcov-ignore-parse-errors to gcovrSimon McVittie2023-02-032-0/+8
* CI: Fix build in a fork whose name is not accountsserviceSimon McVittie2023-02-032-2/+2
* CI: Install systemd, for /usr/share/pkgconfig/systemd.pcSimon McVittie2023-02-031-0/+1
* Update friulian translationFabio Tomat2023-01-021-19/+32
* po: Update Georgian translationNorwayFun2022-11-201-26/+39
* Update Hindi (hi) translationHemish2022-11-181-27/+39
* Update Hungarian translationBalázs Úr2022-09-231-28/+43
* Update Catalan translationJordi Mas2022-09-131-22/+37
* Update hr.pogogogogi2022-08-151-1/+1
* ci: Do a coding style checkRay Strode2022-07-284-0/+176
* ci: Only run ci stuff on merge requestsRay Strode2022-07-281-0/+4
* src: Run entire tree through uncrustifyRay Strode2022-07-2819-1066/+1123
* tests: Fix tests for 2nd userBastien Nocera2022-07-261-5/+5
* tests: Add second user to test dataBastien Nocera2022-07-266-1/+17
* tests: Support multiple users for user dataBastien Nocera2022-07-261-8/+10
* tests: Add test for GetUsersLanguages() methodBastien Nocera2022-07-261-0/+5
* daemon: Add GetUsersLanguages() functionBastien Nocera2022-07-262-0/+109
* daemon: Move uid variable where it's usedBastien Nocera2022-07-261-1/+1
* tests: Add daemon tests for new Languages propertyBastien Nocera2022-07-261-0/+34
* tests: Add library tests for "Languages" propertyBastien Nocera2022-07-262-0/+10
* user: Add "Languages" user propertyBastien Nocera2022-07-265-6/+200