summaryrefslogtreecommitdiff
path: root/src/boot/app.rs
Commit message (Expand)AuthorAge
* Define a generic "Failed" case for app-level errors (and a few others).Owen Jacobson2025-11-25
* De minimis "send me a notification" implementation.Owen Jacobson2025-11-08
* Use PKCS8 PEM, not raw SEC1 bytes, to store VAPID keys.Owen Jacobson2025-10-28
* Merge remote-tracking branch 'codeberg/main' into push-notifyOwen Jacobson2025-10-28
|\
| * Make `Boot` a freestanding app type, rather than a view of `crate::app::App`'...Owen Jacobson2025-10-28
* | Generate, store, and deliver a VAPID key.Owen Jacobson2025-08-30
|/
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
* Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
* Include historical events in the boot response.Owen Jacobson2025-06-20
* Hoist heartbeat configuration out to the web handler.Owen Jacobson2025-06-20
* Heartbeats are part of the event protocol.Owen Jacobson2025-04-08
* Rename a bunch of straggler references to `login`.Owen Jacobson2025-03-24
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Make sure (most) queries avoid table scans.Owen Jacobson2024-10-23
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Return a flat message list on boot, not nested lists by channel.Owen Jacobson2024-10-09
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.Owen Jacobson2024-10-05