summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Move the `/ch` channel view to `/c` (for conversation).Owen Jacobson2025-07-03
| * Replace `channel` with `conversation` throughout the API.Owen Jacobson2025-07-03
| * Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03
| * Rename "channel" to "conversation" in the database.Owen Jacobson2025-07-03
|/
* Stop accepting new messages on deleted channels.ojacobson2025-07-04
|\
| * Prevent sending messages to deleted channels.Owen Jacobson2025-07-03
| * Sending messages to a deleted channel should send to the deleted channel's ID...Owen Jacobson2025-07-01
* | Organize the developer docs into a "Pilcrow for Developers" book.Owen Jacobson2025-07-01
|/
* Send back the current state as events, not snapshots, during client boot.ojacobson2025-07-01
|\
| * Remove the snapshot fields from `/api/boot`.Owen Jacobson2025-06-20
| * Boot the client by consuming events.Owen Jacobson2025-06-20
| * Include historical events in the boot response.Owen Jacobson2025-06-20
| * Support querying event sequences via iterators or streams.Owen Jacobson2025-06-20
| * Hoist heartbeat configuration out to the web handler.Owen Jacobson2025-06-20
* | Remove misleading and long-since stale "panic" notes.Owen Jacobson2025-06-23
* | Remove a stray reference to users being called "logins."Owen Jacobson2025-06-23
* | Regularize the capitalization in the API docs table of contents.Owen Jacobson2025-06-23
|/
* Reorganize and consolidate HTTP routes.ojacobson2025-06-21
|\
| * Handlers are _named operations_, which can be exposed via routes.Owen Jacobson2025-06-18
| * Reorganize and consolidate HTTP routes.Owen Jacobson2025-06-18
| * Fix stray reference to a nonexistent file.Owen Jacobson2025-06-18
|/
* Unify `setup_required` middlewares.ojacobson2025-06-18
|\
| * Use a fluent style for the middleware layers.Owen Jacobson2025-06-17
| * Unify `setup_required` middlewares.Owen Jacobson2025-06-17
|/
* Refer to the correct build command in `build.rs` errors when `npx vite build`...Owen Jacobson2025-06-11
* Use `npm ci` for automated package installation.Owen Jacobson2025-06-11
* tools/reformatOwen Jacobson2025-06-11
* Create dedicated check scripts for lockfile accuracy.ojacobson2025-06-11
|\
| * Create dedicated check scripts for lockfile accuracy.Owen Jacobson2025-06-11
|/
* Consolidate project linting into tool scripts.ojacobson2025-06-11
|\
| * Don't lint the coverage output.Owen Jacobson2025-06-09
| * Consolidate project linting into tool scripts.Owen Jacobson2025-06-09
|/
* Rework project formatting tools.ojacobson2025-06-10
|\
| * Don't format coverage reports.Owen Jacobson2025-05-30
| * Permit (and expect) trailing commas in most contexts.Owen Jacobson2025-05-30
| * Document our tooling for code style.Owen Jacobson2025-05-30
| * Consolidate code style checks into tool scripts.Owen Jacobson2025-05-30
| * Tidy up `.prettierignore`.Owen Jacobson2025-05-30
|/
* Fix a couple of stray `clippy` lints.ojacobson2025-05-30
|\
| * Fix a couple of stray `clippy` lints.Owen Jacobson2025-05-27
* | Consolidate testing steps into `tools/test`.ojacobson2025-05-30
|\ \
| * | Adjust code coverage failure thresholds to match the project.Owen Jacobson2025-05-27
| * | Consolidate testing steps into `tools/test`.Owen Jacobson2025-05-27
| |/
* | Call `vite` directly to build the frontend.ojacobson2025-05-30
|\ \
| * | Call `vite` directly to build the frontend.Owen Jacobson2025-05-27
| |/
* | Build the Sveltekit UI into Cargo's OUT_DIR.ojacobson2025-05-30
|\ \
| * | Build the Sveltekit UI into Cargo's OUT_DIR.Owen Jacobson2025-05-28
| |/
* | Merge pull request 'Use pull request bodies as merge commit bodies.' (#14) fr...ojacobson2025-05-30
|\ \
| * | Use pull request bodies as merge commit bodies.Owen Jacobson2025-05-27
| |/
* | Put `npm`'s bin directory on `$PATH` when using direnv.Owen Jacobson2025-05-28