summaryrefslogtreecommitdiff
path: root/Userland/Services/LoginServer
AgeCommit message (Expand)Author
2022-08-15LoginServer+LibCore: Only create user temp directory from LoginServerAndreas Kling
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-19LoginServer: Correctly retrieve SystemServer's exit codeLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-10LibGUI: Add layout spacer support to GMLFrHun
2022-04-26LoginServer: Change login fail message to avoid enumeration attacksPeter Elliott
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-08LoginServer: Add a label for login fail messagesjavabird25
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-01-26LibGUI+LoginServer: Use default buttons in InputBox and LoginWindowthankyouverycool
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LoginServer: Port to LibMain :^)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-21LoginServer: Capitalize username and password fieldsxSlendiX
2021-10-21LoginServer: Mark the login window as non-closeable and non-minimizableTimothy Flynn
2021-10-21LoginServer: Mark this component as REQUIREDKarol Kosek
2021-10-19LoginServer: Fix typo in --auto-login option value nameLinus Groh
2021-10-19LoginServer: Log in when the user presses the enter keyTimothy Flynn
2021-10-18LoginServer: Use the verb "log in" for window title & submit buttonAndreas Kling
2021-10-17LoginServer: Add --auto-login switchPeter Elliott
2021-10-17LoginServer: Process logins and start SystemServer in user modePeter Elliott
2021-10-17LoginServer: Layout a basic login windowPeter Elliott