Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/user-list.vala: Add debug output on high-contrast toggle switch ↵ | Mike Gabriel | 2023-09-18 | 1 | -1/+4 |
| | | | | | | background change requests. Also reference the conncted-to gsettings by its class property name (KEY_HIGHT_CONTRAST). | ||||
* | Fix casting issues | Robert Tari | 2023-05-07 | 1 | -2/+2 |
| | |||||
* | Add missing error handlers | Robert Tari | 2023-05-07 | 1 | -106/+132 |
| | |||||
* | src/arctica-greeter.vala: Turn get_default_session() and validate_session() ↵ | Mike Gabriel | 2023-02-24 | 1 | -2/+3 |
| | | | | into non-static methods. | ||||
* | Use ArcticaGreeter's way of detecting the default session, only fallback to ↵ | Mike Gabriel | 2023-02-24 | 1 | -3/+7 |
| | | | | LightDMs default if absolutely necessary. | ||||
* | sessions: Add a tooltip on the session badge. | Clement Lefebvre | 2023-02-06 | 1 | -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. | mwileczka | 2023-02-06 | 1 | -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 Moldovan | 2023-02-06 | 1 | -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 Moldovan | 2023-02-06 | 1 | -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 Gabriel | 2018-05-11 | 1 | -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 Gabriel | 2018-05-11 | 1 | -2/+2 |
| | |||||
* | user-list.vala: fix missing parentheses from previous commits | Mike Gabriel | 2018-05-08 | 1 | -2/+2 |
| | |||||
* | src/user-list.vala: Rephrase username field text to "Account ID" (can be ↵ | Mike Gabriel | 2018-05-08 | 1 | -1/+1 |
| | | | | email or user name). | ||||
* | src/user-list.vala: Hide "Set up..." button, if uccsconfigure is a ↵ | Mike Gabriel | 2018-05-08 | 1 | -1/+1 |
| | | | | non-supported remote login session. | ||||
* | src/user-list.vala: Mention X2Go in remote logon help / setup hint. | Mike Gabriel | 2018-05-08 | 1 | -2/+2 |
| | |||||
* | src/user-list.vala: Add debugging to remote_login PAM prompt responding. | Mike Gabriel | 2018-05-06 | 1 | -0/+5 |
| | |||||
* | src/user-list.vala: Obtain PAM_FREERDP2 prompts from public API in ↵ | Mike Gabriel | 2018-05-04 | 1 | -4/+4 |
| | | | | security/pam-freerdp2.h. | ||||
* | src/user-list.vala: Obtain PAM_X2GO prompts from public API in ↵ | Mike Gabriel | 2018-05-04 | 1 | -4/+4 |
| | | | | security/pam.x2go.h. | ||||
* | src/user-list.vala: Follow-up fix for previous commit. | Mike Gabriel | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | Use RLS/pam_x2go.so API v5. The PAM prompt now queries "remote command:", ↵ | Mike Gabriel | 2018-05-04 | 1 | -3/+3 |
| | | | | not "x2gosession:". | ||||
* | src/{user-list.vala,user-prompt-box.vala}: Fix segfault in newly introduced ↵ | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
| | | | | debug message. | ||||
* | White-space cleanup. Removing superfluous EOL white-spaces. | Mike Gabriel | 2017-12-07 | 1 | -6/+6 |
| | |||||
* | copyright holdership: Add myself as copyright holder and author to file ↵ | Mike Gabriel | 2017-10-26 | 1 | -0/+2 |
| | | | | headers of files I have worked on. | ||||
* | src/user-list.vala: Add debug message providing info about added users / labels. | Mike Gabriel | 2017-10-25 | 1 | -0/+1 |
| | |||||
* | src/user-list.vala: Use directory enumerator for getting a random number of ↵ | Mike Gabriel | 2017-10-23 | 1 | -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 Lefebvre | 2017-06-20 | 1 | -1/+1 |
| | | | | uninstalled sessions). Ported from slick-greeter. | ||||
* | Rename RemoteLoginService interface to RemoteLogonService. | Mike Gabriel | 2016-02-26 | 1 | -3/+3 |
| | |||||
* | Find nasty typo in our project name. Thanks to Jeppe Simonson for helping ↵ | Mike Gabriel | 2016-02-26 | 1 | -7/+7 |
| | | | | with getting that tracked. | ||||
* | fix for a18ab60: UGSettings class has been renamed to AGSettings. | Mike Gabriel | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Add an option to only show users in a list of specified groups | Robert Ancell | 2015-10-27 | 1 | -0/+31 |
| | | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Fix parentheses in dialog message. | Mike Gabriel | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Fix dialog message. | Mike Gabriel | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Drop hard-reference to uccs.canonica.com. Make default Remote Logon Service ↵ | Mike Gabriel | 2015-10-26 | 1 | -2/+2 |
| | | | | server configurable through gsettings. | ||||
* | Rename UGSettings to AGSettings. | Mike Gabriel | 2015-10-07 | 1 | -3/+3 |
| | |||||
* | Adapt to using ArcticaProject's remote-logon-service. | Mike Gabriel | 2015-09-19 | 1 | -25/+25 |
| | |||||
* | fork unity-greeter as arctica-greeter | Mike Gabriel | 2015-09-19 | 1 | -40/+40 |
| | |||||
* | Remote Login Only sessions require show-remote-login to be true in SeatDefaults. | Mike Gabriel | 2014-11-28 | 1 | -3/+0 |
| | |||||
* | We also allow usernames for UCCS login. | Mike Gabriel | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | If normal user sessions _and_ guest sessions are disabled, make sure the ↵ | Mike Gabriel | 2014-11-28 | 1 | -0/+3 |
| | | | | remote login services gets activated. | ||||
* | Make lightdm-xsession the default session to launch. | Mike Gabriel | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Allow UCCS logins that are not email addresses (but usernames). | Mike Gabriel | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Apply patch 01_x2go+rls.patch. Natively support X2Go Session. | Mike Gabriel | 2014-11-12 | 1 | -1/+14 |
| | |||||
* | Imported Upstream version 14.04.10 | Mike Gabriel | 2014-11-02 | 1 | -0/+1603 |