summaryrefslogtreecommitdiff
path: root/src/invite
Commit message (Expand)AuthorAge
* Stop returning body data from `POST /api/auth/login`.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
* Define ID types as specializations, rather than newtypes.Owen Jacobson2025-07-24
* Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18
* Reorganize and consolidate HTTP routes.Owen Jacobson2025-06-18
* Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
* 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
* Upgrade Axum to 0.8.1.Owen Jacobson2025-02-19
* Create a dedicated workflow type for creating logins.Owen Jacobson2024-10-29
* Restrict login names.Owen Jacobson2024-10-29
* Invite accept error is ErrorOwen Jacobson2024-10-26
* Tests for channel, invite, setup, and message deletion events.Owen Jacobson2024-10-24
* Tests for accepting invitesOwen Jacobson2024-10-24
* Tests for retrieving invitesOwen Jacobson2024-10-24
* Remove tabs in Rust files.Owen Jacobson2024-10-22
* 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
* Get loaded data using `export let data`, instead of fishing around in $page.Owen Jacobson2024-10-17
* 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
* Create APIs for inviting users.Owen Jacobson2024-10-11