summaryrefslogtreecommitdiff
path: root/src/user/history.rs
Commit message (Collapse)AuthorAge
* Stop returning an HTTP body from `POST /api/invite/:id`.Owen Jacobson2025-08-24
| | | | As with the previous commits, the body was never actually being used.
* Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
| | | | Clients now _must_ construct their state from the event stream; it is no longer possible for them to delegate that work to the server.
* Rename the `login` module to `user`.Owen Jacobson2025-03-23