aboutsummaryrefslogtreecommitdiff
path: root/src/user-list.vala
Commit message (Collapse)AuthorAgeFilesLines
* Send user change signal for manual user entriesRobert Tari2023-11-241-0/+21
|
* src/user-list.vala: Add debug output on high-contrast toggle switch ↵Mike Gabriel2023-09-181-1/+4
| | | | | | background change requests. Also reference the conncted-to gsettings by its class property name (KEY_HIGHT_CONTRAST).
* Fix casting issuesRobert Tari2023-05-071-2/+2
|
* Add missing error handlersRobert Tari2023-05-071-106/+132
|
* src/arctica-greeter.vala: Turn get_default_session() and validate_session() ↵Mike Gabriel2023-02-241-2/+3
| | | | into non-static methods.
* Use ArcticaGreeter's way of detecting the default session, only fallback to ↵Mike Gabriel2023-02-241-3/+7
| | | | LightDMs default if absolutely necessary.
* sessions: Add a tooltip on the session badge.Clement Lefebvre2023-02-061-4/+21
| | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/cf3742cf155e0925904c7da86457deaea6a87885
* Fixed default session for manual user entry.mwileczka2023-02-061-0/+4
| | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d85d872a84233b125278825e5d64162079b84fc7
* misc src/: completely rework high contrast mode, add stub for big font mode.Mihai Moldovan2023-02-061-2/+4
| | | | | | | | | This is a work-in-progress. The reworked high contrast mode adds support for a configurable high contrast GTK theme and changes a lot of widgets to change their color. The big font mode is a stub currently.
* misc src/: make ArcticaGreeter a proper vala SingleInstance class.Mihai Moldovan2023-02-061-36/+53
| | | | | This allows us to drop the rather awkward self-referencing static singleton member and use a standard vala/glib feature.
* src/user-list.vala: Rename gsettings key remote-service-fqdn to ↵Mike Gabriel2018-05-111-1/+4
| | | | remote-service-configure-uri. Support an empty string as value and show a more intelligent message if it's empty.
* Remote Logon configuration support: session name is now "remoteconfigure".Mike Gabriel2018-05-111-2/+2
|
* user-list.vala: fix missing parentheses from previous commitsMike Gabriel2018-05-081-2/+2
|
* src/user-list.vala: Rephrase username field text to "Account ID" (can be ↵Mike Gabriel2018-05-081-1/+1
| | | | email or user name).
* src/user-list.vala: Hide "Set up..." button, if uccsconfigure is a ↵Mike Gabriel2018-05-081-1/+1
| | | | non-supported remote login session.
* src/user-list.vala: Mention X2Go in remote logon help / setup hint.Mike Gabriel2018-05-081-2/+2
|
* src/user-list.vala: Add debugging to remote_login PAM prompt responding.Mike Gabriel2018-05-061-0/+5
|
* src/user-list.vala: Obtain PAM_FREERDP2 prompts from public API in ↵Mike Gabriel2018-05-041-4/+4
| | | | security/pam-freerdp2.h.
* src/user-list.vala: Obtain PAM_X2GO prompts from public API in ↵Mike Gabriel2018-05-041-4/+4
| | | | security/pam.x2go.h.
* src/user-list.vala: Follow-up fix for previous commit.Mike Gabriel2018-05-041-1/+1
|
* Use RLS/pam_x2go.so API v5. The PAM prompt now queries "remote command:", ↵Mike Gabriel2018-05-041-3/+3
| | | | not "x2gosession:".
* src/{user-list.vala,user-prompt-box.vala}: Fix segfault in newly introduced ↵Mike Gabriel2018-03-161-1/+1
| | | | debug message.
* White-space cleanup. Removing superfluous EOL white-spaces.Mike Gabriel2017-12-071-6/+6
|
* copyright holdership: Add myself as copyright holder and author to file ↵Mike Gabriel2017-10-261-0/+2
| | | | headers of files I have worked on.
* src/user-list.vala: Add debug message providing info about added users / labels.Mike Gabriel2017-10-251-0/+1
|
* src/user-list.vala: Use directory enumerator for getting a random number of ↵Mike Gabriel2017-10-231-7/+14
| | | | background image. Check if the returned directory entry is not a sub-directory. If so, then skip it.
* Add support for validating session names (and proper fallback for ↵Clement Lefebvre2017-06-201-1/+1
| | | | uninstalled sessions). Ported from slick-greeter.
* Rename RemoteLoginService interface to RemoteLogonService.Mike Gabriel2016-02-261-3/+3
|
* Find nasty typo in our project name. Thanks to Jeppe Simonson for helping ↵Mike Gabriel2016-02-261-7/+7
| | | | with getting that tracked.
* fix for a18ab60: UGSettings class has been renamed to AGSettings.Mike Gabriel2015-10-271-1/+1
|
* Add an option to only show users in a list of specified groupsRobert Ancell2015-10-271-0/+31
| | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Fix parentheses in dialog message.Mike Gabriel2015-10-261-1/+1
|
* Fix dialog message.Mike Gabriel2015-10-261-1/+1
|
* Drop hard-reference to uccs.canonica.com. Make default Remote Logon Service ↵Mike Gabriel2015-10-261-2/+2
| | | | server configurable through gsettings.
* Rename UGSettings to AGSettings.Mike Gabriel2015-10-071-3/+3
|
* Adapt to using ArcticaProject's remote-logon-service.Mike Gabriel2015-09-191-25/+25
|
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-40/+40
|
* Remote Login Only sessions require show-remote-login to be true in SeatDefaults.Mike Gabriel2014-11-281-3/+0
|
* We also allow usernames for UCCS login.Mike Gabriel2014-11-281-1/+1
|
* If normal user sessions _and_ guest sessions are disabled, make sure the ↵Mike Gabriel2014-11-281-0/+3
| | | | remote login services gets activated.
* Make lightdm-xsession the default session to launch.Mike Gabriel2014-11-281-1/+1
|
* Allow UCCS logins that are not email addresses (but usernames).Mike Gabriel2014-11-281-1/+1
|
* Apply patch 01_x2go+rls.patch. Natively support X2Go Session.Mike Gabriel2014-11-121-1/+14
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+1603