aboutsummaryrefslogtreecommitdiff
path: root/src/user-list.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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