summaryrefslogtreecommitdiff
path: root/src/setup
Commit message (Expand)AuthorAge
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
* Factor out common authentication test verification steps into helpers.Owen Jacobson2025-08-26
* Return an identity, rather than the parts of an identity, when validating an ...Owen Jacobson2025-08-25
* Group Rust imports by crate.Owen Jacobson2025-08-25
* Remove the now-unused return value from the final stage of user creation.Owen Jacobson2025-08-24
* Stop returning body data from `POST /api/auth/login`.Owen Jacobson2025-08-24
* Stop returning body data from `POST /api/setup`.Owen Jacobson2025-08-24
* Hoist `password` out to the top level.Owen Jacobson2025-08-24
* Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.Owen Jacobson2025-08-13
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18
* Reorganize and consolidate HTTP routes.Owen Jacobson2025-06-18
* Use a fluent style for the middleware layers.Owen Jacobson2025-06-17
* Unify `setup_required` middlewares.Owen Jacobson2025-06-17
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Rename `user` to `login` at the database.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Create a dedicated workflow type for creating logins.Owen Jacobson2024-10-29
* Restrict login names.Owen Jacobson2024-10-29
* Tests for initial setupOwen Jacobson2024-10-24
* Sort out the naming of the various parts of an identity.Owen Jacobson2024-10-22
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Unicode normalization on input.Owen Jacobson2024-10-21
* Make the responses for various data creation requests more consistent.Owen Jacobson2024-10-19
* Organizational pass on endpoints and routes.Owen Jacobson2024-10-16
* Return a distinct error when an invite username is in use.Owen Jacobson2024-10-11
* Provide a separate "initial setup" endpoint that creates a user.Owen Jacobson2024-10-11