summaryrefslogtreecommitdiff
path: root/src/setup
Commit message (Expand)AuthorAge
* 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