index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
LoginServer
Age
Commit message (
Expand
)
Author
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-27
LibCore: Propagate errors from LibCore::Account::login()
Lucas CHOLLET
2022-09-27
LibCore: Use `StringView` instead of `char *` in Account
Lucas CHOLLET
2022-09-18
Everywhere: Fix order of includes and #pragma once
Ben Wiederhake
2022-08-15
LoginServer+LibCore: Only create user temp directory from LoginServer
Andreas Kling
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-19
LoginServer: Correctly retrieve SystemServer's exit code
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-04-26
LoginServer: Change login fail message to avoid enumeration attacks
Peter Elliott
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-08
LoginServer: Add a label for login fail messages
javabird25
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-26
LibGUI+LoginServer: Use default buttons in InputBox and LoginWindow
thankyouverycool
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
2021-10-21
LoginServer: Mark the login window as non-closeable and non-minimizable
Timothy Flynn
2021-10-21
LoginServer: Mark this component as REQUIRED
Karol Kosek
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
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