index
:
pilcrow
main
notifs-controls
wip/push-notif
Run-It-Yourself web chat, maybe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app.rs
Commit message (
Expand
)
Author
Age
*
Add an endpoint for creating push subscriptions.
Owen Jacobson
2025-11-06
*
Fix merge mistakes and make the `Vapid` component freestanding.
Owen Jacobson
2025-10-28
*
Merge remote-tracking branch 'codeberg/main' into push-notify
Owen Jacobson
2025-10-28
|
\
|
*
Convert the `Users` component into a freestanding struct.
Owen Jacobson
2025-10-28
|
*
Convert the `Tokens` component into a freestanding struct.
Owen Jacobson
2025-10-28
|
*
Convert the `Setup` component into a freestanding struct.
Owen Jacobson
2025-10-28
|
*
Convert the `Messages` component to a freestanding struct.
Owen Jacobson
2025-10-28
|
*
Convert `Logins` into a freestanding component.
Owen Jacobson
2025-10-28
|
*
Convert `Invites` into a freestanding component.
Owen Jacobson
2025-10-28
|
*
Convert the `Events` app component into a freestanding struct.
Owen Jacobson
2025-10-28
|
*
Convert the `Conversations` component into a freestanding struct.
Owen Jacobson
2025-10-28
|
*
Make `Boot` a freestanding app type, rather than a view of `crate::app::App`'...
Owen Jacobson
2025-10-28
*
|
Generate, store, and deliver a VAPID key.
Owen Jacobson
2025-08-30
|
/
*
Automatically reorder imports to my preferred style.
Owen Jacobson
2025-08-30
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
*
Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.
Owen Jacobson
2025-08-13
*
Rename "channel" to "conversation" within the server.
Owen Jacobson
2025-07-03
*
Rename the `login` module to `user`.
Owen Jacobson
2025-03-23
*
Remove `hi-recanonicalize`.
Owen Jacobson
2024-10-30
*
Tests for channel, invite, setup, and message deletion events.
Owen Jacobson
2024-10-24
*
Provide `hi-recanonicalize` to recover from canonicalized-name problems.
Owen Jacobson
2024-10-22
*
Create APIs for inviting users.
Owen Jacobson
2024-10-11
*
Stop creating accounts during login.
Owen Jacobson
2024-10-11
*
Provide a separate "initial setup" endpoint that creates a user.
Owen Jacobson
2024-10-11
*
Provide a view of logins to clients.
Owen Jacobson
2024-10-09
*
Separate `/api/boot` into its own module.
Owen Jacobson
2024-10-05
*
Represent channels and messages using a split "History" and "Snapshot" model.
Owen Jacobson
2024-10-03
*
Split login and token handling.
Owen Jacobson
2024-10-02
*
First pass on reorganizing the backend.
Owen Jacobson
2024-10-02
*
Shut down the `/api/events` stream when the user logs out or their token expi...
Owen Jacobson
2024-09-29
*
Send created events when channels are added.
Owen Jacobson
2024-09-28
*
Make `/api/events` a firehose endpoint.
Owen Jacobson
2024-09-27
*
More reorganizing.
Owen Jacobson
2024-09-25
*
Code organization changes considered during implementation of vector-of-seque...
Owen Jacobson
2024-09-25
*
Push events into a module structure consistent with the rest of the project.
Owen Jacobson
2024-09-20
*
Remove the HTML client, and expose a JSON API.
Owen Jacobson
2024-09-20
*
App methods now return errors that allow not-found cases to be distinguished.
Owen Jacobson
2024-09-18
*
Suggested fixes from Clippy, via nursery and pedantic sets.
Owen Jacobson
2024-09-13
*
Transmit messages via `/:chan/send` and `/:chan/events`.
Owen Jacobson
2024-09-13
*
Push most endpoint and extractor logic into functoins of `App`.
Owen Jacobson
2024-09-12
*
Wrap the database pool in an App struct.
Owen Jacobson
2024-09-12