Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | Everywhere: Fix spelling mistakes | mjz19910 | |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro | |
2021-11-23 | LoginServer: Port to LibMain :^) | Andreas Kling | |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling | |
2021-10-21 | LoginServer: Capitalize username and password fields | xSlendiX | |
This commit changes the TextBox's placeholders for the username and password fields to be capitalized. | |||
2021-10-21 | LoginServer: Mark the login window as non-closeable and non-minimizable | Timothy Flynn | |
Previously, you could close the window and be permanently logged out. | |||
2021-10-21 | LoginServer: Mark this component as REQUIRED | Karol Kosek | |
Prior to this change, there was no requirement to build this server. If you build serenity without -DBUILD_EVERYTHING flag, or just play around with your build configuration[1], it left you with a blank screen and this debug line: SystemServer(6:6): LoginServer: binary "/bin/LoginServer" does not exist, skipping service. [1]: Documentation/AdvancedBuildInstructions.md#component-configuration | |||
2021-10-19 | LoginServer: Fix typo in --auto-login option value name | Linus Groh | |
2021-10-19 | LoginServer: Log in when the user presses the enter key | Timothy Flynn | |
2021-10-18 | LoginServer: Use the verb "log in" for window title & submit button | Andreas Kling | |
2021-10-17 | LoginServer: Add --auto-login switch | Peter Elliott | |
Auto login will automatically log in a user without prompting for a password, but will still allow logouts and subsequent password logins. | |||
2021-10-17 | LoginServer: Process logins and start SystemServer in user mode | Peter Elliott | |
2021-10-17 | LoginServer: Layout a basic login window | Peter Elliott | |