summaryrefslogtreecommitdiff
path: root/src/user
Commit message (Collapse)AuthorAge
* Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
| | | | Notably, one of them was hiding a real (if unreachable) bug, by converting a "the token you have presented is not valid" scenario into an internal server error.
* 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