ef0e9f16b8
Update password expiration management
2025-01-20 19:44:04 -05:00
af0ab5d020
Create a status endpoint that shows the onboarding UI if there's no admin password
2024-12-16 00:27:55 -05:00
d7e4293da0
Start using ResultExt to improve error handling
2024-12-01 00:51:08 -05:00
b756e8ca81
Reverse the order of Error and FatalError parameters in the Result
...
In other usage, I discovered that it's rather confusing to have the parameters in the order that they were in. It feels better to have the fatal error after the regular error.
2023-10-18 22:13:11 -04:00
3cb742d863
Rename flow to result-extended
...
The original name has always felt awful. I understand Rust well enough now to be able to use the name Result and override the built-in Result.
2023-10-18 22:03:43 -04:00