summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 1.30.01.30.0lightdm-1-30Robert Ancell2019-05-172-1/+9
|
* Add missing documentation update for lightdm_user_get_is_locked ()Robert Ancell2019-05-171-0/+1
|
* Add is-blocked property to the User objectCorentin Noël2019-04-096-2/+69
|
* Update elementary and Pantheon Greeter linksCorentin Noël2019-02-201-1/+1
|
* Create CONTRIBUTING.mdRobert Ancell2019-02-181-0/+5
|
* Copy in documentation from old wiki pageRobert Ancell2019-02-181-0/+40
|
* Fix commentZhang Xianwei2018-10-261-1/+1
| | | | Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
* Use g_autoptr with GVariantIterRobert Ancell2018-08-302-17/+11
|
* Fix double free of GVariantIterRobert Ancell2018-08-301-2/+0
| | | | Bug introduced in a95eded63
* Hide systemd's dynamic usersTomasz Gąsior2018-08-301-1/+1
| | | | | | | | | | | | systemd creates "dynamic users". These accounts should be hidden from login screen. But it's possible that systemd creates them with id > 1000 and shell == "/sbin/nologin". Currently lightdm shows these accounts if AccountService is not installed. See: https://bbs.archlinux.org/viewtopic.php?id=238704 To fix this, add "/sbin/nologin" to ignored shells. Please see: http://0pointer.net/blog/dynamic-users-with-systemd.html
* Remove Unity System Compositor support - it is a dead projectRobert Ancell2018-08-3076-3502/+70
|
* Update debian packagingRobert Ancell2018-08-305-29/+18
|
* Merge in released changesRobert Ancell2018-08-303-0/+34
|
* Releasing 1.28.01.28.0Robert Ancell2018-08-302-1/+14
|
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-3065-1683/+2105
|
* Fix small leak in XDMCP serverRobert Ancell2018-08-301-1/+1
|
* Fix qt5 test being run instead of qt4 oneRobert Ancell2018-08-301-1/+1
|
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-3039-124/+52
|
* Set XDG_SEAT env variable in script hooksRobert Ancell2018-08-219-30/+34
|
* Fix install failing if link already existsRobert Ancell2018-08-211-1/+1
|
* Add support for usr-merge in the apparmor profile. (LP: #1784023)Dimitri John Ledkov2018-08-211-1/+1
|
* unadd spurious .TPTomas Pospisek2018-06-261-1/+0
|
* document the XDG_SEAT_PATH environment variableTomas Pospisek2018-06-261-0/+14
| | | | Fixes: https://github.com/CanonicalLtd/lightdm/issues/27
* liblightdm-qt: mark class PowerInterface as exportedYves-Alexis Perez2018-05-231-1/+1
| | | | fix build when using -fvisibility=hidden to stop exporting all symbols
* Seems make is not installed in Fedora anymoreRobert Ancell2018-05-111-1/+1
|
* Fix compile warning and unfreed GError from 733d175Robert Ancell2018-05-111-1/+2
|
* Fix test failing due to random ordering of resultsRobert Ancell2018-05-114-6/+23
|
* Fix invalid object definesRobert Ancell2018-05-114-5/+5
|
* Remove bashisms in configure.ac.Robert Ancell2018-04-101-2/+2
| | | | As found by Frédéric Fauberteau for NetBSD
* in Remove X authority: Ignore any error & don't exit, continue closing the ↵Ivan Zakharyaschev2018-03-261-2/+1
| | | | session
* Releasing 1.26.01.26.0Robert Ancell2018-03-223-1/+12
|
* Drop obsolete gnome-common build-depends and use explicit depends insteadRobert Ancell2018-02-141-2/+5
|
* Releasing 1.25.21.25.2Robert Ancell2018-02-134-2/+22
|
* Correctly install AccountsService interface file as symlinkRobert Ancell2018-02-132-3/+12
|
* CI: Install redhat-rpm-config on FedoraRobert Ancell2018-02-071-1/+1
| | | | This seems to fix a bug in the introspection compilation.
* CI: Build on FedoraRobert Ancell2018-02-071-4/+9
|
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIRobert Ancell2018-01-232-8/+16
|
* Add missing const on stringsRobert Ancell2018-01-231-4/+4
|
* configure: Activate needed C99 mode of compilerBjörn Esser2018-01-221-0/+6
|
* Makefile: Add ACLOCAL_AMFLAGS properlyBjörn Esser2018-01-221-0/+1
|
* configure: Fix arguments passed to qtchooserBjörn Esser2018-01-221-2/+2
|
* x-authority: Remove incorrect use of constBjörn Esser2018-01-191-1/+1
|
* Releasing 1.25.11.25.1Robert Ancell2018-01-186-40/+50
|
* Fix typo in .policy build rulesRobert Ancell2018-01-181-1/+1
|
* Fix code style and memory issues in language.cRobert Ancell2018-01-181-41/+24
|
* Move liblightdm variable declarations from the start of files.Robert Ancell2018-01-179-472/+226
|
* Move common variable declarations from the start of files.Robert Ancell2018-01-173-315/+229
|
* Move test variable declarations from the start of files.Robert Ancell2018-01-1720-1339/+754
|
* Fix .deps file being accidentally removed on cleanRobert Ancell2018-01-171-1/+1
|
* Fix test programs failing to link to liblightdm symbolsRobert Ancell2018-01-171-0/+2
| | | | Don't know what's changed, but this fixes it...