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
Commit message (
Expand
)
Author
Age
*
Return an identity, rather than the parts of an identity, when validating an ...
Owen Jacobson
2025-08-25
*
Group Rust imports by crate.
Owen Jacobson
2025-08-25
*
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/auth/login`.
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
*
Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.
Owen Jacobson
2025-08-13
*
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
*
Use a fluent style for the middleware layers.
Owen Jacobson
2025-06-17
*
Unify `setup_required` middlewares.
Owen Jacobson
2025-06-17
*
Rename a bunch of straggler references to `login`.
Owen Jacobson
2025-03-24
*
Rename `login` to `user` throughout the server
Owen Jacobson
2025-03-23
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Rename `user` to `login` at the database.
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
*
Tests for initial setup
Owen Jacobson
2024-10-24
*
Sort out the naming of the various parts of an identity.
Owen Jacobson
2024-10-22
*
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
*
Return a distinct error when an invite username is in use.
Owen Jacobson
2024-10-11
*
Provide a separate "initial setup" endpoint that creates a user.
Owen Jacobson
2024-10-11