summaryrefslogtreecommitdiff
path: root/src/user
Commit message (Expand)AuthorAge
* Store `User` instances using their events.Owen Jacobson2025-08-26
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
* Split the `user` table into an authentication portion and a chat portion.Owen Jacobson2025-08-26
* Factor out common authentication test verification steps into helpers.Owen Jacobson2025-08-26
* Return an identity, rather than the parts of an identity, when validating an ...Owen Jacobson2025-08-25
* Stop returning a body from `POST /api/password`.Owen Jacobson2025-08-24
* Remove the now-unused return value from the final stage of user creation.Owen Jacobson2025-08-24
* Stop returning an HTTP body from `POST /api/invite/:id`.Owen Jacobson2025-08-24
* Stop returning body data from `POST /api/auth/login`.Owen Jacobson2025-08-24
* Define a canonical "empty" response.Owen Jacobson2025-08-24
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
* 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