dorfteich/docs/manual
Claude Fable 5 48d4c60af7 Trash: checkbox multi-select with bulk restore and purge (#128)
Each trash row gets a checkbox, a toolbar above the list offers
"select all" (native indeterminate for partial selections) and the two
bulk actions; bulk purge confirms with the selection count (pluralized).
Processing is sequential on purpose — purge promotes leftover children
(#107), so concurrent tree mutations would race. Failures don't strand
the rest: the loop keeps going, failed pages stay selected for a retry,
and an alert banner reports the count. Single-row actions run through
the same path, which also fixes their previously unhandled rejection.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Fb2VzvcoBPHkjh8bZ6PzQn
2026-07-16 12:03:35 +02:00
..
api-guide.md Page-tree parity for the public REST API and MCP (#110) 2026-07-14 10:49:52 +02:00
mcp-guide.md Page-tree parity for the public REST API and MCP (#110) 2026-07-14 10:49:52 +02:00
pond-admin-guide.md QA: wire the M13 packs into CI, document the vault import (#119) 2026-07-14 18:28:45 +02:00
README.md German translations of the seven user-facing docs under docs/de/ 2026-07-12 19:28:50 +02:00
site-admin-guide.md German translations of the seven user-facing docs under docs/de/ 2026-07-12 19:28:50 +02:00
user-guide.md Trash: checkbox multi-select with bulk restore and purge (#128) 2026-07-16 12:03:35 +02:00

Dorfteich manuals

User-facing documentation, by audience. German translations live in docs/de/; English is authoritative when the two diverge.

Guide For
Feature overview anyone wondering what Dorfteich is
User guide everyday members
Pond-admin guide people administering a pond
Site-admin guide instance administrators
API guide scripts and integrations
MCP guide connecting AI assistants
Developer guide plugin authors and core contributors

Operating an instance (install, update, backup, monitoring): self-hosting. Internals: architecture.