summaryrefslogtreecommitdiff
path: root/src/event/app.rs
Commit message (Expand)AuthorAge
* 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
|\
| * Convert the `Events` app component into a freestanding struct.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
* Rename `login` to `user` throughout the serverOwen Jacobson2025-03-23
* Rename the `login` module to `user`.Owen Jacobson2025-03-23
* Upgrade to Rust 1.85 and Rust 2024 edition.Owen Jacobson2025-02-20
* Resume points are no longer optional.Owen Jacobson2024-10-30
* Canonicalize login and channel names.Owen Jacobson2024-10-22
* Provide a view of logins to clients.Owen Jacobson2024-10-09
* Separate `/api/boot` into its own module.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
* Package up common event fields as InstantOwen Jacobson2024-10-02
* Retire top-level `repo`.Owen Jacobson2024-10-02
* First pass on reorganizing the backend.Owen Jacobson2024-10-02