summaryrefslogtreecommitdiff
path: root/src/user
Commit message (Expand)AuthorAge
* Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.Owen Jacobson2025-08-13
* Define ID types as specializations, rather than newtypes.Owen Jacobson2025-07-24
* Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18
* Reorganize and consolidate HTTP routes.Owen Jacobson2025-06-18
* Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Change the prefix for newly-generated user IDs to `U`, for `User`.Owen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23