summaryrefslogtreecommitdiff
path: root/js/gdm
Commit message (Expand)AuthorAgeFilesLines
* authPrompt: Also replace full-width colonKolja Lampe2023-02-131-1/+1
* gdmUtil: Fix SignalTracker leak in ShellUserVerifierSebastian Keller2023-02-121-0/+1
* authPrompt: Manually destroy inactive/unused entrySebastian Keller2023-02-121-0/+5
* gdmUtil: Add API to add/remove credential managersAlessandro Bono2023-01-231-14/+25
* gdmUtil: Collect services that determine the username in one placeAlessandro Bono2023-01-232-5/+10
* credentialManager: Remove unused parameterAlessandro Bono2023-01-231-1/+0
* lockscreen: Style cleanup for lock and loginSam Hewitt2023-01-062-2/+2
* js: Queue 'later' via MetaLatersJonas Ådahl2022-12-162-2/+4
* cleanup: Use deepUnpack() intead of deep_unpack()Alessandro Bono2022-08-101-1/+1
* cleanup: Minimize deep_unpack() usageAlessandro Bono2022-08-101-2/+4
* loginDialog: Don't call _loginScreenSessionActivated() when not requiredAlessandro Bono2022-08-101-2/+3
* gdmUtil: Fix ShellUserVerifier retry logicAlessandro Bono2022-08-091-3/+3
* gdmUtil: Refactor on no-more-messages caseAlessandro Bono2022-08-091-30/+29
* authPrompt: Don't propagate serviceName to setMessageAlessandro Bono2022-08-061-13/+16
* js: Use async D-Bus wrappersFlorian Müllner2022-08-012-19/+17
* loginManager: Make API promise-basedFlorian Müllner2022-08-011-5/+6
* Adopt EventEmitter class instead of injecting Signal methodsEvan Welsh2022-07-046-19/+20
* Js: Use new :icon-name propertyFlorian Müllner2022-05-062-3/+2
* js: Use (dis)connectObject()Florian Müllner2022-03-043-111/+55
* cleanup: Use new indentation style for object literalsFlorian Müllner2022-02-235-38/+60
* cleanup: Use new indentation style for arraysFlorian Müllner2022-02-231-2/+4
* cleanup: Stop using string concatenationFlorian Müllner2022-02-231-7/+7
* js: Use templates for non-translatable stringsFlorian Müllner2022-02-122-9/+11
* js: Simplify promisify() callsFlorian Müllner2022-02-111-7/+4
* js: Change main.pushModal to return the Clutter.Grab handleCarlos Garnacho2022-01-291-2/+3
* loginDialog: Perform grab on the stage actorCarlos Garnacho2022-01-291-2/+2
* authPrompt: Make actor reactiveCarlos Garnacho2022-01-291-0/+1
* loginDialog: Fix timing issueNaïm Favier2022-01-201-1/+2
* gdmUtil: Enable support for GDM's ChoiceList PAM extensionRay Strode2022-01-133-2/+102
* gdm: Add AuthList controlRay Strode2022-01-131-0/+176
* js: Remove dead code in loginDialog and workspacesViewEvan Welsh2022-01-051-1/+1
* gdm: Remove pending fingerprint verification failureBenjamin Berg2021-04-281-0/+5
* gdm: Only disconnect verification signals when not going to retryRay Strode2021-04-281-2/+2
* gdm: Flip canRetry boolean to doneTrying on verification failureRay Strode2021-04-281-17/+17
* authPrompt: Don't fail auth prompt until user is out of retriesRay Strode2021-04-281-1/+3
* authPrompt: Don't clear querying service unless querying service failsRay Strode2021-04-281-2/+5
* loginDialog: Allow timed login with disabled user listRay Strode2021-04-232-3/+63
* loginDialog: Realign list of batch tasksRay Strode2021-04-231-48/+50
* gdm: Override any other lower-priority service message on errorMarco Trevisan (Treviño)2021-02-161-1/+2
* gdm: Filter service non-error messages on verification stopped or failedMarco Trevisan (Treviño)2021-02-161-0/+18
* gdm: Add ability to queue a message overriding ones with less priorityMarco Trevisan (Treviño)2021-02-161-2/+17
* gdm: Keep messages in queue until we've not fully processed themMarco Trevisan (Treviño)2021-02-161-15/+21
* gdm: Compress fingerprint failures events using a timeoutMarco Trevisan (Treviño)2021-02-161-2/+23
* gdm: Don't try to retry authenticating when the service is unavailableMarco Trevisan (Treviño)2021-02-161-0/+17
* gdm: Fail and restart verification on conversation stopped for all servicesMarco Trevisan (Treviño)2021-02-151-3/+3
* authPrompt: Bump the user verifier timeout when wiggling the messageMarco Trevisan (Treviño)2021-02-152-3/+17
* authPrompt: Wiggle error messages coming from the Fingerprint serviceMarco Trevisan (Treviño)2021-02-151-0/+4
* authPrompt: Only wiggle the entry on failures coming from the querying serviceMarco Trevisan (Treviño)2021-02-151-1/+3
* gdm: Expose the source serviceName for messages and verification failuresMarco Trevisan (Treviño)2021-02-152-14/+16
* gdm: Count fingerprint authentication failures in fail counterMarco Trevisan (Treviño)2021-02-151-3/+12