WebHooker/docs
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
..
.vitepress docs: add filter tutorial and clarify exact matching rules 2026-08-03 00:39:52 +08:00
api feat: add gitea/forgejo support 2026-08-11 22:01:04 +08:00
events docs: sync documentation with current codebase 2026-08-05 17:22:15 +08:00
guide fix(invites): list invites via per-group KV index instead of kv.list 2026-08-11 23:53:58 +08:00
zh fix(invites): list invites via per-group KV index instead of kv.list 2026-08-11 23:53:58 +08:00
contributing.md feat: add gitea/forgejo support 2026-08-11 22:01:04 +08:00
index.md feat: add gitea/forgejo support 2026-08-11 22:01:04 +08:00