summaryrefslogtreecommitdiff
path: root/src/invite/mod.rs
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
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Tests for retrieving invitesOwen Jacobson2024-10-24
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Get loaded data using `export let data`, instead of fishing around in $page.Owen Jacobson2024-10-17
* Create APIs for inviting users.Owen Jacobson2024-10-11