index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
Commit message (
Expand
)
Author
Age
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
*
Generate tokens in memory and then store them.
Owen Jacobson
2025-08-26
*
Split the `user` table into an authentication portion and a chat portion.
Owen Jacobson
2025-08-26
*
Factor out common authentication test verification steps into helpers.
Owen Jacobson
2025-08-26
*
Return an identity, rather than the parts of an identity, when validating an ...
Owen Jacobson
2025-08-25
*
Stop returning a body from `POST /api/password`.
Owen Jacobson
2025-08-24
*
Remove the now-unused return value from the final stage of user creation.
Owen Jacobson
2025-08-24
*
Stop returning an HTTP body from `POST /api/invite/:id`.
Owen Jacobson
2025-08-24
*
Stop returning body data from `POST /api/auth/login`.
Owen Jacobson
2025-08-24
*
Define a canonical "empty" response.
Owen Jacobson
2025-08-24
*
Hoist `password` out to the top level.
Owen Jacobson
2025-08-24
*
Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.
Owen Jacobson
2025-08-13
*
Define ID types as specializations, rather than newtypes.
Owen Jacobson
2025-07-24
*
Remove the snapshot fields from `/api/boot`.
Owen Jacobson
2025-06-20
*
Handlers are _named operations_, which can be exposed via routes.
Owen Jacobson
2025-06-18
*
Reorganize and consolidate HTTP routes.
Owen Jacobson
2025-06-18
*
Remove a bunch of clippy suppressions.
Owen Jacobson
2025-05-21
*
Rename `login` to `user` throughout the server
Owen Jacobson
2025-03-23
*
Change the prefix for newly-generated user IDs to `U`, for `User`.
Owen Jacobson
2025-03-23
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23