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
/
token
/
app.rs
Commit message (
Expand
)
Author
Age
*
Convert the `Tokens` component into a freestanding struct.
Owen Jacobson
2025-10-28
*
Consolidate `events.map(…).collect()` calls into `Broadcaster`.
Owen Jacobson
2025-08-26
*
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
*
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
*
Stop returning body data from `POST /api/auth/login`.
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
*
Add `change password` UI + API.
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
*
Organizational pass on endpoints and routes.
Owen Jacobson
2024-10-16
*
Split the login transaction, to reduce database contention during login
Owen Jacobson
2024-10-11
*
Stop creating accounts during login.
Owen Jacobson
2024-10-11
*
Provide a view of logins to clients.
Owen Jacobson
2024-10-09
*
Represent channels and messages using a split "History" and "Snapshot" model.
Owen Jacobson
2024-10-03
*
Retire top-level `repo`.
Owen Jacobson
2024-10-02
*
Split login and token handling.
Owen Jacobson
2024-10-02