summaryrefslogtreecommitdiff
path: root/src/index/app.rs
Commit message (Expand)AuthorAge
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Most pass-through errors do not need additional message textOwen Jacobson2024-09-18
* App methods now return errors that allow not-found cases to be distinguished.Owen Jacobson2024-09-18
* Express record dependencies through types.Owen Jacobson2024-09-17
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Move channel list into the `app.channels()` namespace.Owen Jacobson2024-09-15
* Placeholder UX, probablyOwen Jacobson2024-09-14
* Suggested fixes from Clippy, via nursery and pedantic sets.Owen Jacobson2024-09-13
* Transmit messages via `/:chan/send` and `/:chan/events`.Owen Jacobson2024-09-13
* Push most endpoint and extractor logic into functoins of `App`.Owen Jacobson2024-09-12