summaryrefslogtreecommitdiff
path: root/src/setup/app.rs
Commit message (Expand)AuthorAge
* Define a generic "Failed" case for app-level errors (and a few others).Owen Jacobson2025-11-25
* Convert the `Setup` component into a freestanding struct.Owen Jacobson2025-10-28
* Split `user` into a chat-facing entity and an authentication-facing entity.Owen Jacobson2025-08-26
* Generate tokens in memory and then store them.Owen Jacobson2025-08-26
* Remove the now-unused return value from the final stage of user creation.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
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* Rename the `login` module to `user`.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
* 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
* Provide a separate "initial setup" endpoint that creates a user.Owen Jacobson2024-10-11