WebHooker/docs/guide
RhenCloud a0e15975df
fix(invites): list invites via per-group KV index instead of kv.list
Cloudflare KV's list operation is eventually consistent and can lag
behind a fresh write, so pending invites were invisible right after
creation (GET /admin/api/groups/:id/invites returned {invites: []}).
Keep a per-group token index (invite:group:{id}) updated on create,
revoke, accept and expiry; the members panel also inserts the freshly
created invite into the list immediately and copies the absolute link.
2026-08-11 23:53:58 +08:00
..
configuration.md fix(invites): list invites via per-group KV index instead of kv.list 2026-08-11 23:53:58 +08:00
deployment.md docs: document roles, invites, audit log and self-signup 2026-08-11 23:38:50 +08:00
filters.md docs: sync documentation with current codebase 2026-08-05 17:22:15 +08:00
getting-started.md docs: sync documentation with current codebase 2026-08-05 17:22:15 +08:00
introduction.md feat: add gitea/forgejo support 2026-08-11 22:01:04 +08:00