Moderator correct-live-content page - #344
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
All reported issues were addressed across 12 files
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
There was a problem hiding this comment.
0 issues found across 5 files (changes from recent commits).
Auto-approved: Adds a moderator correct-live-content page and API wiring that fixes published listings directly, with necessary note, tests, and gating; no public-contract or authorization change beyond the feature it implements.
Re-trigger cubic
Directory side of FOSSBilling/api#251 (API: FOSSBilling/api#253, merged — verified the merged contract is identical to what this branch's
openapi/extensions-v2.jsonwas generated from, so no sync update needed).account/admin/extensions/[id]/edit.astro(requireModerator, reads through the moderation view sogetOwnedExtensionstays owner-only): blocked states for unpublished/delisted/pending; read failures render a retryable error (404 reports not-found) instead of redirecting. POST is handled in-page like the author flow, echoing submitted values + note back on error; success purges catalogue cache, flashes, redirects to detail.ExtensionFormgains optionalsubmitLabel/cancelHref/correctionNoteprops (required note field with no-email copy,.textareastyling like the readme field) — author pages render unchanged.getModerationExtensionclient wrapper + exportedtoOwnedExtensionDetailmapper; regenerated OpenAPI client includesModeratorCorrect/postExtensionsByIdModeratorCorrectplus acorrectExtensionwrapper with no notify option.notifyquery) + mapper test. Full suite: 169 passed,astro checkclean.