summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 44.144.1gnome-44Ray Strode2023-05-052-1/+7
|
* Update Bulgarian translationAlexander Shopov2023-04-071-1/+1
|
* Update Hungarian translationBalázs Úr2023-04-021-650/+1123
|
* Merge branch 'mcatanzaro/#730' into 'main'Michael Catanzaro2023-03-311-1/+1
|\ | | | | | | | | | | | | session-worker: fix finalize criticals when user_settings is NULL Closes #730 See merge request GNOME/gdm!201
| * session-worker: fix finalize criticals when user_settings is NULLMichael Catanzaro2023-03-271-1/+1
|/ | | | | | | This is a really classic case where we try to call g_object_unref() on an object that is expected to be NULL. Don't do that. Fixes #730
* Update Latvian translationRūdolfs Mazurs2023-03-241-59/+56
|
* meson: Bump to 44.044.0Ray Strode2023-03-202-1/+6
|
* Update Hungarian translationBalázs Úr2023-03-191-36/+371
|
* Update Hungarian translationBalázs Úr2023-03-181-161/+349
|
* Update Georgian translationEkaterine Papava2023-03-141-316/+2557
|
* Update Turkish translationSabri Ünal2023-03-101-8/+8
|
* Updated Danish translationAsk Hjorth Larsen2023-03-101-58/+68
|
* meson: Bump to 44.rc44.rc-realRay Strode2023-03-051-1/+1
|
* NEWS: Update for releaseRay Strode2023-03-051-0/+10
|
* Merge branch 'fix-udev-comments' into 'main'Ray Strode2023-03-051-3/+3
|\ | | | | | | | | udev: Fix up comments in udev rule See merge request GNOME/gdm!200
| * udev: Fix up comments in udev ruleRay Strode2023-03-051-3/+3
|/ | | | | | | | | Over the many changes to the udev rules, the comments at the top have become a little disheveled. This commit fixes that up. Spotted by Adam Williamson
* Merge branch 'fix-pkcs11-auto-detect-arch' into 'main'Ray Strode2023-03-051-1/+1
|\ | | | | | | | | pam-arch: Move pam_shells under pam_pkcs11 to support username auto-detect See merge request GNOME/gdm!193
| * pam-arch: Move pam_shells under pam_pkcs11 to support username auto-detectAlynx Zhou2023-03-051-1/+1
|/ | | | | | | | | | | | | | | According to [PAM-PKCS11 User Manual][1], user can provide a empty username and it will set username by mapped smartcard. However, this currently does not work for gdm-smartcard, because pam_shells will fail first on empty username. Because [pam_shells do not check empty username before checking whether username exists][2], we can do nothing to workaround it for empty username, so just move it under pam_pkcs11 so it will check the auto-detected username. [1]: http://opensc.github.io/pam_pkcs11/doc/pam_pkcs11.html#autologin [2]: https://github.com/linux-pam/linux-pam/commit/b52bd25910c9a8a32a49be7627a709a081a3768c
* Merge branch 'add_sighup_handler' into 'main'Ray Strode2023-03-041-0/+8
|\ | | | | | | | | add missing hangup signal callback in session-worker See merge request GNOME/gdm!194
| * added sighup handler for session-worker-maingangmo seong2023-03-031-0/+8
|/
* Merge branch 'drop-duplicate-virtio-check' into 'main'Ray Strode2023-03-021-1/+0
|\ | | | | | | | | udev: Drop duplicated line See merge request GNOME/gdm!199
| * udev: Drop duplicated lineRay Strode2023-03-021-1/+0
|/ | | | | | | | commit 72bde3b3f474135e792c6c4e40932d7c82f87985 accidentally added two checks for virtio pci devices. The latter check is too broad and could potentially match non-graphics cards. This commit drops it.
* Merge branch 'fix-udev-logic-with-simpledrm' into 'main'Ray Strode2023-03-021-10/+9
|\ | | | | | | | | | | | | udev: Try to detect virtual graphics and EFI better Closes #832 See merge request GNOME/gdm!198
| * udev: Try to detect virtual graphics and EFI betterRay Strode2023-03-021-10/+9
|/ | | | | | | | | | | | | | With EFI and simpledrm we may end up booting without a card0 but with a card1 drm device. This defeats GDM's simplistic hybrid graphics check. Also, our detection for virtio graphics wasn't working so well, because it wrote the results into an environment variable of a non-parent device. This commit gets the detection logic working better for virt/efi setups. Closes: https://gitlab.gnome.org/GNOME/gdm/-/issues/832
* Update Finnish translationJiri Grönroos2023-02-281-73/+69
|
* Update Bulgarian translationAlexander Shopov2023-02-261-56/+44
|
* Update Vietnamese translationNgọc Quân Trần2023-02-261-74/+74
|
* Updated Spanish translationDaniel2023-02-211-77/+69
|
* Update Serbian translationМарко Костић2023-02-161-70/+66
|
* Merge branch 'pam_console' into 'main'Ray Strode2023-02-064-4/+0
|\ | | | | | | | | pam-redhat: Remove pam_console from service files See merge request GNOME/gdm!196
| * pam-redhat: Remove pam_console from service filesIker Pedrosa2023-02-064-4/+0
|/ | | | | | | | | | | | | | pam_console is being removed as it was replaced by ConsoleKit. The changes in this commit just remove pam_console from the service files. If you are curious about the removal check the Fedora System-Wide Change proposal linked below. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1822228 Relates: https://fedoraproject.org/wiki/Changes/RemovePamConsole Relates: https://bugzilla.redhat.com/show_bug.cgi?id=2166692 Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
* Merge branch 'wip/nacho/session-worker-job-cleanup' into 'main'Ray Strode2023-01-201-43/+25
|\ | | | | | | | | session-worker-job: minor cleanups See merge request GNOME/gdm!191
| * session-worker-job: minor cleanupsIgnacio Casal Quinteiro2023-01-201-43/+25
|/
* Update Turkish translationSabri Ünal2023-01-201-6/+7
|
* Update Lithuanian translationAurimas Černius2023-01-191-74/+66
|
* Update Friulian translationFabio Tomat2023-01-111-84/+82
|
* Update Belarusian translationVasil Pupkin2023-01-071-69/+65
|
* Update Abkhazian translationNart Tlisha2023-01-051-1/+5
|
* Update Hindi translationHemish2022-12-291-463/+271
|
* Update Brazilian Portuguese translationLeônidas Araújo2022-12-281-74/+73
|
* Update Galician translationFran Dieguez2022-12-211-73/+75
|
* Update Basque translationAsier Sarasua Garmendia2022-12-031-81/+94
|
* Update Abkhazian translationNart Tlisha2022-12-021-3931/+25
|
* Update Icelandic translationSveinn í Felli2022-11-301-70/+64
|
* Update German translationChristian Kirbach2022-11-201-70/+66
|
* Update Turkish translationEmin Tufan Çetin2022-11-191-26/+26
|
* Update French translationIrénée THIRION2022-11-161-78/+76
|
* Update Norwegian Bokmål translationKjartan Maraas2022-11-141-56/+57
|
* Update Swedish translationAnders Jonsson2022-11-141-168/+76
|
* Update Persian translationDanial Behzadi2022-11-071-68/+65
|