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
/
setup
/
app.rs
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
*
Remove the now-unused return value from the final stage of user creation.
Owen Jacobson
2025-08-24
*
Stop returning body data from `POST /api/setup`.
Owen Jacobson
2025-08-24
*
Hoist `password` out to the top level.
Owen Jacobson
2025-08-24
*
Rename a bunch of straggler references to `login`.
Owen Jacobson
2025-03-24
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Upgrade to Rust 1.85 and Rust 2024 edition.
Owen Jacobson
2025-02-20
*
Create a dedicated workflow type for creating logins.
Owen Jacobson
2024-10-29
*
Restrict login names.
Owen Jacobson
2024-10-29
*
Canonicalize login and channel names.
Owen Jacobson
2024-10-22
*
Unicode normalization on input.
Owen Jacobson
2024-10-21
*
Make the responses for various data creation requests more consistent.
Owen Jacobson
2024-10-19
*
Provide a separate "initial setup" endpoint that creates a user.
Owen Jacobson
2024-10-11