summaryrefslogtreecommitdiff
path: root/src/channel/routes.rs
Commit message (Expand)AuthorAge
* 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
* Normalize `not found` errors a bit.Owen Jacobson2024-10-09
* Align send request fields with message fields by renaming `message` to `body`.Owen Jacobson2024-10-09
* Use `/api/boot` to bootstrap the client.Owen Jacobson2024-10-05
* List messages per channel.Owen Jacobson2024-10-03
* Add endpoints for deleting channels and messages.Owen Jacobson2024-10-03
* Represent channels and messages using a split "History" and "Snapshot" model.Owen Jacobson2024-10-03
* First pass on reorganizing the backend.Owen Jacobson2024-10-02
* Organize IDs into top-level namespaces.Owen Jacobson2024-10-01
* Provide a resume point to bridge clients from state snapshots to the event se...Owen Jacobson2024-10-01
* Send created events when channels are added.Owen Jacobson2024-09-28
* Crank up the Clippy warnings.Owen Jacobson2024-09-25
* Code organization changes considered during implementation of vector-of-seque...Owen Jacobson2024-09-25
* Write tests.Owen Jacobson2024-09-20
* Remove the HTML client, and expose a JSON API.Owen Jacobson2024-09-20
* Return 404s when resources are not found.Owen Jacobson2024-09-18
* Consolidate most repository types into a repo module.Owen Jacobson2024-09-16
* Consolidate channel events into a single stream endpoint.Owen Jacobson2024-09-15
* Placeholder UX, probablyOwen Jacobson2024-09-14
* Support Last-Event-Id as a method of resuming channel events after a disconnectOwen Jacobson2024-09-13
* Embed the sender's whole login (id and name) in messages, drop the redundant ...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
* Wrap the database pool in an App struct.Owen Jacobson2024-09-12
* Remove the notion of "channel members."Owen Jacobson2024-09-11
* Support joining channels.Owen Jacobson2024-09-04
* Support leaving a channelOwen Jacobson2024-09-04
* Allow any login to create channels.Owen Jacobson2024-09-04