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
Commit message (
Expand
)
Author
Age
...
|
*
Allow callers to pass `Instant`s to `Sequence` predicate constructors.
Owen Jacobson
2025-08-26
|
/
*
Split `user` into a chat-facing entity and an authentication-facing entity.
ojacobson
2025-08-26
|
\
|
*
Split `user` into a chat-facing entity and an authentication-facing entity.
Owen Jacobson
2025-08-26
|
*
Generate tokens in memory and then store them.
Owen Jacobson
2025-08-26
|
*
Split the `user` table into an authentication portion and a chat portion.
Owen Jacobson
2025-08-26
|
*
Factor out common authentication test verification steps into helpers.
Owen Jacobson
2025-08-26
|
*
Return an identity, rather than the parts of an identity, when validating an ...
Owen Jacobson
2025-08-25
*
|
Use the imported name, since we have it.
Owen Jacobson
2025-08-26
|
/
*
Group Rust imports by crate.
Owen Jacobson
2025-08-25
*
Remove unused response bodies from a number of API endpoints.
ojacobson
2025-08-26
|
\
|
*
Add a missing docs note about the behaviour of `POST /api/auth/logout` when t...
Owen Jacobson
2025-08-24
|
*
Stop returning a body from `POST /api/password`.
Owen Jacobson
2025-08-24
|
*
Remove the now-unused return value from the final stage of user creation.
Owen Jacobson
2025-08-24
|
*
Stop returning an HTTP body from `POST /api/invite/:id`.
Owen Jacobson
2025-08-24
|
*
Stop returning body data from `POST /api/auth/login`.
Owen Jacobson
2025-08-24
|
*
Stop returning body data from `POST /api/setup`.
Owen Jacobson
2025-08-24
|
*
Define a canonical "empty" response.
Owen Jacobson
2025-08-24
|
/
*
Collapse redundant "deleted_at" timestaps and "deleted" event instants.
Owen Jacobson
2025-08-24
*
Hoist `password` out to the top level.
Owen Jacobson
2025-08-24
*
Add conversions between String and Id<T>.
Owen Jacobson
2025-08-24
*
Include tests (as well as benchmarks, examples, and anything else we add late...
Owen Jacobson
2025-08-24
*
Factor data-to-JSON-string construction out of stitches.
Owen Jacobson
2025-08-21
*
Merge branch 'no-prerendered-markdown'
Owen Jacobson
2025-08-19
|
\
|
*
Render message markdown to HTML inside of `<Message />`.
Owen Jacobson
2025-08-19
|
/
*
Rust 1.89: Add elided lifetime parameters (`'_`) where appropriate.
Owen Jacobson
2025-08-13
*
Stop mentioning private error types in doctest boilerplate.
Owen Jacobson
2025-08-13
*
Define ID types as specializations, rather than newtypes.
Owen Jacobson
2025-07-24
*
Fix some minor weirdness when Pilcrow is (unwisely) used as a library.
ojacobson
2025-07-23
|
\
|
*
Remove `pilcrow::cli::Error` from the lib crate's public interface.
Owen Jacobson
2025-07-22
|
*
Stop linking to private documentation items in public docs.
Owen Jacobson
2025-07-22
|
/
*
Add a `--umask` option to determine what permissions new files/databases get.
ojacobson
2025-07-23
|
\
|
*
Add a `--umask` option to determine what permissions new files/databases get.
Owen Jacobson
2025-07-18
*
|
Remove remnant `html` class from swatch textinputs.
Owen Jacobson
2025-07-18
|
/
*
Prevent race conditions between `cargo run` and `npx vite build` in `tools/run`.
Owen Jacobson
2025-07-15
*
Create swatches for Svelte components.
ojacobson
2025-07-10
|
\
|
*
Do not support users entering bare HTML in swatches.
Owen Jacobson
2025-07-09
|
*
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
.
Implement swatches for the existing component inventory.
Owen Jacobson
2025-07-08
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
|
|
|
|
*
Create swatch for the `Message` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
|
*
|
Create swatch for the `MessageInput` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
|
*
/
Create swatch for the `MessageRun` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
|
*
/
Create swatch for the `LogOut` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
|
*
/
Create swatch for the `LogIn` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
|
/
|
|
|
|
|
|
*
/
Create swatch for the `Invites` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
|
/
|
|
|
|
|
*
/
Create swatch for the `Invite` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
|
/
|
|
|
|
*
/
Create swatch for the `CreateConversationForm` component.
Owen Jacobson
2025-07-08
|
|
|
|
|
/
|
|
|
*
/
Create a swatch for the `ConversationList` component.
Owen Jacobson
2025-07-08
|
|
|
|
/
|
|
*
/
Create a swatch for the `Conversation` component.
Owen Jacobson
2025-07-08
|
|
|
/
|
*
/
Add a swatch for the `ChangePassword` component.
Owen Jacobson
2025-07-08
|
|
/
|
*
Event capture and display tools.
Owen Jacobson
2025-07-08
|
*
Create "derivers," as an exception-free option for working with structured da...
Owen Jacobson
2025-07-08
[prev]
[next]